[CentOS] libapr issue - CentOS 4.7

Tom Brown tom at ng23.net
Wed Nov 12 17:32:44 UTC 2008


>> # ll /usr/lib/libaprutil-0.so.0.9.6
>>     
>
> If you move the 0.9.6 file to a safe place,
> change the symlink to the 0.9.4 file and
> run ldconfig, does httpd work?
>   

# rm -f /usr/lib/libaprutil-0.so.0
# ln -s /usr/lib/libaprutil-0.so.0.9.4 /usr/lib/libaprutil-0.so.0
# ldconfig

# /etc/init.d/httpd start
Starting httpd: /usr/sbin/httpd: symbol lookup error: 
/usr/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno
                                                           [FAILED]

> What else doesn't work? :-)
>
>   

everything else is fine!!





More information about the CentOS mailing list