Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: fpausp on November 18, 2006, 04:21:58 PM

Title: Server update error - Error: Missing Dependency ...
Post by: fpausp on November 18, 2006, 04:21:58 PM
Hi,

I get an error when i try to update my server:


Error: Missing Dependency: php = 4.3.9-3.12 is needed by package php-odbc


What must i do to solve this ?



regards
fpausp
Title: Server update error - Error: Missing Dependency ...
Post by: NickCritten on March 06, 2007, 09:50:55 AM
Sounds like you've followed my mssql howto at some point.  to fix you First need to remove php-odbc:
Code: [Select]
[root@sleuth ~]# yum remove php-odbc
Do the yum updates
Code: [Select]
[root@sleuth ~]# yum update
Then install the updated php-odbc
Code: [Select]
[root@sleuth ~]# yum --enablerepo=base --enablerepo=updates install php-odbc