What I'm trying to do:
- using apache & PHP4 on FreeBSD 4.1-STABLE with Sybase's ctlib, connect to Sybase ASE running on a Linux machine elsewhere on my network.
What I've done so far:
- Installed DBI and DBD::Sybase (for mod_perl connectivity; this works)
- Installed ctlib (obtained from http://linux.sybase.com in the 11.0.3.3 version of ASE) for FreeBSD
- Built PHP4 into apache: './configure -with-apxs=/usr/local/sbin/apxs -with-sybase=$SYBASE'
What's happening:
I'm getting errors when I try to connect to the database: "Warning: 0 is not a Sybase link index in ..."
Does anyone have any ideas on this?