search for: libwx_gtk_html

Displaying 1 result from an estimated 1 matches for "libwx_gtk_html".

Did you mean: libwx_gtk2u_html
2004 Jun 08
1
Nested shared library calls in Linux
...g within my home area at the moment: ~ = /home/users/lab0605/wettenhall/ = /export/share/disk501/lab0605/wettenhall/ By running strace, I found that the Python command "import wx" correctly loads ~/usr/local/lib/python2.2/site-packages/wx/_core.so but then when _core.so tries to load libwx_gtk_html-2.5.so.1 (its first shared-library-dependency), it only looks in one place: ~/usr/local/lib/R/bin/ i.e. THE DIRECTORY CONTAINING THE R SHARED LIBRARY. when in fact it should be looking in: ~/usr/local/lib/ Has LD_LIBRARY_PATH somehow been collapsed into just one directory??? I have tried check...