hurstdog has asked for the wisdom of the Perl Monks concerning the following question:
I've been trying to install mod_perl this morning with no luck. It works fine when I just install mod_perl 1.26, apache 1.3.20, and php-4.0.4pl1, but when I add in the mod_ssl-2.8.4-1.3.20 it fails with a
/usr/local/lib/perl5/5.6.1/i386-freebsd/auto/DynaLoader/DynaLoader.a(D +ynaLoader.o): In function `SaveError': DynaLoader.o(.text+0x159): undefined reference to `Perl_vmess'" error.
Any ideas what the problem could be? Someone told me it might be the way I have perl installed, that I have it statically linked. I'm *this* close to reinstalling perl 5.6.1 for dynamic linking/loading, but I'd much prefer to not do that. Hopefully one of the monks can help. Any ideas?
Oh yeah, this is on FreeBSD-4.3-release (soon to be stable) and here's the output of perl -V:
hurstdog@feynman src$ perl -V Summary of my perl5 (revision 5.0 version 6 subversion 1) configuratio +n: Platform: osname=freebsd, osvers=4.3-release, archname=i386-freebsd uname='freebsd feynman.hurstdog.org 4.3-release freebsd 4.3-releas +e #0: sat apr 21 10:54:49 gmt 2001 jkh@narf.osd.bsdi.com:usrsrcsyscompilegeneric + i386 ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultipl +icity=unde f useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include', optimize='-O', cppflags='-fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3 [FreeBSD] 20010315 (release)', gc +cosandvers ='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=1 +2 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', + lseeksize =8 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lm -lc -lcrypt -lutil perllibs=-lm -lc -lcrypt -lutil libc=, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under freebsd Compiled at Jun 13 2001 10:29:52 @INC: /usr/local/lib/perl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl install troubles
by Zucan (Beadle) on Aug 14, 2001 at 04:04 UTC | |
|
Re: mod_perl install troubles
by mugwumpjism (Hermit) on Aug 14, 2001 at 03:39 UTC |