Hi
I am using RedHat 7 on a Dell x86 box. I have replaced gcc2.96 with gcc 2.95.2. I have installed sybase ase from the rpm available on sybase.com. I am using Zeus 3.3.7. I am trying to build a Zeus ISAPI php with sybase and mysql. I have intalled mysql 3.23.27-beta.
PHP wont build with a simple configure, make, install let alone with ./configure --with-zeus, sybase etc options.
In a vanilla (no options) configure, the following occurs:
checking for working makeinfo...missing
checking <snip>..cross compiler...no
then make barfs and exits with:
/usr/bin/ld: cannot find -lsybdb
collect2: ld returned 1 exit status
make[1]:
Error 1
<snip>
make: *** [all-recursive] Error 1
Any ideas on what to try next?