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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to