Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libiconv.so.2:

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
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".
Code:
[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]# [b]ldconfig[/b]
[root@server]# service httpd start
Starting httpd:  [  OK  ]
John
 
i get this error :


Code:
Starting exim: /usr/sbin/exim: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory

but use this way can not fix! what to do !
 
Back
Top