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: http://perl.apache.org/docs/1.0/guide/install.html#mod_pe

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 apache_1.3.27/

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 thi

problems installing mod_perl 2

2003-03-06 Thread Carlos Villegas
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 things related to my pro

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 pat

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.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 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 > -L/usr/local/lib/perl5/5.8.0/sun4-solar

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? [y]App

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

2003-02-20 Thread Charlie Smith
m: 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 get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I

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

2003-02-20 Thread Charlie Smith
eering, 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 get errors

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

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

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.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

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 >htt

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 2.0

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.". > > http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?

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 w

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! ***] [*** ***] [***] Th

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 configuration

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. We are running perl 5.8.0 and apache 2.0.43 on linux. First time we are trying to install 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

Re: installing mod_perl on binar

2002-08-21 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 anot

Re: installing mod_perl on binar

2002-08-21 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-21 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 LoadMod

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

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) T

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, > tellin

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 mod_perl.so,

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 t

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 Apach

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: 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-

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 an

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 \ > APACHE_SRC=/usr/ports/www/apache13/work/apache_

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 \ USE

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, > > >>>

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
gt; Stas Bekman wrote: > >>Einar Roheim wrote: >> >>>At 17:00 4/23/2002 +0800, you wrote: >>> >>> >>>>Einar Roheim wrote: >>>> >>>> >>>>>Hi everyone, >>>>> >>>>>I have

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

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Slava Bizyayev
t; <[EMAIL PROTECTED]> To: "Stas Bekman" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 5:30 AM Subject: Re: Installing mod_perl 1.26 - URI::URL error > At 17:00 4/23/2002 +0800, you wrote: > >Einar Roheim wrote: > >>Hi everyone

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
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

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 versio

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

RE: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Nicolai Schlenzig (DXD)
ppreciated. > > Thanks! > > > __ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ -Original Message- From: Einar Roheim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 20

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/

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

2002-04-19 Thread Fernando Munoz
make. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 9:50 PM Cc: Mod-perl list Subject: Re: Problem Installing mod_perl + mod_ssl in Solaris 8 - Please H elp ! Per Einar Ellefsen wrote: > At 23:02 18.04.2002, Fernando Munoz wrote: > &

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

2002-04-18 Thread Stas Bekman
Per Einar Ellefsen wrote: > At 23:02 18.04.2002, Fernando Munoz wrote: > >> Thank you very much Stas and Mark !... Everything went fine and I have a >> fresh Apache+mod_perl+mod_ssl running is this box. I noticed though that >> after rebooting I need to push again the path into $LD_LIBRARY_PATH f

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

2002-04-18 Thread Per Einar Ellefsen
At 23:02 18.04.2002, Fernando Munoz wrote: >Thank you very much Stas and Mark !... Everything went fine and I have a >fresh Apache+mod_perl+mod_ssl running is this box. I noticed though that >after rebooting I need to push again the path into $LD_LIBRARY_PATH for >apache to run ??? any suggestion

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

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
k P. Fister [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 10:39 AM 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 wro

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

2002-04-18 Thread Stas Bekman
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 \ > APACHE_PREFIX=/usr/local/ap

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/s

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

2002-04-18 Thread Fernando Munoz
#x27;apaci_httpd' I'm new with Solaris and it's starting to frustrate me. BTW I'm using binutils-2.11.2. Thanks for any help. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 10:03 PM To: Fernando Munoz Cc: '[EMAIL PRO

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

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

2002-04-17 Thread Fernando Munoz
ng OpenSSl : # 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_per

RE: installing mod_perl against a different perl installation

2002-04-11 Thread Mike Loiterman
EMAIL PROTECTED] > 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 > > c

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 Apac

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 Loi

RE: Re[2]: Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne
Installing 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

RE: Installing mod_perl with ActiveState

2002-01-10 Thread Dan Horne
y Thanks again Dan -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

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 m

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 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.p

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

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

2001-10-15 Thread Michael Kroell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Oct 2001, Nikolaus Rath wrote: > Is there no way to copy the files without compiling apache? My problem > is that i want to specify additional options for the apache configure > script, but perl Makefile.PL doesn't allow this. try the PREP_HTT

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 Configur

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 Configur

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

Re: question on installing mod_perl to activePerl on win98

2001-06-25 Thread ychen56
:35 PM Subject: Re: question 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 - sui

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 > http://theoryx5.uwin

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 typi

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: > >

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 mod_per

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 W

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

Re: (Beginner) Trouble installing mod_perl with Linux RPMs

2001-03-08 Thread Stas Bekman
On Thu, 8 Mar 2001, Garry Heaton wrote: > After finding-out that ActiveState's mod_perl dll doesn't really work > properly I set about getting myself a Linux partition (Mandrake 7.2) only to > find I can't effectively add mod_perl to my new Linux / Apache setup. The > apache-mod_perl-1.3.14_1.24-

(Beginner) Trouble installing mod_perl with Linux RPMs

2001-03-08 Thread Garry Heaton
After finding-out that ActiveState's mod_perl dll doesn't really work properly I set about getting myself a Linux partition (Mandrake 7.2) only to find I can't effectively add mod_perl to my new Linux / Apache setup. The apache-mod_perl-1.3.14_1.24-4mdk.i586.rpm returned a "failed dependencies" :

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 plan

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: 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 APACHE_PREFIX=/h

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)
Sorry, s#1\.1\.3#1.3.13#

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 hom

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

2001-01-04 Thread Alexander Farber (EED)
John D Groenveld wrote: > Does "How do I keep my own module/library directory?" from perlfaq8 apply? No, I know how to use the modules in my home dir well enough. What I am trying to complain here is, that you can not cleanly install Apache + mod_perl into your home dir when using system-wide pe

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 \ USE_A

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]

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 /opt/local/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/Apache/include/include/http_pro

Re: problems installing mod_perl & mod_ssl

2000-11-10 Thread ___cliff rayman___
i think you'll need 1.24_01. this fixes the versioning problem with 1.3.14 "B. Burke" wrote: > 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_

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 t

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 /usr/local/ap

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 mis

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

2000-10-19 Thread Khachaturov, Vassilii
Vassilii Sent: Thursday, October 19, 2000 12:29 PM To: '[EMAIL PROTECTED]' 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 combination for a couple of hours with no luck. After looking up Ken's archive, I decided to turn

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 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

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 newcom

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 message:

Re: Installing mod_perl a dozen times ...

2000-07-20 Thread Vivek Khera
> "ml" == martin langhoff <[EMAIL PROTECTED]> writes: ml> this helps me reduuce the time it takes to up/down-grade perl, for ml> instance. or mod_perl, maybe. I guess we all should have a list like ml> that, and it'd be useful to share it and cross-pollinate ideas/modules. These are know

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 g

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

  1   2   >