有关安装php和apache及sybase的问题

有关安装php和apache及sybase的问题

各位大侠,请教:我sybase是正常安装,装php时出现问题,我是这样做的:
1、在apache源程序目录下./configure --prefix=/usr/local/apache
2、在php源程序目录下./configure --with-apache=../apache_1.3.12 --with-sybase=/opt/sybase --enable-track-vars
打完好象是正常的,没出错误提示。然后make就出现错误:
/opt/sybase/lib/libsybdb.so:'sys_errlist' is deprecated;use 'strerror' or 'strerror_r' instead
/opt/sybase/lib/libsybdb.so:'sys_nerr' is deprecated;use 'strerror' or 'strerror_r' instead
/opt/sybase/lib/libsybdb.so:undefined reference to '__ctype_b'
/opt/sybase/lib/libsybdb.so:undefined reference to '__ctype_tolower'
collect2:ld returned / exit status
make:***[sapi/cli/php]Error 1
不知为什么?想想好象步骤没有错,sybase也正常的,能启动的啊!!!!

另外,想问一下,什么样的才是make成功的?是不是一定有buildup的提示啊?      
装了apache和php.为什么要装sybase?
为什么不装mysql?
搞不懂      
请各位大侠帮帮忙!!      
试试:
configure --with-sybase=/opt/sybase/lib/libsybdb.so
这样走得通吗?没有用过sybase,只能试试。