Problems building Apache-AuthenSmb on Windows

2002-03-29 Thread Pete Kelly
Please forgive the fact this isn't a specific mod_perl question, but I have been trying to install the Apache-AuthenSmb module for over a week without success:-( I have tried using ppm, but I have been informed this is only built for Linux. Apache-AuthenSmb apparently can't build without

problems building mod_perl with apache: cannot find -lperl

2001-09-26 Thread willow
Hi, I hope this is the right list. I can't seem to build apache with mod_perl. Is it just me? I must be dumm, or just a newbie. I eventually want ssl, php4, etc., but after problems developed, I went back to basics. I'm using apache_1.3.20 and mod_perl-1.25 from tarballs. I'm running debian.

Re: problems building mod_perl with apache: cannot find -lperl

2001-09-26 Thread Thomas Eibner
On Wed, Sep 26, 2001 at 05:39:26PM -0700, [EMAIL PROTECTED] wrote: Hi, I hope this is the right list. I can't seem to build apache with mod_perl. Is it just me? I must be dumm, or just a newbie. I eventually want ssl, php4, etc., but after problems developed, I went back to basics. I'm

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread Doug MacEachern
On 12 Aug 2001, Wayne Pascoe wrote: cc -funsigned-char -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include `./apaci` -L/usr/lib-o httpd buildmark.o modules.o modules/standard/libstandard.a

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread The Doctor
On Sun, Sep 09, 2001 at 11:46:33AM -0700, Doug MacEachern wrote: On 12 Aug 2001, Wayne Pascoe wrote: cc -funsigned-char -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include `./apaci`

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread Doug MacEachern
On Sun, 9 Sep 2001, The Doctor wrote: THAT is the problem, and thanks to you Doug, the same problemed appeared in BSD/OS and the above FIXES the problem!!! great news. this has come up a bunch in the past, but nothing was done about it. i've added the following sanity check to

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread The Doctor
On Sun, Sep 09, 2001 at 03:02:55PM -0700, Doug MacEachern wrote: On Sun, 9 Sep 2001, The Doctor wrote: THAT is the problem, and thanks to you Doug, the same problemed appeared in BSD/OS and the above FIXES the problem!!! great news. this has come up a bunch in the past, but nothing

problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-08-12 Thread Wayne Pascoe
Hi all, I am trying to build mod_perl-1.26 for Apache 1.3.20 with mod_ssl 2.8.4 on FreeBSD. The version of perl that I have installed on this machine is 5.6.1 If I build just mod_perl and Apache, the build goes fine. The problem only exists if I add mod_ssl to the mix. To configure Apache, I

problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-08-12 Thread Wayne Pascoe
Sorry if this appears twice. My mailserver says that it was accepted, but it has not shown up on the list yet... Hi all, I am trying to build mod_perl-1.26 for Apache 1.3.20 with mod_ssl 2.8.4 on FreeBSD. The version of perl that I have installed on this machine is 5.6.1 If I build just

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-08-12 Thread Stas Bekman
On 12 Aug 2001, Wayne Pascoe wrote: Hi all, I am trying to build mod_perl-1.26 for Apache 1.3.20 with mod_ssl 2.8.4 on FreeBSD. The version of perl that I have installed on this machine is 5.6.1 If I build just mod_perl and Apache, the build goes fine. The problem only

Problems building mod_perl 1.26/apache 1.3.20 on SGI IRIX 6.3

2001-07-24 Thread Michael_Steeves
Hello, I'm in the process of trying to build mod_perl and apache on an IRIX 6.3 machine. I built perl 5.6, and installed it into its own subdirectory (until I can verify that I can get apache/mod_perl working, as this is a production machine), and built and installed the apropriate modules

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Stas Bekman
On Tue, 17 Jul 2001, Alan Burlison wrote: Stas Bekman wrote: Looks like an issue with APACHE_HEADER_INSTALL http://perl.apache.org/guide/install.html#APACHE_HEADER_INSTALL Did you install mod_perl by yourself? Yes, as my attempt to build it as part of Bundle::Apache barfed. Here is

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Alan Burlison
Stas Bekman wrote: Here is the output of 'make install' I don't think it logs the install of these headers. Please check the created Makefile. Does it include the mod_perl.h in one of the targets? No. Alan Burlison

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-18 Thread Stas Bekman
On Wed, 18 Jul 2001, Stas Bekman wrote: On Tue, 17 Jul 2001, Alan Burlison wrote: Stas Bekman wrote: Looks like an issue with APACHE_HEADER_INSTALL http://perl.apache.org/guide/install.html#APACHE_HEADER_INSTALL Did you install mod_perl by yourself? Yes, as my attempt to

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-17 Thread Jens-Uwe Mager
On Tue, Jul 17, 2001 at 12:29:25AM +, Alan Burlison wrote: I'm trying to build Bundle::Apache and I get the following error when building libapreq (everthing else in the bundle builds fine): cc -c -I../c -I/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/Apache/include

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-17 Thread Alan Burlison
Jens-Uwe Mager wrote: Did you make install modperl yet? Yes, via APXS. mod_perl is installed and works just fine. I can see the missing mod_perl.h file in the modperl build directory, but it doesn't appear anywhere under site_perl - should mod_perl copy it somewhere during 'make install'?

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-17 Thread Stas Bekman
On Tue, 17 Jul 2001, Alan Burlison wrote: Jens-Uwe Mager wrote: Did you make install modperl yet? Yes, via APXS. mod_perl is installed and works just fine. I can see the missing mod_perl.h file in the modperl build directory, but it doesn't appear anywhere under site_perl - should

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-17 Thread Jens-Uwe Mager
On Tue, Jul 17, 2001 at 11:08:43AM +0100, Alan Burlison wrote: Jens-Uwe Mager wrote: Did you make install modperl yet? Yes, via APXS. mod_perl is installed and works just fine. I can see the missing mod_perl.h file in the modperl build directory, but it doesn't appear anywhere under

Re: Problems building Bundle::Apache - libapreq-0.33

2001-07-17 Thread Alan Burlison
Stas Bekman wrote: Looks like an issue with APACHE_HEADER_INSTALL http://perl.apache.org/guide/install.html#APACHE_HEADER_INSTALL Did you install mod_perl by yourself? Yes, as my attempt to build it as part of Bundle::Apache barfed. Here is the contents of my makepl_args.mod_perl:

Problems building Bundle::Apache - libapreq-0.33

2001-07-16 Thread Alan Burlison
I'm trying to build Bundle::Apache and I get the following error when building libapreq (everthing else in the bundle builds fine): cc -c -I../c -I/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/Apache/include -I/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/Apache/include/include

Re: Problems building GTop...

2000-01-27 Thread Stas Bekman
Ok, I'm going a wee bit crazy here. I'm trying to build GTop so I can use VMonitor to investigate memory usage/etc. under mod_perl. I'm using SuSE Linux 6.3, with libgtop installed. However, I get this when I try and build GTop: BUILD/GTop-0.09 perl Makefile.PL Checking if your

Re: Problems building GTop...

2000-01-27 Thread Doug MacEachern
On Thu, 27 Jan 2000, Stas Bekman wrote: Hmm, let's see Doug wrote GTop... so is this ontopic? :) Check the libgtop homepage for more info and help. (hint: README file includes the URL) hmm, well I didn't put any email address in the GTop package :) Apparantly, you either don't have it

Re: Problems building

1999-12-15 Thread G.W. Haywood
Hi all, On 14 Dec 1999, Greg Stark wrote: I think the interdependence with the apache tree and the mod_perl tree just makes things too complicated. I'm not unfamiliar with complicated building software -- even fairly complex software, but mod_perl just plain won that weekend, I conceded

Re: Problems building

1999-12-15 Thread Eric Cholet
On Wed, 15 Dec 1999, you wrote: Hi all, On 14 Dec 1999, Greg Stark wrote: I think the interdependence with the apache tree and the mod_perl tree just makes things too complicated. I'm not unfamiliar with complicated building software -- even fairly complex software, but mod_perl

Re: Problems building

1999-12-15 Thread G.W. Haywood
Hi there, Good to hear from you again. On Wed, 15 Dec 1999, Eric Cholet wrote: I'm strongly opposed to this suggestion. I have always built mod_perl + apache in one single step (perl Makefile.PL EVERYTHING=1 DO_HTTPD=1 make install), I like the fact that I install just the binary httpd

Re: Problems building

1999-12-13 Thread Doug MacEachern
On 3 Nov 1999, Greg Stark wrote: I'm trying to update to 1.3.9+1.21 but I'm having various problems: 1) The makefile seems to try to run ../apaci even though perl is two levels deep, so it can't find ../apaci, it would have to be ../../apaci === src/modules/perl gcc -I.

Re: Problems building

1999-11-08 Thread Greg Stark
Has nobody seen these problems? It seems strange, I had no trouble building 1.3.4+1.19 on Solaris but this is a fresh build on Linux with 1.3.9+1.21 and these errors don't seem to be configuration dependent, they look like generic problems with the build system. What could be wrong? Greg Stark

Problems building

1999-11-03 Thread Greg Stark
I'm trying to update to 1.3.9+1.21 but I'm having various problems: 1) The makefile seems to try to run ../apaci even though perl is two levels deep, so it can't find ../apaci, it would have to be ../../apaci === src/modules/perl gcc -I. -I../../include -I../../include/regex