
On Sun, 17 Apr 2005 16:08:40 +0100, Gander wrote: ... snip ...
I believe so. It was a stock build of the src rpm.
The RPM reports: -
rpm -ql boost-1.32.0-3 /usr/lib/libboost_date_time.so.1.32.0 /usr/lib/libboost_filesystem.so.1.32.0
...
ldconfig reports: - sbin/ldconfig --print-cache |grep libboost | grep date libboost_date_time.so.1 (libc6) => /usr/lib/libboost_date_time.so.1
and the assoc. files are: -
lrwxrwxrwx 1 root root 28 Apr 10 18:42 /usr/lib/libboost_date_time.so.1 -> libboost_date_time.so.1.32.0
-rwxr-xr-x 1 root root 74296 Apr 10 18:39 /usr/lib/libboost_date_time.so.1.32.0
I was not able to find a srpm for v1.32 so I tried to duplicate your problem with v1.30. I also did a stock build of the srpm. I was able to link days_alive.cpp to the shared library. My output from: rpm -qpl boost-1.30.2-2.i386.rpm /usr/lib/libboost_date_time.so /usr/lib/libboost_date_time.so.1.30.2 I notice your output does not show libboost_date_time.so. Can you verify if this file exists in your /usr/lib directory? Also, where did you find your copy of the 1.32 srpm? Bart