Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl

Problem with libapreq2-2.12

 

 

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded


mod_perluser at live

May 21, 2009, 7:24 AM

Post #1 of 3 (1042 views)
Permalink
Problem with libapreq2-2.12

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'


_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/india/windows/windowslive/photos.aspx


adam.prime at utoronto

May 21, 2009, 7:43 AM

Post #2 of 3 (992 views)
Permalink
Re: Problem with libapreq2-2.12 [In reply to]

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>


jesse.thompson at doit

Sep 25, 2009, 2:04 PM

Post #3 of 3 (723 views)
Permalink
Re: Problem with libapreq2-2.12 [In reply to]

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.

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.