That was from May. Is there a fix? Jesse
Adam Prime wrote: > > > There is a thread in apreq-dev about this issue: > > http://marc.info/?l=apreq-dev&m=124276135127808&w=2 > > Apparently it has something to do with the machine that the tarball was > built on. > > Adam > > > mod_perl User wrote: >> Hi, >> >> While trying to install libapreq2-2.12 with mod_perl2/Apache2 in >> Solaris10, please help. >> >> # make >> Making all in . >> Making all in include >> make all-am >> Making all in library >> make all-am >> Making all in module >> Making all in apache2 >> make: Fatal error: Don't know how to make target `all-local' >> Current working directory >> /export/home/webadm/libapreq2-2.12/module/apache2 >> *** Error code 1 >> The following command caused the error: >> set fnord $MAKEFLAGS; amf=$2; \ >> dot_seen=no; \ >> target=`echo all-recursive | sed s/-recursive//`; \ >> list='apache2'; for subdir in $list; do \ >> echo "Making $target in $subdir"; \ >> if test "$subdir" = "."; then \ >> dot_seen=yes; \ >> local_target="$target-am"; \ >> else \ >> local_target="$target"; \ >> fi; \ >> (cd $subdir && make $local_target) \ >> || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ >> done; \ >> if test "$dot_seen" = "no"; then \ >> make "$target-am" || exit 1; \ >> fi; test -z "$fail" >> make: Fatal error: Command failed for target `all-recursive' >> Current working directory /export/home/webadm/libapreq2-2.12/module >> *** Error code 1 >> The following command caused the error: >> set fnord $MAKEFLAGS; amf=$2; \ >> dot_seen=no; \ >> target=`echo all-recursive | sed s/-recursive//`; \ >> list='. include library module glue'; for subdir in $list; do \ >> echo "Making $target in $subdir"; \ >> if test "$subdir" = "."; then \ >> dot_seen=yes; \ >> local_target="$target-am"; \ >> else \ >> local_target="$target"; \ >> fi; \ >> (cd $subdir && make $local_target) \ >> || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ >> done; \ >> if test "$dot_seen" = "no"; then \ >> make "$target-am" || exit 1; \ >> fi; test -z "$fail" >> make: Fatal error: Command failed for target `all-recursive' >> >> >> ------------------------------------------------------------------------ >> MSN Quiz Test your skill and wits on this revered battleground of >> knowledge IMing with Windows Live Messenger just got better. >> <http://news.in.msn.com/National/indiaelections2009/quiz/default.aspx> > > > -- View this message in context: http://www.nabble.com/Problem-with-libapreq2-2.12-tp23654057p25619263.html Sent from the mod_perl - General mailing list archive at Nabble.com.