|
|
Question : I want to add mod_deflate to the modules folder
|
|
Here is the error which i am getting
/usr/bin/install -c -m 644 apr-util.pc /home/apache2/server/modules/lib/pkgconfig/apr-util-1.pc list=''; for i in $list; do \ ( cd $i ; make DESTDIR= install ); \ done /bin/sh /home/httpd-2.2.8/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /home/apache2/server/modules/lib libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending in /home/apache2/server//lib make[2]: *** [install] Error 1 make[2]: Leaving directory `/home/httpd-2.2.8/srclib/apr-util' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/httpd-2.2.8/srclib' make: *** [install-recursive] Error 1
Please suggest me what to be done on this
Thanks in advance
|
Answer : I want to add mod_deflate to the modules folder
|
|
that`s merely a build scheme, from what I see. You shouldn`t have anything to do with that, since some options get overridden, if you set them, like the ./configure options.
|
|
|
|
|