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

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?

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

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

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Stas Bekman
Silvio Wanka wrote: BTW, have you tried the latest mod_perl CVS? I think your problem has been solved long time ago. Sometimes I forget that others don't use the cvs version all the time :) From Changes: =item 1.26_01-dev ... require URI::URL to work with newer libwww-perl ... > Stas Bekma

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

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 the end before it aborts: >> >> >> You have a mismatching version of LWP

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 pr

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

RE: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Nicolai Schlenzig (DXD)
Hi Einar, I just did some digging in my mailbox and found the following: (btw - mod_perl 1.26 has been around for some time, and it looks like you're using it - but not in your spec. list) // Nicolai --- OLD MESSAGE --- Hi, For what it's worth it, I always have to add "use URI::URL;" to th

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

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

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

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

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

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]

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

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

2000-10-19 Thread Khachaturov, Vassilii
Further search in the excellent modperl guide by Stas Bekman at http://perl.apache.org/guide/install.html#Undefined_reference_to_PL_perl_ suggested a clue for this problem: > This happens when you have Perl built statically linked, with no shared libperl.a. Build a dynamically linked Perl (wit

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

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

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 oth

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 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_perl" in

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 PERL

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 m

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

2000-04-23 Thread Matt Carothers
On Sat, 22 Apr 2000, Forrest Aldrich wrote: > I need to also install apache with php and mod_ssl. Here's the shell script I use. It will require some editing for your site. - Matt #!/bin/sh # source directories for mod_ssl, mod_php3, mod_perl, and apache MOD_SSL=/usr/local/src/mod_ssl-2.6.

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

2000-04-23 Thread shane
On Sun, Apr 23, 2000 at 11:03:01AM +0100, Matt Sergeant wrote: > 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

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

2000-04-23 Thread JoshNarins
If you get the CVS version of mod_perl it has a INSTALL.simple.ssl file. If you pick up mod_ssl from Engelschall's site it comes with the same INSTALL.ssl file. Both files (which are identical) have build instructions for what you need near the bottom. However, just as a note, they aren't as cl

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

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