Description of problem: yum update complains about a missing library. However, this library is actually there in the /usr/lib directory. Version-Release number of selected component (if applicable): rpm -q php php-4.3.7-1 How reproducible: Has been this way for a few days Steps to Reproduce: 1. yum update 2. only thing (now) preventing update is php message.. 3. Actual results: [root@hoho2 root]# yum update Gathering header information file(s) from server(s) Server: Fedora Core 2 - Development Tree Finding updated packages Downloading needed headers Resolving dependencies .Package php needs libintl.so.3, this is not available. [root@hoho2 root]# rpm -q libintl package libintl is not installed [root@hoho2 root]# ls /usr/lib/libintl* /usr/lib/libintl.a /usr/lib/libintl.so /usr/lib/libintl.so.3.4.0 /usr/lib/libintl.la /usr/lib/libintl.so.3 [root@hoho2 root]# date Tue Jun 15 12:33:36 CDT 2004 [root@hoho2 root]# Expected results: Somooth upgrade. Additional info:
Thanks for the report. The FC3 buildroot is currently in churn because of gcc 3.4, PHP will get rebuilt as soon as possible.
Got stuck waiting for fixed aspell; now done.