On Friday, 25 September 2009 04:36:28 UTC-7, Marco Nawijn wrote:
> On Sep 25, 1:08 pm, Chris Withers wrote:
> > 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 failu
Marco Nawijn wrote:
2. Add path to dynamic linker configuration file. This typically
is in '/etc/ld.so.conf'. See man page for ld for more information.
Yes, this was it.
Don't forget to run ldconfig after you've changed /etc/ld.so.conf
It's frustrating how the contents of this file vary fr
Marco Nawijn wrote:
> The dynamic loader cannot find the python shared library. There are
> at least 2 options:
> 1. Add path that contains the shared library to the
> LD_LIBRARY_PATH environment variable. In a bash shell this can be
> accomplished by: export LD_LIBRARY_PATH=/path/to/python_s
On Sep 25, 1:08 pm, Chris Withers wrote:
> 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 l
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 sha