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


In reply to libapreq2 installation problem by psr473

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.