I installed python3.0 rc1 on Linux with --enable-shared option on configure
script.
But the python3.0 says there is no libpython3.0.so although there is one
under
/usr/local/lib. The /etc/ld.so.conf script has that path in it too.
# python3.0
python3.0: error while loading shared libraries: libpyt
> It seems that the make process cannot find some of the shared
> libraries. Is there some way to change the install process ( make,
> config files or whatever) to pick up support for these missing
> modules??
Yes. It probably has no problem finding the libraries, but, more
likely, problems findin
I have a SUSE 10.3 OS
I have the original python 2.5.1 loaded from the suse rpm.
I have tried installing Python 3.0rc1 using the standard make
technique with the "altinstall" variation. I don't want to replace my
2.5.1. I just want to try out the new Python 3.0.
I have successfully installed the