installing python library modules (general question)
Matthias Baas
baas at ira.uka.de
Fri Jul 18 14:12:55 EDT 2003
More information about the Python-list mailing list
Fri Jul 18 14:12:55 EDT 2003
- Previous message (by thread): installing python library modules (general question)
- Next message (by thread): Delivery Status (Failure)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 13 Jul 2003 15:34:36 -0700, juliagoolia301 at hotmail.com (Julia Goolia) wrote: >you so much. just so i know... adding something to /etc/ld/so/conf is >different than setting LD_LIBRARY_PATH? The result should actually be the same. Maybe there was a typo when you set the path in LD_LIBRARY_PATH, this can easily happen (see above, the config file is actually /etc/ld.so.conf.... ;-) By the way, if you want to know how loading libraries works, have a look at this HOWTO (section 3): http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Program-Library-HOWTO.html (this and more documentation can be found at "The Linux Documentation Project": http://www.tldp.org/) >what do you do if you don't ave root access? Then you actually do use LD_LIBRARY_PATH. - Matthias -
- Previous message (by thread): installing python library modules (general question)
- Next message (by thread): Delivery Status (Failure)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list