Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Philippe MARTY on January 08, 2007, 06:41:42 PM

Title: Update failed ?
Post by: Philippe MARTY on January 08, 2007, 06:41:42 PM
Hello,

I think my last command yum update didn't work because of dependency problem, as you can see below (end of message only) :


Code: [Select]
---> Package atrpms.noarch 0:68-1.at set to be updated
---> Package kmod-ppp-smp.i686 0:1.0.2-1.2.6.9_42.0.3.EL set to be updated
--> Running transaction check
--> Processing Dependency: php = 4.3.9-3.22 for package: php-domxml
--> Finished Dependency Resolution
Error: Missing Dependency: php = 4.3.9-3.22 is needed by package php-domxml
================================================================
No new rpms were installed. No additional commands are required.


A few weeks ago, I've updated the php server to v5, could the problem be related to that php update ?

What can I do to achieve the complete yum update command ?

Thanks for your help.
Title: Update failed ?
Post by: gixmo on January 08, 2007, 06:44:36 PM
Elfif,

i've had the same problem. The couse of it is indeed your update to php5.

See this thread for how i was helped resolving the problem.

http://forums.contribs.org/index.php?topic=35137.0
Title: Update failed ?
Post by: Philippe MARTY on January 09, 2007, 12:47:25 PM
Hello gixmo and thanks a lot for your link to that post.
I'm quiet afraid to degrade from php5 to php4 as I have some websites runnning on my server (joomla ones)
Was it really ok for you after the process was completed ?
No problem with your websites accessing mysql tables ?
Title: Update failed ?
Post by: gixmo on January 09, 2007, 07:35:41 PM
Elfif,

i'm also running joomla and even gallery2. Both are working fine.
Title: Update failed ?
Post by: Philippe MARTY on January 10, 2007, 04:03:45 PM
Yes !
It works fine !
I've had some ice in the neck when I tried connecting to my websites just after completion of the all process : nothing. Server unavailable ...
Argl  :shock:
I tried to restart the daemon, but I had an error :
Code: [Select]
httpd -k restart
Syntax error on line 110 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: cannot open shared object file: No such file or directory


So I've just reapplied two lines of william-syd process:
Code: [Select]
rm /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule80PHP
expand-template /etc/httpd/conf/httpd.conf


And everything works fine now. All my updates are done.
Many thanks !