Problems Installing On Debian - Or Not

2003-08-29 Thread Craig Shelley
Hi All, It looked like the Debian install problems were back. [EMAIL PROTECTED]:~/temp/modperl-2.0$ perl Makefile.PL * WARNING *

Re: Problems Installing On Debian - Or Not

2003-08-29 Thread Stas Bekman
Craig Shelley wrote: Hi All, It looked like the Debian install problems were back. [EMAIL PROTECTED]:~/temp/modperl-2.0$ perl Makefile.PL * WARNING *

Problems installing mp1 and apache-1.3.28

2003-07-30 Thread Thomas Schindl
Hi, I've a strange problem I've never encountered before when compiling my own apache. I simply run: 1) in mod_perl-1.28: /opt/perl/bin/perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/opt/apache make make test make install 2) If I know try to start my apache with a

Re: Problems installing mp1 and apache-1.3.28

2003-07-30 Thread Thomas Schindl
Oh found it my self. I forgot to add EVERYTHING=1 to perl-Makefile call because i simply copied it from INSTALL.simple where this is not mentionned. tom On Wed, 2003-07-30 at 14:20, Thomas Schindl wrote: Hi, I've a strange problem I've never encountered before when compiling my own apache.

Re: problems installing mod_perl 2

2003-03-07 Thread Stas Bekman
Carlos Villegas wrote: Hi, First some basic info: -Apache 2.0.44 -Solaris 9 sparc -perl 5.8.0 -mod_perl-1.99_08 (from mod_perl-2.0-current.tar.gz) -complete newbie to mod_perl I had some problems to compile mod_perl: make test would fail, after reading the mailing list archives, I found a few

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-04 Thread Randy Kobes
On Mon, 3 Mar 2003, Richard Heintze wrote: Apache HTTPD seems to be running fine. Do I have the right version of apache and mod_perl? I'm unpacking mod_perl2.tar. perl mpinstall does not seem to be giving me any errors. The current mod_perl ppm package was compiled against Apache 2.0.44,

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-03 Thread Richard Heintze
Apache HTTPD seems to be running fine. Do I have the right version of apache and mod_perl? I'm unpacking mod_perl2.tar. perl mpinstall does not seem to be giving me any errors. Apache installed itself in the directory program files/apache group/apache2 so I think this means I'm running apache2.

Problems installing Apache (./configure)

2003-03-02 Thread mel awaisi
Hi I am tryin to set Apache to run with Perl, but before that i am tryin to download Apache on a fresh downlaod of Red Hat 8 Linux. this is the steps i am following: [EMAIL PROTECTED] src]# cd /usr/src [EMAIL PROTECTED] src]# wget http://httpd.apache.org/dist/httpd/apache_1.3.19.tar.gz

Re: Problems installing Apache (./configure)

2003-03-02 Thread Perrin Harkins
mel awaisi wrote: Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Well, you need to install a compiler. You must have chosen a set of packages that does not include development tools when you installed Red Hat. Look for their RPM of gcc and install it. -

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Richard Heintze
I have followed the instructions at http://perl.apache.org/docs/1.0/os/win32/install.html I've put the following in my httpd.conf file: LoadFile c:/Perl/bin/perl58.dll LoadModule mod_perl modules/mod_perl.so PerlRequire C:/Apache2/conf/extra.pl I have expanded mod_perl-2.tar and extracted

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Randy Kobes
On Sun, 2 Mar 2003, Richard Heintze wrote: I have followed the instructions at http://perl.apache.org/docs/1.0/os/win32/install.html I've put the following in my httpd.conf file: LoadFile c:/Perl/bin/perl58.dll LoadModule mod_perl modules/mod_perl.so PerlRequire C:/Apache2/conf/extra.pl

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Richard Heintze
Randy, I can boot apache and I can view the index.html.en and navigate to the documentation. No errors. It seems to be working fine. Sieg --- Randy Kobes [EMAIL PROTECTED] wrote: On Sun, 2 Mar 2003, Richard Heintze wrote: I have followed the instructions at

problems installing libapreq-1.0

2002-08-31 Thread Michael Robinton
I have two identical hosts with the following mod_perl-1.26 apache apache_1.3.26 ben apachessl_1.48 openssll-0.9.6b on one, libapreq-1.0 installs just fine, on the other I get this error: In file included from /usr/lib/perl5/site_perl/i386-linux/auto/Apache/include/include/httpd.h:79,

Re: problems installing libapreq-1.0

2002-08-31 Thread Michael Robinton
never mind. It appears that the order in which things are done is important. I finally got it to work by reinstalling mod-perl for the umpteenth time and then again trying libapreq. Strange, the old version that was installed would no re-install until I did this. I have two identical hosts

Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Dave Hodgkinson [EMAIL PROTECTED] writes: Ged Haywood [EMAIL PROTECTED] writes: Something very wrong there. Do you have squeaky clean source trees? I'd be tempted to erase the lot and start again. What's the compiler? Post your httpd.conf? Have you built other (older) versions of

Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Ged Haywood [EMAIL PROTECTED] writes: if I compile Apache with mod_perl, then mod_auth_db, mod_proxy and mod_negotiation all stop working. If I compile Apache without mod_perl then they continue to work just fine. Something very wrong there. Do you have squeaky clean source trees? I'd

Re: Problems installing on Solaris 8

2002-03-25 Thread Wayne Pascoe
Angel R. Rivera [EMAIL PROTECTED] writes: Sorry to come in late into this. I had the same problems and spent a while getting it all to build right. I am running on an Ultra class machine with all my web stuff in /web/appl (automount point) so that should be the only changes you need to

Re: Problems installing on Solaris 8

2002-03-25 Thread Ged Haywood
2002 08:24:16 + (GMT) From: Ged Haywood [EMAIL PROTECTED] To: Wayne Pascoe [EMAIL PROTECTED] Cc: mod_perl Mailing List [EMAIL PROTECTED] Subject: Re: Problems installing on Solaris 8 Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious... It doesn't. Have you tried sompiling static instead of DSO? There have been DSO problems on Solaris (and elsewhere :) in the past but I thought they were mostly put to bed now. 73, Ged.

Re: Problems installing on Solaris 8

2002-03-23 Thread Wayne Pascoe
Ged Haywood [EMAIL PROTECTED] writes: Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Why does mod_perl need ssl and crypto ? Just curious... It doesn't. Have you tried sompiling static instead of DSO? There have been DSO problems on Solaris (and elsewhere :) in the past but I

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi there, On 23 Mar 2002, Wayne Pascoe wrote: Ged Haywood [EMAIL PROTECTED] writes: Have you tried sompiling static instead of DSO? This is a static build. Sorry, I've deleted the original message. Why did I think it wasn't? I must be having a very bad day today. if I compile Apache

Re: Problems installing on Solaris 8

2002-03-23 Thread Dave Hodgkinson
Ged Haywood [EMAIL PROTECTED] writes: Something very wrong there. Do you have squeaky clean source trees? I'd be tempted to erase the lot and start again. What's the compiler? Post your httpd.conf? Have you built other (older) versions of Apache and mod_perl on the same OS? httpd -l

Re: Problems installing on Solaris 8

2002-03-23 Thread Ged Haywood
Hi all, Wayne Pascoe [EMAIL PROTECTED] writes: [8:37am]# httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec I didn't think I'd been dreaming. As a matter of principle, I tend not to mix static and

Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1 make make install I then change into the

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
Wayne Pascoe wrote: Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1 make make install

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
The Wizkid wrote: Wayne Pascoe wrote: Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ APACHE_SRC=../apache_1.3.24/src USE_APACI=1 \ PREP_HTTPD=1 DO_HTTPD=1

Re: Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
The Wizkid [EMAIL PROTECTED] writes: This one is easy. Include the ssl library with env LIBRARIES=' -Ltherightdirectory -lssl -lcrypto Why does mod_perl need ssl and crypto ? Just curious... I'll try this now... I hope you have bettter luck then I have. I got past this, and I have not

Re: Problems installing on Solaris 8

2002-03-22 Thread Wayne Pascoe
The Wizkid [EMAIL PROTECTED] writes: Opps, I forgot some stuff Use this on the make command LIBS= -L/opt/local/lib -lssl -lcrypto \ INCLUDES= -I/opt/local/include \ make string I'm using is: A locate libssl shows it to be in /usr/local/openssl/lib libcrypto looks to be

Re: Problems installing on Solaris 8

2002-03-22 Thread The Wizkid
Wayne Pascoe wrote: The Wizkid [EMAIL PROTECTED] writes: Opps, I forgot some stuff Use this on the make command LIBS= -L/opt/local/lib -lssl -lcrypto \ INCLUDES= -I/opt/local/include \ make string I'm using is: A locate libssl shows it to be in /usr/local/openssl/lib

Re: mod_perl's ease of installation and the list (was: Re: Problems installing libapreq)

2001-08-20 Thread Andrew Hurst
On Thu, Aug 16, 2001 at 09:25:19PM -0700, Ask Bjoern Hansen wrote: On Thu, 16 Aug 2001, Nick Tonkin wrote: ( In the absence of any better ideas at this time, I'm gonna nuke /usr/local/lib/perl5 completely and see what happens if I start over again. ) On FreeBSD, better do a new

Re: mod_perl's ease of installation and the list (was: Re: Problems installing libapreq)

2001-08-20 Thread Robert
[EMAIL PROTECTED] To: Andrew Hurst [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 4:15 PM Subject: Re: mod_perl's ease of installation and the list (was: Re: Problems installing libapreq) On Fri, 17 Aug 2001, Andrew Hurst wrote: On Thu, Aug 16, 2001 at 09:25:19PM -0700

Re: Problems installing libapreq

2001-08-16 Thread Nick Tonkin
On 15 Aug 2001, Joe Schaefer wrote: Nick Tonkin [EMAIL PROTECTED] writes: I'm trying to install libapreq on a new box on which I've rolled an apache-mod_ssl-openssl combo. ^^ If you have, the include directories (-I) that apreq uses to find the header files

Re: Problems installing libapreq

2001-08-16 Thread Vivek Khera
NT == Nick Tonkin [EMAIL PROTECTED] writes: NT And especially why the weird error: NT root@wm-server /tmp/libapreq-0.33make NT Making all in c NT Makefile, line 278: Need an operator Are you on a BSD system? The make is probably incompatible. GNU make (the default on Linux) uses different

Re: Problems installing libapreq

2001-08-16 Thread Sean Chittenden
NT And especially why the weird error: NT root@wm-server /tmp/libapreq-0.33make NT Making all in c NT Makefile, line 278: Need an operator Are you on a BSD system? The make is probably incompatible. GNU make (the default on Linux) uses different syntax for some things. If you're not

Problems installing libapreq

2001-08-15 Thread Nick Tonkin
I'm trying to install libapreq on a new box on which I've rolled an apache-mod_ssl-openssl combo. As you may know this puts httpd in /usr/local/apachessl. Using the standard perl Makefile.PL make fails at make: In file included from apache_request.c:58: apache_request.h:5: httpd.h: No such

Re: Problems installing libapreq

2001-08-15 Thread Joe Schaefer
Nick Tonkin [EMAIL PROTECTED] writes: I'm trying to install libapreq on a new box on which I've rolled an apache-mod_ssl-openssl combo. ^^ Have you already built modperl into your apache server? You should do that first, if you haven't done so already. If you have,

problems installing mod_perl when apache is already installed...

2001-02-01 Thread Webmaster
I'm looking forward to start using Apache and mod_perl together...etc. The common E-commerce scenario. I will also be planning to put in Embperl, and use MySQL. I have a RH 7.0 system with Apache 1.3.12 already installed and previously configured by me. Now I'm trying to install mod_perl but

Re: problems installing mod_perl when apache is already installed...

2001-02-01 Thread Buddy Lee Haystack
Try installing it DSO. The following link will provide some directions. http://perl.apache.org/guide/install.html#Installing_separate_Apache_and_m Webmaster wrote: I'm looking forward to start using Apache and mod_perl together...etc. The common E-commerce scenario. I will also be

problems installing mod_perl mod_ssl

2000-11-10 Thread B. Burke
I've tried installing mod_perl mod_ssl, following both the instructions at http://perl.apache.org/guide and the INSTALL.simple.mod_ssl file that comes with mod_perl-1.24. When I run the perl Makefile.PL for mod_perl, it keeps complaining that I need apache 1.3.0. I was able to install

Problems Installing

2000-09-15 Thread Shawn Evans
System Information: ULTRA 60 with Solaris 2.6, 512MB, 2x350 GCC 2.95.2 APACHE 1.3.12 PERL 5.6 MOD_PERL 1.21 PHP 4.0 JSERV 1.1 GNUJSP 1.0 I configure MOD_PERL for a static install: perl Makefile.PL \ APACHE_SRC=/disk1/pkgs/apache_1.3.12 \ DO_HTTPD=1

Problems installing Apache::Scoreboard

2000-08-16 Thread Robert Jenks
Title: Problems installing Apache::Scoreboard I am running RH6.0 / Perl 5.005_03 / mod_perl 1.22 and I'm getting the following errors when trying to install Apache::Scoreboard. Any ideas? # make mkdir blib mkdir blib/lib mkdir blib/lib/Apache mkdir blib/arch mkdir blib/arch/auto mkdir blib