This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1
- From: "Gerrit P. Haase" <gerrit at familiehaase dot de>
- To: Bruno Postle <bruno at postle dot net>
- Cc: Cygwin list <cygwin at cygwin dot com>
- Date: Sat, 09 Jul 2005 20:29:32 +0200
- Subject: Re: error compiling apache-1.3.33 with mod_perl and perl-5.8.7-1
- References: <20050709131329.GC3284@postle.net>
Bruno Postle wrote:
I can't build apache-1.3.33 and mod_perl-1.29 with perl-5.8.7-1
(it builds ok if I downgrade cygwin to perl-5.8.6-4)
Steps to reproduce:
tar -zxf apache_1.3.33.tar.gz
tar -zxf mod_perl-1.0-current.tar.gz
cd mod_perl-1.29/
perl Makefile.PL DO_HTTPD=1 USE_APACI=1
make
env LD_RUN_PATH=/usr/lib/perl5/5.8/cygwin/CORE gcc -DCYGWIN -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include `./apaci` \
-o httpd buildmark.o modules.o modules/standard/libstandard.a modules/perl/libperl.a main/libmain.a ./os/cygwin/libos.a ap/libap.a regex/libregex.a -lcrypt -lgdbm -s -s -L/usr/local/lib /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a /usr/lib/perl5/5.8/cygwin/auto/Win32CORE/Win32CORE.a -L/usr/lib/perl5/5.8/cygwin/CORE -lperl -lcrypt -lgdbm_compat
modules/perl/libperl.a(perlxsi.o):perlxsi.c:(.text+0xc2): undefined reference to `_boot_'
Info: resolving _optarg by linking to __imp__optarg (auto-import)
collect2: ld returned 1 exit status
_boot_? Boot what? Win32CORE? However, this was already included with
the 5.8.6 release.
$ nm /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a | grep boot
00000810 T _boot_DynaLoader
$ nm /usr/lib/perl5/5.8/cygwin/auto/Win32CORE/Win32CORE.a | grep boot
00004c70 T _boot_Win32CORE
Something broken with generating the code for perlxsi?
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/