Hi Parul, LD_LIBRARY_PATH is supposed to work in the general case but in that case pango may load itself the libraries in its modules directory, so you must find how pango finds its modules directory.
I know there is the pango.modules files (in /etc/opt/csw/pango) which lists the absolute path of modules (but you will have to make sure pango uses your relocated version also). There are also some environnement variables that you can play with like PANGO_SYSCONFDIR or PANGO_LIBDIR. Best regards, Yann 2013/8/7 Parul Goel <[email protected]> > Hi, > > We have created a GUI using pygtk and we are trying to relocate the entire > pygtk package to a machine independent location, so that users can invoke > the GUI from different machines (same platform) using same installation. > > While doing that, we get the following error: > > /home/pg/GUI/dillon/bin/gui_**content.py:1377: PangoWarning: ld.so.1: > python: fatal: /opt/csw/lib/pango/1.6.0/**modules/pango-basic-fc.so: open > failed: No such file or directory > self.show_all() > > Is there a way to let the environment know a different location for this > library? I have tried setting LD_LIBRARY_PATH, but it does not work. > > Regards, > Parul > ______________________________**_________________ > users mailing list > [email protected] > https://lists.opencsw.org/**mailman/listinfo/users<https://lists.opencsw.org/mailman/listinfo/users> >
_______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
