Andrew Michael Wesie wrote:

~# ldd /opt/dell/srvadmin/rac5/bin/racadm
        libargtable2.so => /usr/lib/libargtable2.so (0xb7f4d000)

Judging from the path in which this executable is installed (/opt), this is not a Debian program. Libargtable (the upstream), up until around the point Debian started to ship it, would not include SO versioning, resulting in applications linking with it being linked with the so rather than the explicit version. It would seem that your program links with such an old version (upstream released a properly versioned version on December 23, 2005 - over four years ago). I would direct your bug to the application.

In the mean while, there are two easy work arounds. Either:
1. Install libargtable2-dev
or
2. Create a symbolic link from /usr/lib/libargtable2.so.0 to /usr/lib/libargtable2.so

Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
http://www.lingnu.com

Reply via email to