bbartell
18th November 2008, 12:48 AM
Well, I'm stuck. I'm to the following step in the downloaded httpd-2.2.10 folder:
,/configure --enable-module=so
make
make install
All goes well until the end and I get:
/usr/bin/install -c -m 644 expat.h /usr/local/apache2/include
make[4]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util/xml/expat/lib'
make[3]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util/xml/expat'
/bin/sh /home/bill/Download/httpd-2.2.10/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2/lib
libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /www/lib
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib'
make: *** [install-recursive] Error 1
Any help for a newbie? Thanks!!
,/configure --enable-module=so
make
make install
All goes well until the end and I get:
/usr/bin/install -c -m 644 expat.h /usr/local/apache2/include
make[4]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util/xml/expat/lib'
make[3]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util/xml/expat'
/bin/sh /home/bill/Download/httpd-2.2.10/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2/lib
libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /www/lib
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib/apr-util'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bill/Download/httpd-2.2.10/srclib'
make: *** [install-recursive] Error 1
Any help for a newbie? Thanks!!