[PyKDE] pyqt needs rpath
Neal Becker
nbecker at fred.net
Sun Jan 11 19:22:01 GMT 2004
I just installed PyQt-x11-gpl-3.9 on my Fedora1 linux system. It went OK,
except that it linked to libsip without using -rpath. Since the install
dir, /usr/lib/python2.2/site-packages is not on the normal dynamic link
search path, nothing will work unless LD_LIBRARY_PATH is set
to /usr/lib/python2.2/site-packages to find libsip.
Please:
1) Add -rpath
2) Tell me how I can do this. The PyQt configure/build is pretty complex, so
I don't know where/how to add this option.
More information about the PyQt
mailing list