Ok, forget the last stuff I posted, I got past that error. Now I'm on to a new dilemma. For various reasons we must stick with php v4.1.2. So, I take the steps:
- configure apache
- configure php with sybase flag
- make/make install php
- configure apache with php support
At step 4 I get an error that is documented here:
http://bugs.php.net/bug.php?id=7792
The error is:
/usr/bin/ld: cannot find -lsybtcl
As you can see this has been reported and php.net has stated that their fix is to upgrade to a new version. Now, my question is, has anyone encountered this issue and, if so, were you able to patch the apache install so it could get past this error without upgrading php?
Your help is most appreciated!