I'm having trouble building svn of apreq2 on FreeBSD 5.4: # perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs --with-expat=/usr/local perl: 5.8.6 ok mod_perl: 2.000002 ok Apache::Test: 1.20 ok ExtUtils::MakeMaker: 6.30 ok ExtUtils::XSBuilder: 0.27 ok Test::More: 0.47 ok ./configure --enable-perl-glue --with-expat="/usr/local" --with-apache2-apxs="/usr/local/apache2/bin/apxs" --with-perl="/usr/local/bin/perl" checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /usr/home/rperry/perl/httpd-apreq-2/missing: Can't open /usr/home/rperry/perl/httpd-apreq-2/missing: No such file or directory configure: WARNING: `missing' script is too old or missing checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking whether make sets ${MAKE}... (cached) yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking build system type... i386-unknown-freebsd5.4 checking host system type... i386-unknown-freebsd5.4 checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes ./ltconfig: Can't open ./ltconfig: No such file or directory configure: error: libtool configure failed I have had other problems: # ./buildconf removing stale config files checking buildconf prereqs libtool: 1.5.10 ok autoconf: 2.59 ok automake: 1.9.5 ok ExtUtils::XSBuilder: 0.27 ok running libtoolize --automake --copy --force running aclocal aclocal:configure.ac:22: warning: macro `AM_PROG_LIBTOOL' not found in library running autoconf configure.ac:22: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. saving buildconf arguments failed. I have a few different versions of autoconf, automake, libtool, etc installed, including gnu-libtool. Should I link gnu-libtool to libtool? # cd /var/db/pkg # ls -ld gnu-* drwxr-xr-x 2 root wheel 512 Jan 25 23:04 gnu-libtool-1.5.14 # env | grep -i path PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin so I'm out of ideas... Apache/2.0.53 (FreeBSD) PHP/5.1.0 mod_ssl/2.0.53 OpenSSL/0.9.7e mod_perl/2.0.2 Perl/v5.8.6 |
- FreeBSD/apreq2 Ryan Perry
- Re: FreeBSD/apreq2 Tom Schindl