mungkin sedikit tutorial ini bisa membantu anda mengkoreksi kembali apakah anda mengcompilenya dengan benar atau belum. ini berdasarkan pengalaman saya waktu install php & apache di RH 9. #================== tar -zxvf http-2-XXXX.tar.gz cd http-2-xxx ./configure --prefix=/usr/local --enable-module=so make make install
tar -zxvf php-xxx cd php-xxx ./configure --with-mysql --with-apxs2=/usr/local/bin/apxs --prefix=/usr/loca l make make install cp php.ini.dist /usr/local/lib/php.ini untuk php4 tambahkan di httpd.conf nya LoadModule php4_module libexec/libphp4.so # biasanya sudah otomatis ada tambahkan juga kalau belom ada: AddModule mod_php4.c AddType application/x-httpd-php .php .phtml nah selesai.. ***note: module libphp4.so akan anda temukan di /usr/local/module kalau installasi sudah benar so semoga bisa membantu.. kalau belom jelas bisa baca di: http://www.php.net/manual/en/install.apache.php > > On Friday 13 August 2004 02:44, son wrote: > > > Halo.. > > > > > > Saya mau tanya lagi nech. > > > saya pake redhat 9. > > > saya instal apache dan php dari source > > > > > > trus saya tambahin pada httpd.conf: > > > AddType application/x-httpd-php .php > > > LoadModule php4_module libexec/libphp4.so > > > AddModule mod_php4.c > > > > > > trus saya jalanin apache dan muncul error: > > > Cannot load /usr/local/apache/libexec/libphp4.so into server: > > > /usr/local/apache/ > > > libexec/libphp4.so: cannot open shared object file: No such file or > > > directory > > > /usr/local/apache/bin/apachectl start: httpd could not be started > > > > > > memang saya liat pada direktori /usr/local/apache/libexec/ gak ada file > > > libphp4.so > > > > > > kenapa ya? > -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis.php Tidak bisa posting? Baca: http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi http://linux.or.id/wiki/index.php?pagename=TataTertibMilis
