Hi all,
I am trying to install a library to read Paradox database files called
pxlib which I downloaded from its home site
([url]http://pxlib.sourceforge.net/[/url]). I have some dependency issues though.
# rpm -Uvh pxlib-0.4.3-1.i386.rpm
error: Failed dependencies:
libbz2.so.1.0 is needed by pxlib-0.4.3-1.i386
but when I look into my libraries I find the necessary ones under
/usr/lib:
# ll /usr/lib/libbz2*
-rwxr-xr-x 1 root root 67594 Jun 15 2004 /usr/lib/libbz2.a
lrwxrwxrwx 1 root root 11 Feb 6 11:02 /usr/lib/libbz2.so ->
libbz2.so.1
lrwxrwxrwx 1 root root 15 Feb 6 10:10 /usr/lib/libbz2.so.1 ->
libbz2.so.1.0.2
lrwxrwxrwx 1 root root 24 Mar 8 09:41 /usr/lib/libbz2.so.1.0 ->
/usr/lib/libbz2.so.1.0.2
-rwxr-xr-x 1 root root 71724 Jun 15 2004 /usr/lib/libbz2.so.1.0.2
I created the second-to-last symlink to help rpm find the library, but
the response is the same. I also added '/usr/lib' to /etc/ld.so.conf as
suggested in another thread.
I've got a Fedora Core 3 box with both apt and yum installed and,
according to both, I've got the latest libbz2 libraries (bzip2-libs).
Thanks.
Rex
