newbie need help on python-2.3.2 installation
dave-au
dave-au_member at newsguy.com
Thu Nov 13 15:50:18 EST 2003
Hi:
I was trying to install python on solaris 9 and failed:
root at system:~/Python-2.3.2:) make install
./install-sh -c python /usr/local/bin/python2.3
if test -f libpython2.3.so; then \
if test ".so" = .dll; then \
./install-sh -c -m 555 libpython2.3.so /usr/local/bin; \
else \
./install-sh -c -m 555 libpython2.3.so /usr/local/lib/libpython2.3.so; \
(cd /usr/local/lib; ln -sf libpython2.3.so libpython2.3.so); \
fi; \
else true; \
fi
ln: cannot create libpython2.3.so: File exists
make: *** [altbininstall] Error 2
thanks
More information about the Python-list
mailing list