problems trying to build python 2.6 as a shared library

Chris Withers chris at simplistix.co.uk
Fri Sep 25 07:08:05 EDT 2009


Hi All,

I'm trying to build Python 2.6 as a shared library, so I did:

   ./configure --enable-shared
   make
   make altinstall

No obvious signs of failure, but when I try and use the resulting 
python, I get:

python2.6: error while loading shared libraries: libpython2.6.so.1.0: 
cannot open shared object file: No such file or directory

Why might that be?

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk



More information about the Python-list mailing list