Koozali.org: home of the SME Server

Upgraded to latest patch and now http server doesn't work

Mike

Upgraded to latest patch and now http server doesn't work
« on: March 06, 2003, 08:30:24 PM »
I installed update 6 using the rpm -Uvh -nodeps and no the http server won't work. In the error log I get:

[user@server httpd]# /etc/rc.d/init.d/httpd start
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libmm.so.11: cannot load shared
object file: No such file or directory

Any ideas what I can do to fix this?

Thanks

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #1 on: March 06, 2003, 08:32:44 PM »
Also, is there any way to access the web server configuration panel without using a web browser?

Thanks

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #2 on: March 06, 2003, 08:40:41 PM »
Weird, I can't even ping the server using it's IP address: 192.168.113.1..

rick

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #3 on: March 07, 2003, 03:56:56 AM »
have you rebooted at all?

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #4 on: March 07, 2003, 04:50:19 AM »
Yes I rebooted once.

Dan Brown

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #5 on: March 07, 2003, 07:10:16 AM »
Wow, that one was badly documented.  You apparently needed to install Update 4 first, then Update 6.  Download all the Update 4 files and do rpm -Uvh *; then /sbin/e-smith/signal-event post-upgrade, then reboot.  I think this will take care of your problem.

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #6 on: March 07, 2003, 07:12:39 AM »
Thanks Dan, I'll try that.

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #7 on: March 07, 2003, 07:00:36 PM »
Should I use -nodeps? I tried installing the RPMS, but I got:

rpm -Uvh *.rpm
warning: LOOP:
warning: removing e-smith-base-4.6.1-21 "Requires: e-smith-lib >= 1.6.0" from ts
ort relations.
warning:     e-smith-base-4.6.1-21                    Requires: e-smith-lib >= 1
.6.0
warning: removing e-smith-lib-1.6.0-11 "Requires: e-smith-base >= 4.6.0" from ts
ort relations.
warning:     e-smith-lib-1.6.0-11                     Requires: e-smith-base >=
4.6.0
Preparing...                ########################################### [100%]
package e-smith-blades-1.0.0-19 is already installed
package e-smith-lib-1.6.0-11 is already installed
package e-smith-mod_ssl-1.8.0-05 is already installed
package imap-4.7-1mdir8es is already installed

So I'm not sure it actually did anything.

Thanks

Dan Brown

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #8 on: March 07, 2003, 08:26:10 PM »
Well, I don't see that it installed mm, which is one of the packages included in update 4.  Try installing that one by itself.

Mike

Re: Upgraded to latest patch and now http server doesn't wor
« Reply #9 on: March 07, 2003, 09:14:27 PM »
It seemed to do the trick, though I'm not 100% sure that everything is patched properly. :P

Thanks for your help!