I installed Apache 2.0.52 +
mysql 4.1.9 on Fedora3 in my system.
1. Apache configure options like this
./configure --prefix=/usr/local/apache2 --enable-layout=RedHat
--enable-rule=SHARED_CORE --enable-modules=so --enable-so;
make;
make install;
After finishing apache with above obtion, I tried to install
php-4.3.10 in my system like below configure option.
#> ./configure --prefix=/usr/local/php
--with-apxs2=/usr/local/apache2/sbin/apxs
--with-config-file-path=/etc/httpd/conf -with-mysql=/usr/local/mysql
--with-zlib --with-gd --with-mysql --with-mod-charset
--with-language=korean --with-charset=euc_kr --enable-track-vars
--disable-debug --with-gettext --enable-inline-optimization --with-xml
--enable-shared --with-regex=system --enable-safe-mode --enable-sysvsem
--enable-magic-quotes --enable-sysvshm;
#> make;
It's ok
But when I tried to install to next step I met the
below the error.
#> make install;
Installing PHP SAPI module: apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool'
libphp4.la /usr/local/apache2/lib/apache
apxs:Error: Command failed with rc=8257536
.
make: *** [install-sapi] Error 1
Can you give me a kindly comment about that error?
Thank you.
--
-----------------------------------------------------
Jang Ik-Su. | Administrator of System & Network
Internationalization Task Force, UNESCO APCEIU
Pcs: (+82) 010-6511-2325 | Fax : (+82) 2-774-3936
(100-810) 50-14, Myung-dong 2ga,Chung-Gu,Seoul,Korea
E-mail) isjang at unescoapceiu.org | isjang at jis.pe.kr
-----------------------------------------------------