no sybase on webserver, but need it

admin

Administrator
Staff member
Hi,
This is my situation. On my webserver, sybase is not installed. BUT, I need to connect to sybase databses on other servers in my group. Now, i use --with-sybase option when I configure php4, even though sybase is not installed on this particular (web) server??? The servers that I will be connecting to have sybase in /home/sybase and /apps/sybase

When I start httpd, it gives an error, "libsybdb.so open failed: no such file...httpd cannot be started"

It seems like libsybdb.so is a sybase DB realted file. Can someone please send me a suggestion as to how I can achieve to connect to sybase databases if my web-server doesn't have it installed.

On a side note, when i config php w/o --with-sybase option, httpd runs fine. sybase_connect() is not found when I run the scripts in that case.

Its been over a week since I have working on getting php to work for me. I am really frustrated as this is really important to my job. Please throw me any bone you can. Thanks a lot
 
Back
Top