Hi,
Iseng2 coba install Apache+MySQL+PHP+mod_ssl+OpenSSL, yg saya lakukan:
1. Unpack source apache:
debian:/usr/local/src# tar zxvf apache_1.3.12.tar.gz
2. Unpack source php:
debian:/usr/local/src# tar zxvf php-4.0.0.tar.gz
3. Unpack source MySQL:
debian:/usr/local/src# tar zxvf mysql-3.22.32.tar.gz
4. Configure MySQL
debian:/usr/local/src/mysql-3.22.32# ./configure --prefix=/usr/local
5. Make & Make Install MySQL
debian:/usr/local/src/mysql-3.22.32# make ; make install
6. Preconfigure Apache
debian:/usr/local/src/apache_1.3.12# ./configure
7. Unpack mod_ssl
debian:/usr/local/src# tar zxvf mod_ssl-2.6.6-1.3.12.tar.gz
8. Configure mod_ssl dng Apache
debian:/usr/local/src/mod_ssl-2.6.6-1.3.12# ./configure --with-apache= \
../apache_1.3.12
9. Configure PHP dng Apache & MySQL
debian:/usr/local/src/php-4.0.0# ./configure --with-apache=../apache_1.3.12 \
--with-mysql=../mysql-3.22.32 --enable-track-vars
---cut Error!!
checking for mSQL support... no
checking for MySQL support... yes
./configure: cd: ../mysql-3.22.32/lib: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
checking for Oracle-OCI8 support... no
checking for Adabas support... no
---cut
Nah saya udah update path lib:
debian:~# ldconfig -f /etc/ld.so.conf -C /etc/ld.co.cache
masalah ini belom bisa diatasi, ada saran..?, seandainya saya paksa dilanjut
untuk proses "make" dan "make install" masih bisa.
debian:/usr/local/src/php-4.0.0# make ; make install
10. Configure Apache dng openssl, PHP
debian:/usr/local/src/apache_1.3.12# SSL_BASE=../openssl-0.9.6c \
./configure --prefix=/usr/local --enable-module=ssl \
--activate-module=src/modules/php4/libmodphp4.a \
--enable-module=libphp4.modules --enable-module=rewrite
---cut Error!!
<=== src/modules/ssl
===> src/modules/php4
gcc -c -I../../os/unix -I../../include -DLINUX=2 -DMOD_SSL=206106 -DUSE_HSREGEX
-DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c
mod_php4.c:28: zend.h: No such file or directory
mod_php4.c:29: php.h: No such file or directory
mod_php4.c:30: php_variables.h: No such file or directory
mod_php4.c:31: SAPI.h: No such file or directory
mod_php4.c:48: php_ini.h: No such file or directory
mod_php4.c:49: php_globals.h: No such file or directory
mod_php4.c:50: SAPI.h: No such file or directory
mod_php4.c:51: main.h: No such file or directory
mod_php4.c:53: zend_compile.h: No such file or directory
mod_php4.c:54: zend_execute.h: No such file or directory
mod_php4.c:55: zend_highlight.h: No such file or directory
mod_php4.c:56: zend_indent.h: No such file or directory
mod_php4.c:58: ext/standard/php_standard.h: No such file or directory
make[4]: *** [mod_php4.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/src/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/src/apache_1.3.12'
make: *** [build] Error 2
---cut
Gimana ya memecahkan masalah ini, saya dah kopi sana kopi sini, bongkar
script Makefile, Configure dsb ya tetep nihil ni...:(, untuk instalasi ini
memang urutannya berpengaruh...?, nah sebaiknya gimana bagusnya ya..?,
maaf kepanjangan emailnya ya :).
TIA
--
budsz
--
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3