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.

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to