|
From: <sk...@po...> - 2009-03-25 14:44:38
|
Jeffrey> What I have done is:
Jeffrey> 1. Installed Sybase ASE 15.02 Express Edition
Jeffrey> (ase1502_xe_linux.tgz)
Jeffrey> 2. Installed the header files for Python 2.5
Jeffrey> 3. Installed python-sybase (with "python setup.py install" as
Jeffrey> root)
Replace #3 with
python setup.py build_ext -R /opt/sybase/OCS-15_0 -L /opt/sybase/OCS-15_0
python setup.py install
or run the interpreter with /opt/sybase/OCS-15_0 in LD_LIBRARY_PATH.
--
Skip Montanaro - sk...@po... - http://www.smontanaro.net/
|