Re: [GENERAL] getting libperl.so

2000-05-17 Thread Karl DeBisschop
> > Tom Lane wrote: > > > > > Travis Bauer <[EMAIL PROTECTED]> writes: > > > > compile plperl.so. But I can't because appearantly libperl.so is not > > > > configured properly on my machine. I'm using Mandrake 7.0, and the only > > > > copy of libperl.so that I can find is in: /usr/lib/apache (

Re: [GENERAL] getting libperl.so

2000-05-17 Thread Karl DeBisschop
Tom Lane wrote: > Karl DeBisschop <[EMAIL PROTECTED]> writes: > > or 'ar -a libperl.a' into a directory then gcc the resulting .o files into a > > single libperl.so > > That will only work on platforms where code is compiled > position-independent by default. Yes. Such seems to be the case for

Re: [GENERAL] getting libperl.so

2000-05-17 Thread Tom Lane
Travis Bauer <[EMAIL PROTECTED]> writes: > compile plperl.so. But I can't because appearantly libperl.so is not > configured properly on my machine. I'm using Mandrake 7.0, and the only > copy of libperl.so that I can find is in: /usr/lib/apache (thanks to the > mod-perl rpm). Probably your