You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Flank <fl...@gmail.com> on 2007/12/18 03:23:26 UTC

[users@httpd] libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /usr/local/apache2/lib

hey,there

i''m install apache to the specified path of /usr/local.and config it with
following command
shell>./configure --prefix=/usr/app/apache2/  --with-apr=/usr/app/apache2/
--enable-so --with-apr-util=/usr/app/apache2/ --with-included-apr
--libdir=/usr/app/apache2/lib/
shell>make
shell>make install

a error occured:

libtool: install: error: cannot install `libaprutil-1.la' to a directory not
ending in /usr/local/apache2/lib
make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/apache/app/httpd-2.2.6/srclib/apr-util'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/apache/app/httpd-2.2.6/srclib'
make: *** [install-recursive] Error 1

would u pls help me this?