I'm trying to compile php on a solaris host with netscape 451sp5 using sybase

I run through the config fine but when I try to run the make I get this error

S -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1 -g -O2 -pthreads  -c internal_functions.c
In file included from internal_functions.c:33:
/xdds/xsiinst/php-4.0.4pl1/ext/sybase/php_sybase_db.h:66: sybfront.h: No such file or directory
/xdds/xsiinst/php-4.0.4pl1/ext/sybase/php_sybase_db.h:67: sybdb.h: No such file or directory
/xdds/xsiinst/php-4.0.4pl1/ext/sybase/php_sybase_db.h:68: syberror.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/xdds/xsiinst/php-4.0.4pl1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/xdds/xsiinst/php-4.0.4pl1/main'
make: *** [all-recursive] Error 1

It seems to be looking for sybfront.h, sybdb.h and syberror.h which are not in the php package.  Can any one help me with this?

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to