I'm rather a novice at Linux and am wading my way through installing
MySQL 3.22.32, Apache 1.3.12 and PHP 4.0 on a RedHat 2.77 server. MySQL
and Apache went in okay and are behaving themselves, but PHP choked during
the "make" process for reasons I can't quite determine. My apologies if
I've missed something terribly obvious and simple. I'm still learning
this. Included below is the text of the debug.log file from the PHP
directory after the attempted "make". Any suggestions or help with ironing
this out would be greatly appreciated.

Thanks,
An
 
--------------------------------
DEBUG.LOG
---------

CONFIGURE:   './configure' '--with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/' 
'--with-apxs=/usr/local/apache_1.3.12/bin/apxs'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:   
CXX:        
CXXFLAGS:   
INCLUDES:    -I/usr/local/apache_1.3.12/include  -I$(top_builddir)/Zend 
-I$(top_srcdir)  -I/usr/local/mysql-3.22.32-pc-linux-gnu-i686//include
LDFLAGS:     -Wl,-rpath,/usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib/mysql 
-L/usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib/mysql
LIBS:       -lmysqlclient -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv
DLIBS:      
SAPI:       apache
PHP_RPATHS:  /usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib/mysql
uname -a:   Linux caffeine.sipnsurf.com 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 
unknown

gcc -o conftest -g -O2   
-Wl,-rpath,/usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib/mysql 
-L/usr/local/mysql-3.22.32-pc-linux-gnu-i686//lib/mysql conftest.c -lmysqlclient -lgd 
-lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/usr/bin/ld: cannot open -lmysqlclient: No such file or directory
collect2: ld returned 1 exit status


-- 
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