I'm trying to install PHP5 from an RPM I got from the Fedora FTP, and it all works fine after i fixed some dependancy issues, however, when I try and run apache I get the following problem:
Code:
[root@localhost /]# service httpd start
Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/php.conf:
Cannot load /usr/lib/httpd/modules/libphp5.so into server: /lib/tls/i686/libdb-4.3.so: symbol __strcpy_chk, version GLIBC_2.3.4 not defined in file libc.so.6 with link time reference
[FAILED]
I ran yum to update glibc and glibc-common and it went fine, but its still 2.3.3, and when I try to use a glibc RPM i downloaded from rpmfind.net, I get the following:
Code:
[root@localhost /]# rpm -U /stuff/glibc-2.3.4-3.i386.rpm
error: Failed dependencies:
glibc-common = 2.3.4-3 is needed by glibc-2.3.4-3
nscd < 2.3.3-52 conflicts with glibc-2.3.4-3
glibc > 2.3.3 conflicts with glibc-common-2.3.3-27.1
glibc = 2.3.3 is needed by (installed) glibc-headers-2.3.3-27.1
glibc = 2.3.3 is needed by (installed) glibc-devel-2.3.3-27.1
Can anyone tell me how to fix this? I'm running Fedora Core 2