View Single Post
  #1   (View Single Post)  
Old 25th August 2008
Sunsawe Sunsawe is offline
Port Guard
 
Join Date: May 2008
Posts: 39
Default Can't compile autoconf262

Hi,

I am trying to install autoconf262 as a lot of php module requires it. Everytime i tried to do it, i got this:

Code:
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
Can't locate constant.pm in @INC (@INC contains: ../lib /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at ../lib/Autom4te/Channels.pm line 126.
BEGIN failed--compilation aborted at ../lib/Autom4te/Channels.pm line 126.
Compilation failed in require at ../lib/Autom4te/ChannelDefs.pm line 20.
BEGIN failed--compilation aborted at ../lib/Autom4te/ChannelDefs.pm line 20.
Compilation failed in require at ../bin/autom4te line 41.
BEGIN failed--compilation aborted at ../bin/autom4te line 41.
gmake[2]: *** [autoconf.in] Error 2
gmake[2]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/bin'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/devel/autoconf262.
*** Error code 1

Stop in /usr/ports/devel/autoconf262.
===>  Cleaning for autoconf-2.62
I'm using Freebsd 7.

Can someone tell me how to solve that?

Thank you
Reply With Quote