php-install Digest 13 Jan 2002 00:55:25 -0000 Issue 646
Topics (messages 5547 through 5548):
(±¤°í) ÀÌÁ¦´Â ½ÃÀÛÇϼ¼¿ä...
5547 by: ³ª´©¸®
Failed Linux PHP Install
5548 by: Andra Barrow
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
¸ÞÀÏ ³»¿ëÀÌ º¸ÀÌÁö¾ÊÀ¸¼¼¿ä....?
¿©±â¸¦ Ŭ¸¯Çϼ¼¿ä...
--- End Message ---
--- Begin Message ---
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
--- End Message ---