installing mod_perl with Apache and mod_ssl

2003-03-30 Thread Richard Kurth
Hello , I am trying to install mod_perl with Apache apache_1.3.27 mod_ssl-2.8.12-1.3.27 and Frontpage This is what I am doing to install it but for some reason mod_perl does not install properly. cd /tmp tar xfz apache_1.3.27.tar.gz #Frontpage Module cd /tmp cd apache_1.3.27 rm -f

Re: installing mod_perl with Apache and mod_ssl

2003-03-30 Thread Stas Bekman
Richard Kurth wrote: Hello , I am trying to install mod_perl with Apache apache_1.3.27 mod_ssl-2.8.12-1.3.27 and Frontpage This is what I am doing to install it but for some reason mod_perl does not install properly. [...] This might help:

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: sanity check problem: Help installing mod_perl 1.27andapache 1.3.27

2003-02-24 Thread Charlie Smith
Yes. I used gcc to compile perl 5.8, DBI 1.30, DBD::Orace 1.12. Then as part of this particular install, I've installed HTML-Parser-3.27, URI-1.23, URI-1.22, libwww-perl-5.69. I did have similar type of problem with perl 5.8 install. I changed all file containing 'WI,-E' to not use ',-E'.

Re: sanity check problem: Help installing mod_perl 1.27 andapache1.3.27

2003-02-24 Thread Ged Haywood
Hello again Charlie, On Mon, 24 Feb 2003, Charlie Smith wrote: Yes. I used gcc to compile perl 5.8, DBI 1.30, DBD::Orace 1.12. And Apache and mod_perl? I did have similar type of problem with perl 5.8 install. I changed all file containing 'WI,-E' to not use ',-E'. This allowed me to

Re: sanity check problem: Help installing mod_perl 1.27andapache1.3.27

2003-02-24 Thread Ged Haywood
Hi Charlie, On Mon, 24 Feb 2003, Charlie Smith wrote: How long before something like this gets into the build process and out as a patch? Or is there something I could do in the interim? As it seems that you're the only one having the problem, I meant that *you* might fix it and submit a

Help installing mod_perl 1.27 and apache 1.3.27. newbiequestion.

2003-02-20 Thread Charlie Smith
I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95. ### perl Makefile.PLConfigure mod_perl with ../apache_1.3.27/src ? [y]Shall I build httpd in ../apache_1.3.27/src for you? [y]sh: make

Re: Help installing mod_perl 1.27 and apache 1.3.27. newbie question.

2003-02-20 Thread Cory 'G' Watson
On Thursday, February 20, 2003, at 08:13 AM, Charlie Smith wrote: I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95.     # # # perl Makefile.PL Configure mod_perl with ../apache_1.3.27/src ? [y

RE: Help installing mod_perl 1.27 and apache 1.3.27. newbie question.

2003-02-20 Thread Martin Scantland
: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95

RE: Help installing mod_perl 1.27 and apache 1.3.27.newbiequest ion.

2003-02-20 Thread Charlie Smith
lie Smith [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL.

RE: Help installing mod_perl 1.27 and apache 1.3.27.newbiequest ion.

2003-02-20 Thread Charlie Smith
ngineering, Nortel Networks Phone: 613.765.4052, ESN 395.4052 -Original Message-From: Charlie Smith [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I

sanity check problem: Help installing mod_perl 1.27 and apache1.3.27

2003-02-20 Thread Charlie Smith
Am having problems as seen in the 'sanity check' below. Am attempting to install mod_perl 1.27 and Apache 1.3.27. I'm also running perl 5.8 on solaris. gcc 2.95. # perl Makefile.PLConfigure mod_perl with ../apache_1.3.27/src ? [y]Shall I build httpd in ../apache_1.3.27/src for you?

Re: sanity check problem: Help installing mod_perl 1.27 and apache1.3.27

2003-02-20 Thread Ged Haywood
Hi there, On Thu, 20 Feb 2003, Charlie Smith wrote: Am having problems as seen in the 'sanity check' below. [snip] -lsocket -lnsl -lpthread -Wl -L/usr/local/lib -L/opt/local/lib /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a

Help installing mod_perl-1.99_08

2003-01-30 Thread Casey Songer
This is probably a stupid question, but I've been searching the documentation for 3 or 4 hours now and I still can't get mod_perl to install. I have mod_perl installed under apache 1.3.26 and have been running that with great success for a couple years, but I am trying to upgrade to apache

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Christopher Warren
On Thu, 30 Jan 2003 17:57:05 -0700, Casey Songer wrote: When I do httpd -l mod_perl isn't listed, should it be? I also get errors for things in my apache configuration scripts like PerlHandler and PerlRequire, which I assume means that mod_perl isn't installed. I have read through

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Stas Bekman
Casey Songer wrote: This is probably a stupid question, but I've been searching the documentation for 3 or 4 hours now and I still can't get mod_perl to install. I have mod_perl installed under apache 1.3.26 and have been running that with great success for a couple years, but I am trying to

installing mod_perl

2002-12-18 Thread Carl Holm
Hello, When attempting to install mod_perl for Win32 ActivePerl using the repository shown, I receive this error message "Error: no suitable installation target found for package mod_perl.". http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer I am using ActivePerl Build 804 on

Re: installing mod_perl

2002-12-18 Thread Randy Kobes
On Wed, 18 Dec 2002, Carl Holm wrote: Hello, When attempting to install mod_perl for Win32 ActivePerl using the repository shown, I receive this error message Error: no suitable installation target found for package mod_perl..

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-26 Thread Stas Bekman
Your attention please: [***] [*** ***] [*** please send the followups back to the list! ***] [*** ***] [***]

make test failed when installing mod_perl 2.0 on Linux

2002-11-21 Thread Dawn Sun
Hi I am new to linux and mod_perl. Weare runningperl 5.8.0 and apache 2.0.43 on linux.First time we are tryingtoinstall mod_perl2.But the "make test"failed completed. Here is the error_log reads: END in modperl_extra.pl, pid=19385[Thu Nov 21 11:24:45 2002] [notice] Apache/2.0.43 (Unix)

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-21 Thread Stas Bekman
please remember to properly report problems, as explained at: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems (hint: the shortcuts menu on the left side of any page of perl.apache.org) if you don't provide all the required details it makes it hard to guess what

Re: installing mod_perl on binar

2002-08-22 Thread Hytham Shehab
randy kobes write: This sounds like a problem with a bad install of apache's default configuration file. Which apache version are you using? For apache-1.3.26, mod_alias.so and mod_actions.so (and others) are compiled into Apache.exe, which you can see via 'Apache.exe -l'. So the LoadModule

Re: installing mod_perl on binar

2002-08-22 Thread Randy Kobes
On Thu, 22 Aug 2002, Hytham Shehab wrote: am using apache 2 what to do next? You need to install the mod_perl-2 ppm package, not the mod_perl ppm package (which is for mod_perl-1). The same comments as before apply in installing mod_perl.so into your Apache2 modules/ directory. More info on

Re: installing mod_perl on binar

2002-08-22 Thread Hytham Shehab
hi Randy, guess what, finaly nothing goes error, but again, *BUT*: i have telnet 127.0.0.1 80 GET / HTTP/1.0 blah Server: Apache/2.0.39 (Win32) blah this means that the server till the moment doesn't use mod_perl, as it must - as far as i know - append mod_perl at the end of Server header

installing mod_perl on binar

2002-08-21 Thread Hytham Shehab
hi guys, how can i install mod_perl under a pre-installed Apache 2 binary installation? all what i found through docs is installing via source copies. thanks -- Hytham Shehab

Re: installing mod_perl on binar

2002-08-21 Thread Stas Bekman
Hytham Shehab wrote: hi guys, how can i install mod_perl under a pre-installed Apache 2 binary installation? all what i found through docs is installing via source copies. You don't say what platform you are on. On Unix it's all the same, just skip the build/installation of the Apache

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
On Wed, 21 Aug 2002, Stas Bekman wrote: Hytham Shehab wrote: hi guys, how can i install mod_perl under a pre-installed Apache 2 binary installation? all what i found through docs is installing via source copies. You don't say what platform you are on. On Unix it's all the same,

Re: installing mod_perl on binar

2002-08-21 Thread Hytham Shehab
hi guys, while am using activeperl on XP, i have installed mod_perl v1.27_01-dev using ppm, but after getting the whole thing, some script runs and offer me to create apache/modules/, when i answere with yes, it bail out upnormally, telling me 'something' i didn't figure out about

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
On Wed, 21 Aug 2002, Hytham Shehab wrote: hi guys, while am using activeperl on XP, i have installed mod_perl v1.27_01-dev using ppm, but after getting the whole thing, some script runs and offer me to create apache/modules/, when i answere with yes, it bail out upnormally, telling me

Re: installing mod_perl on binar

2002-08-21 Thread Hytham Shehab
hi, i have installed the mod_perl at last, and the mod_perl.so is there at apache/modules, *BUT*: apache -k restart -- Syntax error on line 136 of c:/program files/apache group/apache/conf/httpd.conf: Cannot load c:/program files/apache group/apache/modules/mod_actions.so into server: (126)

Re: installing mod_perl on binar

2002-08-21 Thread Randy Kobes
On Thu, 22 Aug 2002, Hytham Shehab wrote: hi, i have installed the mod_perl at last, and the mod_perl.so is there at apache/modules, *BUT*: apache -k restart -- Syntax error on line 136 of c:/program files/apache group/apache/conf/httpd.conf: Cannot load c:/program files/apache

Make test failure when installing mod_perl 2.0 on Solaris 8 with Apache 2

2002-08-20 Thread Tom Hibbert
Hi, I am running Solaris 8 and have installed Apache 2: bash-2.03# /usr/apache/bin/httpd -v Server version: Apache/2.0.39 Server built: Aug 20 2002 11:26:54 I also have installed perl 5.8.0: bash-2.03# perl -v This is perl, v5.8.0 built for sun4-solaris I am trying to install mod_perl 2

Re: Make test failure when installing mod_perl 2.0 on Solaris 8 withApache 2

2002-08-20 Thread Stas Bekman
Tom Hibbert wrote: Hi, I am running Solaris 8 and have installed Apache 2: bash-2.03# /usr/apache/bin/httpd -v Server version: Apache/2.0.39 Server built: Aug 20 2002 11:26:54 I also have installed perl 5.8.0: bash-2.03# perl -v This is perl, v5.8.0 built for sun4-solaris I

Trouble installing mod_perl module files

2002-05-21 Thread Vicki Brown
I just installed Apache 1.3.22 (that's what's in the FreeBSD ports collection). We were previously running 1.3.14 I installed mod_perl-1.26 into this with perl Makefile.PL \ APACHE_SRC=/usr/ports/www/apache13/work/apache_1.3.22/src \ DO_HTTPD=1 \

Re: Trouble installing mod_perl module files

2002-05-21 Thread Jie Gao
On Tue, 21 May 2002, Vicki Brown wrote: I just installed Apache 1.3.22 (that's what's in the FreeBSD ports collection). We were previously running 1.3.14 I installed mod_perl-1.26 into this with perl Makefile.PL \

Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Einar Roheim
Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: make[1]: Leaving directory `/usr/local/src/mod_perl-1.26/Util' cp t/conf/mod_perl_srm.conf t/conf/srm.conf ../apache_1.3.24/src/httpd -f `pwd`/t/conf

RE: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Nicolai Schlenzig (DXD)
://taxes.yahoo.com/ -Original Message- From: Einar Roheim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: Installing mod_perl 1.26 - URI::URL error Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: You have a mismatching version of LWP and URI packages, update both and the problem should disappear. make[1]: Leaving

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Einar Roheim
At 17:00 4/23/2002 +0800, you wrote: Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: You have a mismatching version of LWP and URI packages, update both and the problem should

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Silvio Wanka
Stas Bekman wrote: Einar Roheim wrote: At 17:00 4/23/2002 +0800, you wrote: Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: You have a mismatching version

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
Bekman wrote: Einar Roheim wrote: At 17:00 4/23/2002 +0800, you wrote: Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: You have a mismatching version of LWP and URI packages

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Andrew McNaughton
On Tue, 23 Apr 2002, Silvio Wanka wrote: Stas Bekman wrote: Einar Roheim wrote: At 17:00 4/23/2002 +0800, you wrote: Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Mark P. Fister
On Thu, Apr 18, 2002 at 10:19:09AM -0700, Fernando Munoz wrote: Thanks for your input Stas. I followed (step-by-step) the installation suggested in the guide and I ended with the same message after .. # perl Makefile.PL USE_APACI=1 EVERYTHING=1 \ DO_HTTPD=1 SSL_BASE=/usr/local/ssl \

RE: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Fernando Munoz
To: Fernando Munoz Cc: 'Stas Bekman'; '[EMAIL PROTECTED]' Subject: Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp ! On Thu, Apr 18, 2002 at 10:19:09AM -0700, Fernando Munoz wrote: Thanks for your input Stas. I followed (step-by-step) the installation suggested in the guide and I

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Stas Bekman
Fernando Munoz wrote: Well I tried your suggestion and it didn't work at first but, after revising my steps I noticed that $LD_LIBRARY_PATH did not have /usr/local/ssl/lib (where libssl libraries live) so I push that path there and ssl passed. Unfortunately I got a different problem now ..

RE: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp !

2002-04-18 Thread Fernando Munoz
Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:23 AM To: Fernando Munoz Cc: 'Mark P. Fister'; '[EMAIL PROTECTED]' Subject: Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp ! Fernando Munoz wrote: Well I tried your suggestion

Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Fernando Munoz
: # config shared # make # make install Configuring mod_ss --l # configure --with-apache=../apache_1.3.24 --with-ssl=../openssl-0.9.6c configuring/installing mod_perl / apache

Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please Help !

2002-04-17 Thread Stas Bekman
Fernando Munoz wrote: These are the software/platform I'm working with: Solaris 8 Perl 5.6.1 OpenSSl-0.9.6c mod_ssl-2.8.8-1.3.24 mod_perl-1.24_01 Apache 1.3.24 These are the steps that I've taken to install the modules: Try to follow

installing mod_perl against a different perl installation

2002-04-11 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two versions of perl installed 5.005 and 5.6.1. I currently only have mod_perl installed against 5.005 but I would like to also have it work with 5.6.1. How can I do this. I am using FreeBSD 4.4 Apache 1.13.22_4 and mod_perl 1.26 Mike

Re: installing mod_perl against a different perl installation

2002-04-11 Thread Stas Bekman
Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two versions of perl installed 5.005 and 5.6.1. I currently only have mod_perl installed against 5.005 but I would like to also have it work with 5.6.1. How can I do this. I am using FreeBSD 4.4 Apache

RE: installing mod_perl against a different perl installation

2002-04-11 Thread Mike Loiterman
] Subject: Re: installing mod_perl against a different perl installation Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two versions of perl installed 5.005 and 5.6.1. I currently only have mod_perl installed against 5.005 but I would like to also have

Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne
Hi all I have just installed the binary of Apache v1.3.22 on Windows 2000 and have attempted to add mod_perl. I am using ActiveState Perl 5.6.1 The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails when it attempts to install mod_perl.so to c:\apache root. The default location

Re: Installing mod_perl with ActiveState

2002-01-10 Thread C.Hauser - IT assistance GmbH
The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails when it attempts to install mod_perl.so to c:\apache root. The default location for apache when I installed it was c:\program files\apache group\apache. I followed the instructions and manually copied mod_perl.so to my

RE: Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne
-Original Message- From: C.Hauser - IT assistance GmbH [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 9:49 PM To: Dan Horne Cc: [EMAIL PROTECTED] Subject: Re: Installing mod_perl with ActiveState The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails when

RE: Re[2]: Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne
mod_perl with ActiveState So you call later PerlRequire E:/home/utils/startup.pl Might be there an error in startup.pl? == beginn original == Date: Donnerstag, 10. Januar 2002, 10:04:35 Subject: Installing mod_perl with ActiveState CU, cheers for this - 2 Things: 1. I

Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread James G Smith
I have the 1.26 tarball untar'd and run the following command: % find . -name Request.pm -print It prints nothing. Is there supposed to be an Apache/Request.pm file somewhere? Apache complains that it can't find it on startup (I'm trying to use HTML::Mason). -- James Smith [EMAIL PROTECTED],

Re: Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread Chris Winters
* James G Smith ([EMAIL PROTECTED]) [011129 14:11]: I have the 1.26 tarball untar'd and run the following command: % find . -name Request.pm -print It prints nothing. Is there supposed to be an Apache/Request.pm file somewhere? Apache complains that it can't find it on startup (I'm

Re: Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread Jim Smith
On Thu, Nov 29, 2001 at 02:30:26PM -0500, Chris Winters wrote: * James G Smith ([EMAIL PROTECTED]) [011129 14:11]: I have the 1.26 tarball untar'd and run the following command: % find . -name Request.pm -print It prints nothing. Is there supposed to be an Apache/Request.pm file

Installing mod_perl

2001-10-15 Thread Nikolaus Rath
Hello. If i install mod_perl with # perl Makefile.pl NO_HTTPD=1 the files in src/modules/perl are not copied into the apache source tree and the Configuration file is not updated. Not a good way. If i call mod_perl in a way like # perl Makefile.pl DO_HTTPD=1 the files are copied and

question on installing mod_perl to activePerl on win98

2001-06-25 Thread ychen56
Hi: From your website http://perl.apache.org/distributions.html, I got message( see following) Win32 ActivePerl mod_perl ppms - suitable for builds 6xx. You can install this by, within the ppm shell, setting the repository to http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer and

Re: question on installing mod_perl to activePerl on win98

2001-06-25 Thread Randy Kobes
On Mon, 25 Jun 2001, ychen56 wrote: Hi: From your website http://perl.apache.org/distributions.html, I got message( see following) Win32 ActivePerl mod_perl ppms - suitable for builds 6xx. You can install this by, within the ppm shell, setting the repository to

Re: question on installing mod_perl to activePerl on win98

2001-06-25 Thread ychen56
on installing mod_perl to activePerl on win98 On Mon, 25 Jun 2001, ychen56 wrote: Hi: From your website http://perl.apache.org/distributions.html, I got message( see following) Win32 ActivePerl mod_perl ppms - suitable for builds 6xx. You can install this by, within the ppm shell

Re: question on installing mod_perl to activePerl on win98

2001-06-25 Thread Randy Kobes
On Mon, 25 Jun 2001, ychen56 wrote: Thanks, I have installed mod_perl successfully by setting the repository to http://theoryx5.uwinnipeg.ca/ppmpackages/. I have one more question. The version of mod_perl is 1.25 which is written for apache 1.3.20, my apache version is 1.3.14, I think I

Newbie: Please help me in installing mod_perl

2001-06-20 Thread VIDYASAGAR R NALLU
Hi, I'm completely new to mod_perl. So please don't scold me too hard if i'm asking silly question. Basically i installed and configured Apache web server, working fine with out any problem. Now i would like to install mod_perl. According to documentation using ppm i installed ppd file of

Re: Newbie: Please help me in installing mod_perl

2001-06-20 Thread Robin Berjon
On Wednesday 20 June 2001 17:49, VIDYASAGAR R NALLU wrote: According to documentation using ppm i installed ppd file of mod_perl. Successfully copied mod_perl.so into the modules directory of Apache webserver. When i started the server i'm ended up with the following error message: Invalid

Re: Installing mod_perl on MacOSX

2001-03-15 Thread Ken Williams
[EMAIL PROTECTED] (Philippe de Rochambeau) wrote: has anyone ever installed/compiled mod_perl for MacOSX? If so, how exactly did you do it? See this thread: http://forum.swarthmore.edu/epigone/modperl/philsmangyi ------ Ken

Installing mod_perl on MacOSX

2001-03-14 Thread Philippe de Rochambeau
Hello, has anyone ever installed/compiled mod_perl for MacOSX? If so, how exactly did you do it? Many thanks. Philippe de Rochambeau

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

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-10 Thread Alexander Farber (EED)
John D Groenveld wrote: No, I know how to use the modules in my home dir well enough. I don't see where you set PREFIX=/home/eedalf/lib/perl per perlfaq8. Are you sure you read it? John, you are very correct - thanks! I was in fact missing the PREFIX. perl Makefile.PL

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-05 Thread John D Groenveld
No, I know how to use the modules in my home dir well enough. I don't see where you set PREFIX=/home/eedalf/lib/perl per perlfaq8. Are you sure you read it? I've successfully installed modperl into my own module dir on a NTT/Verio/Iserver FreeBSD box using the system's Perl for quota reasons.

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-04 Thread Alexander Farber (EED)
Ian Kallen wrote: If I were you, I'd install my own perl in /home/eedalf, create /home/eedlf/apache and then do (assuming ~/bin/perl is before /opt/local/bin/perl in your path) something like: Thanks, that's how I had it before - with Perl 5.6.0, Apache 1.1.3 and mod_perl 1.24 in my home

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-04 Thread Alexander Farber (EED)
Sorry, s#1\.1\.3#1.3.13#

Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread Alexander Farber (EED)
Hi, I am installing Apache 1.3.14 and mod_perl 1.24_01 into my home directory and it actually works okay, but there is this error message, when calling "make install" in the mod_perl source dir: Skipping

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread John D Groenveld
Does "How do I keep my own module/library directory?" from perlfaq8 apply? John [EMAIL PROTECTED]

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread Ian Kallen
If I were you, I'd install my own perl in /home/eedalf, create /home/eedlf/apache and then do (assuming ~/bin/perl is before /opt/local/bin/perl in your path) something like: perl Makefile.PL \ APACHE_PREFIX=/home/eedalf/apache \ APACHE_SRC=/home/eedalf/src/apache_1.3.14 \ DO_HTTPD=1 \

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

Installing Mod_perl

2000-11-07 Thread Marco Marchi
Hi, I have compiled mod_perl version 1.24 with apache version 1.3.9; The compilation completes without errors, but whenever I run the new httpd daemon, I get the following error message: Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: Invalid command 'LoadModule', perhaps

Re: Installing Mod_perl

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Marco Marchi wrote: Hi, I have compiled mod_perl version 1.24 with apache version 1.3.9; The compilation completes without errors, but whenever I run the new httpd daemon, I get the following error message: Syntax error on line 207 of

installing mod_perl-1.24_01/apache_1.3.14/perl 5.004_04/solaris 5.6

2000-10-19 Thread Khachaturov, Vassilii
Hi! I have been trying to install the subj combination for a couple of hours with no luck. After looking up Ken's archive, I decided to turn to the list for the help. I have gone exactly through the steps suggested in the apache readme file: $ gunzip apache_1.3.14.tar.gz | tar xvf - $

RE: installing mod_perl-1.24_01/apache_1.3.14/perl 5.004_04/solaris 5 .6

2000-10-19 Thread Khachaturov, Vassilii
]' Subject: installing mod_perl-1.24_01/apache_1.3.14/perl 5.004_04/solaris 5 .6 Hi! I have been trying to install the subj combination for a couple of hours with no luck. After looking up Ken's archive, I decided to turn to the list for the help. I have gone exactly through the steps suggested

Installing mod_perl

2000-08-29 Thread Marco Marchi
Hi all, I'm a newcomer to this mailing list. I have installed mod_perl (rel. 1.24) on my machine (Linux, kernel rel. 2.2.13). Apache is already configured and running (rel. 1.3.9). But the plug-in (i.e. mod_perl) is not running: I mean, running httpd the machine gives the following error

Re: Installing mod_perl

2000-08-29 Thread Justin Wheeler
It appears your Apache wasn't compiled with support for loading modules. You either need to recompile apache with mod_perl statically linked in, or recompile apache with dso support. -- Regards, Justin Wheeler [EMAIL PROTECTED] On Tue, 29 Aug 2000, Marco Marchi wrote: Hi all, I'm a

Installing mod_perl a dozen times ...

2000-07-18 Thread martin langhoff
hi, i guess once you've been playing with mod_perl for a while, you certainly installed perl, many modules, plus mod_perl, plus apache, plus many more things ... I keep a personal list of all the modules I must d/l and install on a virgin OS, and the correct order, versions and

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread David Hodgkinson
martin langhoff [EMAIL PROTECTED] writes: what do you think? is it already done? maybe all of a sudden I've got this oh so great idea just because I have not read the instructions to download the latest bundle from CPAN. An expansion on Stas' "10 lines to installing mod

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread David Brown
I always thought that if you did a CPAN installation of mod_perl, it automatically downloaded the modules that it needed. Am I wrong ?

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread martin langhoff
I guess that's good and true for those with low-cost + hi-speed + reliable connections. I have a few servers in here, and a dial-up connection i'd rather be careful about ;) anyway, I find it's very important to know all the modules I'm needing/using. Is it me? on the

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread Greg Cope
martin langhoff wrote: hi, i guess once you've been playing with mod_perl for a while, you certainly installed perl, many modules, plus mod_perl, plus apache, plus many more things ... I keep a personal list of all the modules I must d/l and install on a virgin OS, and

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread Michael J Schout
I guess I will chime in on this since we have dealt with this very same issue. The problem that we have is that there are a handful of production boxes, a handful of staging boxes (testing release candidates etc), and a handful of developer boxes. Our goal was to make it as easy as possible to

Re: Problems with installing mod_perl

2000-06-09 Thread Doug MacEachern
On Thu, 8 Jun 2000, Wrobel, Thomas wrote: Hi, I have some problems installing mod_perl. My system is a Mandrake 7.0 Kernel 2.2.14. I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a with DSO. Next, I compiled php4RC2 with apxs and apache runs correctly. But after installing

Re: Problems with installing mod_perl

2000-06-09 Thread Steffers
Thomas wrote: I have some problems installing mod_perl. My system is a Mandrake 7.0 Kernel 2.2.14. I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a with DSO. Next, I compiled php4RC2 with apxs and apache runs correctly. But after installing mod_perl with: perl Makefile.PL

Re: Problems with installing mod_perl

2000-06-09 Thread Doug MacEachern
On Fri, 9 Jun 2000, Steffers wrote: that shouldnt really matter, since its a signal 11 from a process, then its either : it does matter, there are several discussions you'll find in the archives on how Perl's largefile support triggers this problem.

Re: Problems with installing mod_perl

2000-06-09 Thread Steffers
that shouldnt really matter, since its a signal 11 from a process, then its either : it does matter, there are several discussions you'll find in the archives on how Perl's largefile support triggers this problem. fair enough, always willing to conceed that i can be wrong +BUT+ since

Problems with installing mod_perl

2000-06-08 Thread Wrobel, Thomas
Hi, I have some problems installing mod_perl. My system is a Mandrake 7.0 Kernel 2.2.14. I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a with DSO. Next, I compiled php4RC2 with apxs and apache runs correctly. But after installing mod_perl with: perl Makefile.PL USE_APXS=1 WITH_APXS

Installing mod_perl Apache as non root user...

2000-06-06 Thread Flemming Mahler Larsen
Hi! I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun E450 (sparc-sun-solaris2.5.1), using a "configuration command" looking like this (one long line): perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1 PERL_CHILD_INIT=1 \ PERL_AUTHEN=1 PERL_AUTHENZ=1 PERL_AUTHZ=1

Re: Installing mod_perl Apache as non root user...

2000-06-06 Thread Stas Bekman
On Tue, 6 Jun 2000, Flemming Mahler Larsen wrote: Hi! I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun E450 (sparc-sun-solaris2.5.1), using a "configuration command" looking like this (one long line): perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1

Re: Installing mod_perl when other things are required, too.

2000-04-24 Thread Vivek Khera
"FA" == Forrest Aldrich [EMAIL PROTECTED] writes: FA simple ./configure --switch to enable them. I didn't see anything for FA mod_perl in the INSTALL, and it seemed there were a lot of manual things to FA be done, which made me think I wasn't reading it correctly. FA What's the magic

Installing mod_perl when other things are required, too.

2000-04-23 Thread Forrest Aldrich
I couldn't find a faq on this one. I need to also install apache with php and mod_ssl. Those two require a simple ./configure --switch to enable them. I didn't see anything for mod_perl in the INSTALL, and it seemed there were a lot of manual things to be done, which made me think I

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Matt Sergeant
On Sat, 22 Apr 2000, Forrest Aldrich wrote: I couldn't find a faq on this one. I need to also install apache with php and mod_ssl. Those two require a simple ./configure --switch to enable them. I didn't see anything for mod_perl in the INSTALL, and it seemed there were a lot of

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Richard Dice
I need to also install apache with php and mod_ssl. Those two require a simple ./configure --switch to enable them. I didn't see anything for mod_perl in the INSTALL, and it seemed there were a lot of manual things to be done, which made me think I wasn't reading it correctly. What's

  1   2   >