[Tutor] Installing python via ftp in virtual domain

John Fouhy john at fouhy.net
Tue Feb 3 03:55:34 CET 2009


2009/2/3 Tim Johnson <tim at johnsons-web.com>:
>>  - wrong libraries
>  how do we resolve paths to libraries?

Well, like I suggested, you could try building a staticly-linked
version.  Then it doesn't matter.

Otherwise, I'm not sure.  Maybe you could figure out what libraries
you need, upload them, and play around with LD_LIBRARY_PATH.  This is
really a linux question, rather than a python question, though, so
this may not be the best place to ask.

(but see: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
 and  http://blogs.sun.com/ali/entry/avoiding_ld_library_path_the )

-- 
John.


More information about the Tutor mailing list