* Mats Tande | Almost exactly as on mo.y system, the only diff is the hex number: | | [EMAIL PROTECTED] ~ $ ldd /usr/share/php/pgsql.so|grep libpq | libpq.so.3 => /usr/lib/libpq.so.3 (0x40018000) | [EMAIL PROTECTED] ~ $ rpm -qf /usr/lib/libpq.so.3 | postgresql-libs-8.0.1-1tr
Ok, that seems correct. | However, the command "ls -l /usr/lib/libpq*" displays | | -rw-r--r-- 1 root root 153064 Feb 4 12:59 /usr/lib/libpq.a | lrwxrwxrwx 1 root root 12 Feb 14 15:03 /usr/lib/libpq.so -> libpq.so.3.2 | lrwxrwxrwx 1 root root 12 Feb 14 15:02 /usr/lib/libpq.so.3 -> libpq.so.3.2 | -rwxr-xr-x 1 root root 107336 Feb 4 12:59 /usr/lib/libpq.so.3.2 | | indicating that the /usr/lib/libpq.so.3.2 file is *not* updated? I did the | upgrade from 8.0.0rc1 to 8.0.1 yesterday, the 14th, at around 15:00. The | symlinks were updated at that time, but not the target .a/.so libraries. | Should they have been updated? No. Feb 4th (just before midnight) is the time the file was built. The package was built right afterwards (rpm -qi postgresql can show you that). The symlinks however are created later, I would assume via ldconfig. | Please note, this is not a problem for me; I would be happier, though, if I | understood what's happening. I imagine you would, too. -mats :) Erlend.. -- Erlend Midttun [EMAIL PROTECTED] Head of Trustix Secure Linux Department, Comodo Group http://www.trustix.org/ IRC: Golle Registered Linux user #5779 Where do you want to fly today? Linux. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
