You are not logged in.
Just upgraded apache... Now i got some problems
[root@tim tim]# /etc/rc.d/httpd start
:: Starting HTTP Daemon [FAIL]
[root@tim tim]# httpd
httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
http://timtux.net/ - my personal blog about almost everything
Offline
Seems like many people had that problem (including me), seems to be a pacman bug. Install apache again, then it will add the necessary dependencies apr and apr-util. You also have to make lots of changes to your httpd.conf regarding "LoadModule" lines to make apache start again.
Offline
Oh, thnx, worked
http://timtux.net/ - my personal blog about almost everything
Offline