LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Errors with glibc (https://www.linuxquestions.org/questions/linux-newbie-8/errors-with-glibc-660091/)

b_rahulkumar 08-03-2008 07:33 AM

Errors with glibc
 
Hi,

I am getting the below errors when i try to use php and apache to start. Similar kind of errors i am getting when i try to use up2date and wget also. Please advice to fix.


[root@server1 ~]# php -i
php: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/libcurl.so.3)
php: /usr/lib/libnss3.so: version `NSS_3.12' not found (required by /usr/lib/libcurl.so.3)
php: /usr/lib/libk5crypto.so.3: no version information available (required by /lib/libssl.so.4)
php: /usr/lib/libkrb5.so.3: no version information available (required by /lib/libssl.so.4)
php: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /lib/libssl.so.4)

[root@server1 ~]# service httpd start
Starting httpd: /usr/sbin/httpd: /usr/lib/libk5crypto.so.3: no version information available (required by /lib/libssl.so.4)
/usr/sbin/httpd: /usr/lib/libkrb5.so.3: no version information available (required by /lib/libssl.so.4)
/usr/sbin/httpd: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /lib/libssl.so.4)
[FAILED]

Thanks in advance.

Rahul.

Uncle_Theodore 08-04-2008 12:36 AM

What distribution are you using? Did you install php and apache from your distro's package manager? Or compiled from source? Have you tried to upgrade your system recently?
It looks very much like a glibc version mismatch.

immortaltechnique 08-04-2008 04:14 AM

If you posted the distro you are running on we could help you further. However i think your gcc installation is conflicting with whatever version you are installing. Please post your distro and what you have been asked by Uncle_Theodore

b_rahulkumar 08-04-2008 06:14 AM

Hi,

This server is having redhat EL 4 with SMP kernal.


All times are GMT -5. The time now is 12:22 AM.