DirectAdmin Support
06-26-2007, 06:07 PM
This is just an fyi, I've seen it on a few boxes after a php 5 upgrade. If you see this message, then just run "ldconfig" and start apache normally. The system just doesn't notice the new library, thus ldconfig tells the system to "go check again".[root@server]# service httpd start
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
[FAILED]
[root@server]# ldconfig
[root@server]# service httpd start
Starting httpd: [ OK ]John
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
[FAILED]
[root@server]# ldconfig
[root@server]# service httpd start
Starting httpd: [ OK ]John