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
-
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
-
Sounds like you've followed my mssql howto at some point. to fix you First need to remove php-odbc:
[root@sleuth ~]# yum remove php-odbc
Do the yum updates[root@sleuth ~]# yum update
Then install the updated php-odbc[root@sleuth ~]# yum --enablerepo=base --enablerepo=updates install php-odbc