psr473 has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I am trying to install libapreq2, but i am getting below error while issuing 'make' command.
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/Volumes/app/cdars/prod/sys/httpd/include -I/Volumes/app/cdars/prod/sys/httpd/include -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -c filter.c -MT filter.lo -MD -MP -MF .deps/filter.TPlo -o filter.o >/dev/null 2>&1
/bin/bash ../../libtool --mode=link gcc -g -O2 -o mod_apreq2.la -rpath `/Volumes/app/cdars/prod/sys/httpd/bin/apxs -q LIBEXECDIR` -export-dynamic -module -avoid-version `/Volumes/app/utils/libapreq2-2.12/apreq2-config --link-libtool --libs` /Volumes/app/cdars/prod/sys/httpd/lib/libapr-1.la /Volumes/app/cdars/prod/sys/httpd/lib/libaprutil-1.la handle.lo filter.lo
gcc -shared -Wl,-h -Wl,mod_apreq2.so -o .libs/mod_apreq2.so .libs/handle.o .libs/filter.o -R/Volumes/app/utils/libapreq2-2.12/library/.libs -R/Volumes/app/cdars/prod/sys/httpd/lib -R/Volumes/app/cdars/prod/sys/httpd/lib /Volumes/app/utils/libapreq2-2.12/library/.libs/libapreq2.so -L/Volumes/app/cdars/prod/sys/httpd/lib -luuid -lsendfile -lrt -lsocket -lnsl -lpthread -ldl /Volumes/app/cdars/prod/sys/httpd/lib/libapr-1.so /Volumes/app/cdars/prod/sys/httpd/lib/libaprutil-1.so -lc
ar cru .libs/mod_apreq2.a handle.o filter.o
ranlib .libs/mod_apreq2.a
creating mod_apreq2.la
(cd .libs && rm -f mod_apreq2.la && ln -s ../mod_apreq2.la mod_apreq2.la)
make: Fatal error: Don't know how to make target `all-local'
Current working directory /Volumes/app/utils/libapreq2-2.12/module/apache2
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Volumes/app/utils/libapreq2-2.12/module
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Thanks in advance for your help!
--Sudhakar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: libapreq2 installation problem
by Illuminatus (Curate) on Nov 18, 2010 at 19:13 UTC |