re-compiling apache
m.w.chang
mwchang
Mon May 17 11:43:28 PDT 2004
===> [include: Installing Apache C header files]
cp ./src/include/*.h /usr/include/
cp ./src/lib/expat-lite/*.h /usr/include/xml/
cp ./src/os/unix/os.h /usr/include/
cp ./src/os/unix/os-inline.c /usr/include/
chmod 644 /usr/include/*.h /usr/include/xml/*.h
here is the offending section.
I configured my apache this way:
./configure \
--prefix=/usr \
--sysconfdir=/etc/httpd \
--sbindir=/usr/sbin \
--includedir=/usr/include/httpd \ <--- no use at all
--localstatedir=/var/run \
--runtimedir=/var/cache/httpd \
--logfiledir=/var/log/httpd \
--proxycachedir=/var/cache/httpd \
--datadir=/home/httpd \
--iconsdir=/home/httpd/html/icons \
--cgidir=/home/httpd/cgi-bin \
--htdocsdir=/home/httpd/html/htdocs \
--manualdir=/home/httpd/html/htdocs \
--enable-module=all \
--with-perl=/usr/bin/perl \
--disable-module=perl
> I agree. You can always do "make -n foo" to see what the installation
> will do without actually doing it. "-n" is a synonym for "--dry-run".
>
> Kurt
More information about the Linux-users
mailing list