anyway, the apache compile how-to is really a bit out of date, one can
introduce some improvememnts to it from the notes of linuxfromscratch,
notably:
--enable-modules=all \
--enable-shared=max \
--with-server-gid=httpd \
--with-server-uid=httpd
m.w.chang wrote:
still failed. I installed from t
I restart the whole procedure from scratch. now things worked.
there is no need to use the --with-perl option.
--
Swiftly. Silently. Invisibly. .~. In Linux We Trust.
news://news.hkpcug.org/ v \ http://www.linux-sxs.org
news://news.linux.org.hk /( _ )\ http://www.linuxfromscratch
still got the error. any help would be appreciated.
m.w.chang wrote:
sorry... sorry... the slash
make clean
make clean
retrying...
--with-perl=\usr\bin\perl
--
Swiftly. Silently. Invisibly. .~. In Linux We Trust.
news://news.hkpcug.org/ v \ http://www.linux-sxs.org
news://news.
sorry... sorry... the slash
make clean
make clean
retrying...
--with-perl=\usr\bin\perl
--
Swiftly. Silently. Invisibly. .~. In Linux We Trust.
news://news.hkpcug.org/ v \ http://www.linux-sxs.org
news://news.linux.org.hk /( _ )\ http://www.linuxfromscratch.org
news://news.3dho
still failed. I installed from tarball perl-5.8.0.
** the compile script ***
if [ $MODPERL -eq 1 ] ; then
cd /usr/src/mod_perl*
perl Makefile.PL \
EVERYTHING=1 \
APACHE_SRC=../apache_$APC/src \
USE_APACI=1 \
PREP_HTTPD=1 \
DO_HTTPD=1
make
checkinstall
fi
./configure \
-