I am trying to install php 4.0 with msql support. We have msql installed and running on the server. When we do a make we get this error.
We belive there is a path issuse to the msql library files. Our version of msql is located in /usr/local/Hughes/ can anyone tell us how to get past this error?
configure:39647: checking whether to include zlib support
configure:39836: checking for gzgets in -lz
configure:39855: cc -o conftest -O -pipe -DXML_BYTE_ORDER=12
-L/usr/lib -R/usr/local/lib -L/usr/local/lib -R/
usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lz -lmysqlclient
-lmsql -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lmsql: No such file or directory
configure: failed program was:
#line 39844 "configure"
#include "confdefs.h"
/ Override any gcc2 internal prototype to avoid an error. /
/ We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. /
char gzgets();
int main() {
gzgets()
; return 0; }