Re: -DLINUX=22 and -lperl

2004-02-06 Thread Rob Weir
On Tue, Feb 03, 2004 at 11:07:29PM -0500, David Clymer said > On Tue, 2004-02-03 at 15:01, Robert Cates wrote: > > Hi, > > > > I'm having a problem compiling mod_perl-1.29 as a DSO for Apache > > 1.3.29... > > It all starts ok, but then bombs out with the following error: > > > > perl/5.6.1/COR

Re: -DLINUX=22 and -lperl

2004-02-03 Thread David Clymer
On Tue, 2004-02-03 at 15:01, Robert Cates wrote: > Hi, > > I'm having a problem compiling mod_perl-1.29 as a DSO for Apache > 1.3.29... > It all starts ok, but then bombs out with the following error: > > perl/5.6.1/CORE -lperl -ldl -lm -lc -lcrypt > /usr/bin/ld: cannot find -lperl > collect2:

Re: -DLINUX=22 and -lperl

2004-02-03 Thread Colin Watson
On Tue, Feb 03, 2004 at 09:01:56PM +0100, Robert Cates wrote: > I'm having a problem compiling mod_perl-1.29 as a DSO for Apache > 1.3.29... It all starts ok, but then bombs out with the following > error: > > perl/5.6.1/CORE -lperl -ldl -lm -lc -lcrypt > /usr/bin/ld: cannot find -lperl > collect

-DLINUX=22 and -lperl

2004-02-03 Thread Robert Cates
Hi,   I'm having a problem compiling mod_perl-1.29 as a DSO for Apache 1.3.29... It all starts ok, but then bombs out with the following error:   perl/5.6.1/CORE -lperl -ldl -lm -lc -lcrypt /usr/bin/ld: cannot find -lperlcollect2: ld returned 1 exit statusmake[1]: *** [libperl.so] Error 1