Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Ged Haywood wrote: Hi there, On Wed, 25 Feb 2004, Slade Edmonds wrote: Here I think lies a problem. Turns out there was no libperl.so on the system. I installed the libperl5.6 package and now have: /usr/lib/libperl.so.5.6.1 /usr/lib/libperl.so.5.6 Now when I run "perl Makefile.PL APACHE_SRC

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Stas Bekman
Slade Edmonds wrote: [...] modules/standard/libstandard.a is the archive including mod_include.a so it should link with -lperl just fine. Unless it finds a wrong perl library. is it possible that you have other (older?) perls installed on the same system and it finds them before your 5.6.1's li

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Ged Haywood
Hi there, On Wed, 25 Feb 2004, Slade Edmonds wrote: > Here I think lies a problem. Turns out there was no libperl.so on the > system. I installed the libperl5.6 package and now have: > > /usr/lib/libperl.so.5.6.1 > /usr/lib/libperl.so.5.6 > > Now when I run "perl Makefile.PL APACHE_SRC=../apach

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Stas Bekman wrote: Slade Edmonds wrote: Has anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I have the mod_perl source in /usr/local/src/mod_perl-1.29 and apache 1.3.29 source in /usr/local/src/apache_1.3.29. I run the following to start the process: perl Makefile.

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Stas Bekman
Slade Edmonds wrote: Has anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I have the mod_perl source in /usr/local/src/mod_perl-1.29 and apache 1.3.29 source in /usr/local/src/apache_1.3.29. I run the following to start the process: perl Makefile.PL APACHE_SRC=../apac

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Ged Haywood wrote: Hello again, On Wed, 25 Feb 2004, Slade Edmonds wrote: gcc version 2.95.4 20011002 (Debian prerelease) I noticed you were building in /usr/local/src or some such place, does that mean you're doing all this as root? That's not usually a good idea. Although don't think

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Ged Haywood
Hello again, On Wed, 25 Feb 2004, Slade Edmonds wrote: > gcc version 2.95.4 20011002 (Debian prerelease) I noticed you were building in /usr/local/src or some such place, does that mean you're doing all this as root? That's not usually a good idea. Although don't think that this is likely to b

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Ged Haywood wrote: Hello again, On Wed, 25 Feb 2004, Slade Edmonds wrote: [snip] Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [snip] Compiler: [snip] gccversion='2.95.4 20011002 (Debian prerelease)', Does the output of gcc -v look anything like that?

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Ged Haywood
Hello again, On Wed, 25 Feb 2004, Slade Edmonds wrote: > [snip] > Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: > [snip] > Compiler: > [snip] gccversion='2.95.4 20011002 (Debian prerelease)', Does the output of gcc -v look anything like that? 73, Ged. -- R

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Ged Haywood wrote: Hi there, On Wed, 25 Feb 2004, Slade Edmonds wrote: anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I haven't ever used Debian, but I'll ask you a question anyway. :) modules/standard/libstandard.a(mod_include.o): In function `handle_perl':

Re: Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Ged Haywood
Hi there, On Wed, 25 Feb 2004, Slade Edmonds wrote: > anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I haven't ever used Debian, but I'll ask you a question anyway. :) > modules/standard/libstandard.a(mod_include.o): In function `handle_perl': > perl -v > > This is perl

Compiliing mod_perl 1.29 from source on Debian Woody

2004-02-25 Thread Slade Edmonds
Has anyone successfuly compiled mod_perl 1.29 from source on Debian Woody? I have the mod_perl source in /usr/local/src/mod_perl-1.29 and apache 1.3.29 source in /usr/local/src/apache_1.3.29. I run the following to start the process: perl Makefile.PL APACHE_SRC=../apache_1.3.29/src APACHE