faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MSSQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 6 people (67%) answered Yes
Recently 1 of 2 people (50%) answered Yes

Entry

I'm using Linux with Apache, and get "undefined symbol" errors when trying to load the php library compiled with sybase MSSQL support.

Sep 23rd, 2000 19:54
Adrian Kubala,


I think your problem is you forgot to do the following after installing
the tds libraries:
1. Put /usr/local/sybase/lib or whatever it is into /etc/ld.so.conf
2. Run ldconfig
On some systems you may need to add that lib dir to the LD_LIBRARY_PATH
environment variable instead of the conf file.