|
我在整合apache+php+mysql遇到问题现在解决不了了
我下载的版本分别是:httpd-2.0.44.tar.gz
php-4.3.1.tar.gz mysql-3.23.56.tar.gz
整合的参数是:
cd /soft/mysql; ./configure
cd /soft/httpd; ./configure --prefix=/home/server/apache --sysconfdi
r=/home/server/apache/conf --enable-module=most --enable-shared=max;make;make in
stall;
cd /soft/php; ./configure --prefix=/home/server/php --with-config-file-pat
h=/home/server/php/lib --with-apxs2=/home/server/apache/bin/apxs --with-mysql --
enable-track-vars --enable-sockets --enable-xml --with-xml
--enable-memory-limit=yes --with-imap --with-imap-ssl --with-kerberos; make; m
ake install;
在编译完php之后make的时候出现错误,错误提示:
ext/ctype/ctype.lo:file not recognized:File truncated
collect2:ld returned l exit status
make: ***[libphp4.la] Error l
该如何解决:怎么整合怎么难啊! |
|