undefined symbol: initPAnsiStrings

Michal Jaegermann michal at harddata.com
Wed May 14 17:52:07 UTC 2008


On Wed, May 14, 2008 at 11:18:08AM -0500, Justin Conover wrote:
> 
>     On Mon, May 12, 2008 at 03:22:22PM -0500, Justin Conover wrote:
>     > open("/usr/lib/libborqt-6.9-qt2.3.so", O_RDONLY) = -1 ENOENT (No such
>     file or
>     > directory)
.....
> 
> It looks like all I had to do was cp all the lib* to /usr/lib or
> make a link and it works.

If you have extra libraries in some location which is not scanned
by a loader then instead of making copies or links, with a
possibility of a "leftover mess" when you remove/replace originals,
it is a better idea to add your own configuration file
in /etc/ld.so.conf.d/ and rerun 'ldconfig'.  You will surely
find existing examples in /etc/ld.so.conf.d/ but these are just
lists of additional directories.

   Michal




More information about the fedora-test-list mailing list