Reply to the message of Tuesday February 15, 2005 11:30 +0100
-----------------------------------------------------------------
Erlend,

> This is what I get:
> # ldd /usr/share/php/pgsql.so
>         libpq.so.3 => /usr/lib/libpq.so.3 (0x40019000)
> # rpm -qf /usr/lib/libpq.so.3
> postgresql-libs-8.0.1-1tr

Almost exactly as on my 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

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?

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
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to