[python-sybase] Python Module and Sybase

Harri Pasanen harri.pasanen at wallstreetsystems.com
Wed May 30 16:41:09 EST 2007


On Wednesday 30 May 2007 01:53:48 Bobby Pejman wrote:
> I have also added "include /usr/local/freetds/lib" to
> "/etc/ld.so.conf" and running "ldconfig" AND
> LD_LIBRARY_PATH=/usr/local/lib python -ic "import Sybase" but still
> no luck.


You just need to add the line 

/usr/local/freetds/lib

to /etc/ld.so.conf  (omit the 'include')

or alternatively, 

LD_LIBRARY_PATH=/usr/local/freetds/lib python -ic "import Sybase" 

-Harri


Privileged or confidential information may be contained in this message.  If you are not the addressee of this message please notify the sender by return and thereafter delete the message, and you may not use, copy, disclose or rely on the information contained in it. Internet e-mail may be susceptible to data corruption, interception and unauthorised amendment for which Wall Street Systems does not accept liability. Whilst we have taken reasonable precautions to ensure that this e-mail and any attachments have been swept for viruses, Wall Street Systems does not accept liability for any damage sustained as a result of viruses.  Statements in this message or attachments that do not relate to the business of  Wall Street Systems are neither given nor endorsed by the company or its Directors.



More information about the Python-sybase mailing list