I have run the following rpm command:
rpm -ivh php-gd-5.2.6-2.i386.rpm
I got these errors:
error: Failed dependencies:
libc.so.6 (GLIBC_2.4) is needed by php-gd-5.2.6-2.i386.rpm
libpng12.so.0 (PNG12_0) is needed by php-gd-5.2.6-2.i386.rpm
php-common = 5.2.6-2 is needed by php-gd-5.2.6-2.i386.rpm
rtld (GNU_HAS) is needed by php-gd-5.2.6-2.i386.rpm
BUT I am sure that libc.so.6 and libpng12.so.0 are located in the same directory where I ran the rpm command. How come rpm cannot recognize the dependencies files even though they are in the same location? Please help to solve the problem. Thanks a lot.
Regards,
rpm -ivh php-gd-5.2.6-2.i386.rpm
I got these errors:
error: Failed dependencies:
libc.so.6 (GLIBC_2.4) is needed by php-gd-5.2.6-2.i386.rpm
libpng12.so.0 (PNG12_0) is needed by php-gd-5.2.6-2.i386.rpm
php-common = 5.2.6-2 is needed by php-gd-5.2.6-2.i386.rpm
rtld (GNU_HAS) is needed by php-gd-5.2.6-2.i386.rpm
BUT I am sure that libc.so.6 and libpng12.so.0 are located in the same directory where I ran the rpm command. How come rpm cannot recognize the dependencies files even though they are in the same location? Please help to solve the problem. Thanks a lot.
Regards,
Comment