Hi,
I'm trying to build mod_perl with Apache 1.3.9 and mod_perl 1.21. I'm
running into the exact same problem described in this thread:
http://www.progressive-comp.com/Lists/?l=apache-modperl&m=92818993410677&w=2
Basically, make returns:
/gen_test_char >test_char.h
./gen_test_char: can't load library 'libperl.so'
*** Error code 16
Stop.
*** Error code 1
perl -V looks like:
www1# perl -V
Summary of my perl5 (5.0 patchlevel 4 subversion 2)
configuration:
Platform:
osname=bsdos, osvers=4.0, archname=i386-bsdos
uname='bsdos bsdi.com 4.0 :bsdos_distribution defined: '
hint=recommended, useposix=true, d_sigaction=define
bincompat3=y useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-O2', gccversion=2.7.2.1
cppflags='-I/usr/local/include'
ccflags ='-I/usr/local/include'
stdchar='char', d_stdstdio=undef, usevfork=false
voidflags=15, castflags=0, d_casti32=define,
d_castneg=define
intsize=4, alignbytes=4, usemymalloc=n, randbits=15
Linker and Libraries:
ld='ld', ldflags =' -L/usr/X11/lib -L/usr/local/lib'
libpth=/usr/local/lib /usr/shlib /shlib /usr/lib
/usr/X11/lib
libs=-ldl -lm -lc
libc=/shlib/libc.so, so=so
useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef,
ccdlflags='-rdynamic
-Wl,-rpath,/usr/libdata/perl5/i386-bsdos/5.00402/CORE'
cccdlflags='-fPIC', lddlflags='-shared -x -L/usr/X11/lib
-L/usr/local/lib'
Characteristics of this binary (from libperl):
Built under bsdos
Compiled at Jun 12 1998 11:06:09
@INC:
/usr/libdata/perl5/i386-bsdos/5.00402
/usr/libdata/perl5
/usr/libdata/perl5/site_perl/i386-bsdos
/usr/libdata/perl5/site_perl
/usr/libdata/perl5/site_perl/i386-bsdos/include
which is exactly like the original poster. Is there any workaround
besides installing a new version of perl?
Thanks for any help!
Alex