Re: [mp1.0] Installation problem

2003-08-27 Thread Stas Bekman
Ged Haywood wrote: Hello again, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: GH> Please post the output of GH> gcc -v Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp) Make sure to use that compiler to build Perl, mod_perl a

Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov
Hello Ged, Wednesday, August 27, 2003, 6:11:13 PM, you wrote: GH> Hi there, GH> On Wed, 27 Aug 2003, Alan Rafagudinov wrote: >> I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz >> [snip] >> tests failed: >> [snip] >> Summary of my perl5 (revision 5.0 version 6 subversion 0) configura

Re: Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hello again, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: > GH> Please post the output of > GH> gcc -v > > Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs > gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp) Make sure to use that compiler to build Perl, mod_perl and Apache.

Re: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hi there, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: > I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz > [snip] > tests failed: > [snip] > Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: > Platform: > osname=linux, osvers=2.2.16-22smp, archname=i386-li

[mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov
Hello again! I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchived them to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='- -prefix=/usr/local/httpd_perl' and make

Re: Installation/test problems - mod_perl-1.27

2003-08-26 Thread Ged Haywood
Hi there On Tue, 26 Aug 2003, Patrick West wrote: > Apparently $net::httpserver is set incorrectly, > [snip] > So ... where is $net::httpserver being set? t/net/config.pl 73, Ged. PS: Please keep it on the list... :) -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://pe

Re: Installation problem

2003-08-26 Thread Ged Haywood
Hello there, On Mon, 25 Aug 2003, Alan Rafagudinov wrote: > I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz > and unarchive it to /usr/src/httpd_perl for back-end server > > then when I make > > perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 > EVERYTHING=1

Re: Installation problem

2003-08-26 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello! Your letter successfully arrived to my mailbox and I'll read it in the nearest future. -- Здравствуйте! Ваше письмо благополучно дошло до моего почтового ящика и я его обязательно прочту в ближайшее время. Like we don't have enough spam and virus emails already.

Re: Installation/test problems - mod_perl-1.27

2003-08-26 Thread Ged Haywood
Hi there, On Tue, 26 Aug 2003, Patrick West wrote: > I've installed apache_1.3.27 and mod_perl-1.27. When I go to run the > tests in mod_perl-1.27/t (just running the first one), first it > complains that it couldn't start the server. But the server is > actually running. Are you sure you have t

Re: Installation/test problems - mod_perl-1.27

2003-08-26 Thread Stas Bekman
Bruce Tennant wrote: Can we fix the "list" so that when a person replies, it defaults to the list address and not the posters? This I think is what many of the "keep it on the list" comments come from. It worked quite well without this feature untill now. But the number of offlist replies is ge

Re: Installation/test problems - mod_perl-1.27

2003-08-26 Thread Perrin Harkins
On Tue, 2003-08-26 at 18:41, Bruce Tennant wrote: > Can we fix the "list" so that when a person replies, it defaults to > the list address and not the posters? Read the following thread: http://marc.theaimsgroup.com/?l=apache-modperl&m=99790842623617&w=2 - Perrin -- Reporting bugs: http://perl

Re: Installation problem

2003-08-26 Thread Stas Bekman
Ged Haywood wrote: Hello there, On Mon, 25 Aug 2003, Alan Rafagudinov wrote: I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchive it to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHI

Re: Installation/test problems - mod_perl-1.27

2003-08-26 Thread Bruce Tennant
Can we fix the "list" so that when a person replies, it defaults to the list address and not the posters?  This I think is what many of the "keep it on the list" comments come from.   This is the only list I am on that doesn't have a reply-to that defaults to the list (and I'm on more than 10).   J

Installation/test problems - mod_perl-1.27

2003-08-26 Thread Patrick West
I've installed apache_1.3.27 and mod_perl-1.27. When I go to run the tests in mod_perl-1.27/t (just running the first one), first it complains that it couldn't start the server. But the server is actually running. So I run modules/actions (commenting out the part of TEST that tries to start the

Installation problem

2003-08-26 Thread Alan Rafagudinov
Hello! I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchive it to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='- -prefix=/usr/local/httpd_perl' and make && make

Re: temporary installation directory for mp1's make install

2003-08-22 Thread Udo Rader
Am Fri, 22 Aug 2003 17:34:40 + schrieb Stas Bekman: > Udo Rader wrote: >> hi all, >> >> for one of our webprojects I have to setup the typical >> apache1-mod_perl-mod_ssl httpd, which is not too difficult. Our sysadmin >> rules however require me to set this up as _one_ nice RPM package, whic

Re: temporary installation directory for mp1's make install

2003-08-22 Thread Stas Bekman
Udo Rader wrote: hi all, for one of our webprojects I have to setup the typical apache1-mod_perl-mod_ssl httpd, which is not too difficult. Our sysadmin rules however require me to set this up as _one_ nice RPM package, which should not be too difficult either, but of course there has to be some p

Re: temporary installation directory for mp1's make install

2003-08-22 Thread Udo Rader
ing to > _temporarily_ install mod_perl to the RPM_BUILD_ROOT for later packaging > (%install section inside the SPEC-file): > > I tried to do > > % PREFIX=$RPM_BUILD_ROOT/usr/somedir make install > > and > > % make PREFIX=$RPM_BUILD_ROOT/usr/somedir install > > ... bu

temporary installation directory for mp1's make install

2003-08-22 Thread Udo Rader
=$RPM_BUILD_ROOT/usr/somedir make install and % make PREFIX=$RPM_BUILD_ROOT/usr/somedir install ... but it completely ignores the (temporary) PREFIX for the installation. So are there any (make) switches to temporarily override the installation directory for mod_perl 1.2.x?? Thanks Udo Rader -- Reporting

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
d_perl. I normally use mod_perl through Mason... which does the funky magic all on it's own. Cheers G > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 21:39 > To: [EMAIL PROTECTED]; mod_perl Mailing List > Subject: Re: Apache i

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
[all modperl threads must be kept on the list unless requested otherwise] Gareth Kirwan wrote: My original e-mail had the error as it appeared in the error log. Can't locate object method "request" via package "Apache" at /u/virtual/devel.*.com/perl- bin/Inslink.pl line 8. [Thu Aug 21 10:31:0

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
in/Inslink.pl Sure, that won't work under mod_cgi. I can't figure out from your original post what did you mean when you said: I have a mod perl installation, but it won't accept a perl-script handler. In a Location directive I set the handler to perl-script. It fails to exec

Re: Apache installation not accepting perl-script Handler

2003-08-21 Thread Stas Bekman
le, just on calling the request method. Cheers G -Original Message- *From:* Gareth Kirwan [mailto:[EMAIL PROTECTED] *Sent:* 21 August 2003 10:23 *To:* [EMAIL PROTECTED] *Subject:* Apache installation not accepting perl-script Handler I have a mod perl installation, bu

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
Thanks G > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 18:19 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Apache installation not accepting perl-script Handler > > > When reporting problems, please *

RE: Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
heers   G -Original Message-From: Gareth Kirwan [mailto:[EMAIL PROTECTED]Sent: 21 August 2003 10:23To: [EMAIL PROTECTED]Subject: Apache installation not accepting perl-script Handler I have a mod perl installation, but it won't accept a perl-script handler. In a Loc

Apache installation not accepting perl-script Handler

2003-08-21 Thread Gareth Kirwan
I have a mod perl installation, but it won't accept a perl-script handler. In a Location directive I set the handler to perl-script. It fails to execute the test file properly. I set it to cgi-script and it executes the file fine ( though I get complaints about doing Apache->

Re: the installation nightmare continues

2003-08-14 Thread Geoffrey Young
bles, I'd rm -rf both mod_perl and apache, re-untar, and start from scratch, this time letting mod_perl build apache for you. be sure to check the output of make, making sure it completes successfully before trying to test the installation. HTH --Geoff

RE: the installation nightmare continues

2003-08-10 Thread Hodge, Jeff F (ECIII)
Title: RE: the installation nightmare continues >edit makepl_args.mod_perl: >   APACHE_SRC=../apache-1.3/src >   APACHE_PREFIX=/usr/local/apache >   DO_HTTPD=1 >   USE_APACI=1 >   EVERYTHING=1 This is exactly what mine looks like.  I don't have the: >  APACI_AR

the installation nightmare continues

2003-08-06 Thread Hodge, Jeff F (ECIII)
Title: the installation nightmare continues Taking a step or two back I have started the process over again.  I have created my download directory for a non-root user and built and compiled perl 5.8.0, which went smoothly and passed all of the tests along the way.  This brings me to

Re: the installation nightmare continues

2003-08-06 Thread Geoffrey Young
So I built, tested and made apache with: $ ./configure --prefix=/usr/local/apache $ make $ make install $ usr/locall/apache/bin/apachectl start (started fine) try letting mod_perl do the heavy lifting - mod_perl will build both itself and apache if you let it. after unzipping both apache and m

Re: MP1 - libapreq1.2 broke apache / mod_perl installation

2003-08-04 Thread Iphigenie
>The latest version of ExtUtils::MakeMaker tickles a bug in >libapreq's c/Makefile.PL.  There has been quite a bit of discussion >of this issue in the last week on apreq-dev, p5p, and on this list >as well. aha! I'd noticed some threads about compiling libapreq - should have read them in detail.

Re: MP1 - libapreq1.2 broke apache / mod_perl installation

2003-08-03 Thread Joe Schaefer
Iphigenie <[EMAIL PROTECTED]> writes: [...] > >What puzzles me is that it this worked perfectly on another near > >identical machine. > > > >Why does it want .so files? I thought that happened only if you > >installed it using the ./configure method, which I didnt. The latest version of ExtUtils

Re: MP1 - libapreq1.2 broke apache / mod_perl installation

2003-08-03 Thread Iphigenie
>I installed libapreq1.2 on a server the normal way (perl >Makefile.PL, make, make test, make install) and now my server >refuses to run Apache::Cookie or Apache::Request. > >It complains of > >[Sun Aug  3 18:09:29 2003] [error] Can't load >'/usr/lib/perl5/site_perl/5.6.1/i386- >linux/auto/Apache/

MP1 - libapreq1.2 broke apache / mod_perl installation

2003-08-03 Thread [EMAIL PROTECTED]
Hi I am puzzled. I installed libapreq1.2 on a server the normal way (perl Makefile.PL, make, make test, make install) and now my server refuses to run Apache::Cookie or Apache::Request. It complains of [Sun Aug 3 18:09:29 2003] [error] Can't load '/usr/lib/perl5/site_perl/5.6.1/i386-linux/au

Re: uwinnipeg site down (ppm installation)?

2003-08-01 Thread Jean-Sebastien Guay
> I've copied the ppm packages > also over to http://perl.apache.org/dist/win32-bin/, so > they can also be accessed there. Great, always good to have mirrors. J-S

Re: uwinnipeg site down (ppm installation)?

2003-08-01 Thread Randy Kobes
On Fri, 1 Aug 2003, Jean-Sebastien Guay wrote: > > Sorry about this - I had a hard disc crash, and am just in > > the process of restoring things. Computers are getting too > > smart - they know when you're vulnerable, and will act > > accordingly ... Hopefully it'll be ready in a day. > > Great

Re: uwinnipeg site down (ppm installation)?

2003-08-01 Thread Jean-Sebastien Guay
> Sorry about this - I had a hard disc crash, and am just in > the process of restoring things. Computers are getting too > smart - they know when you're vulnerable, and will act > accordingly ... Hopefully it'll be ready in a day. Great job Randy! Got mod_perl installed, so I can now start bashin

Re: uwinnipeg site down (ppm installation)?

2003-08-01 Thread Jean-Sebastien Guay
> Sorry about this - I had a hard disc crash, and am just in > the process of restoring things. Computers are getting too > smart - they know when you're vulnerable, and will act > accordingly ... Hopefully it'll be ready in a day. No worries, things like these happen. In the mean time, do you kn

Re: uwinnipeg site down (ppm installation)?

2003-07-31 Thread Randy Kobes
On Thu, 31 Jul 2003, Jean-Sebastien Guay wrote: > Ok, now the site seems to be back up (it responds to pings, whereas it > didn't before) but trying to add it to ppm gives this: > > ppm> rep add Apache > http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 Error: > Unexpected Content-

Re: uwinnipeg site down (ppm installation)?

2003-07-31 Thread Jean-Sebastien Guay
f a mirror? please? :-)   J-S   - Original Message - From: Jean-Sebastien Guay To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 1:22 PM Subject: uwinnipeg site down (ppm installation)? Hello,   I am trying to install mod_perl 2 (1.99_10) from t

uwinnipeg site down (ppm installation)?

2003-07-31 Thread Jean-Sebastien Guay
Hello,   I am trying to install mod_perl 2 (1.99_10) from the http://theoryx5.uwinnipeg.ca/ppms/ site, but it seems to be down. Could anyone point me to a mirror or send me the necessary files off-list? It would be very appreciated, since I am in something of a hurry.   BTW, I am looking for

RE: mod_perl installation problem...

2003-07-24 Thread Randy Kobes
On Wed, 23 Jul 2003, Jim Morrison [Mailing-Lists] wrote: [ .. ] > Make appeared to be successful yes (afaik)... I did wonder > about the permissions thing but I tried as root to no avail.. Some people have had problems running the tests as root ... You might want to try unpacking, building, and te

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
> > Was a 'make' of libapreq successful, before the 'make test'? > And also, does the user you're running the tests as have the > proper permissions to be running tests within /usr/src/libapreq-1.2/? > > Make appeared to be successful yes (afaik)... I did wonder about the permissions thing b

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
TECTED] > Cc: 'Randy Kobes' > Subject: RE: mod_perl installation problem... > > > Thanks for getting back Randy, > > Libapreq is complaining too.. That's how this all started, I > couldn't install Apache::Cookie. > > Ok.. I've had a bit of a c

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
nse/TestApReq/request.pm line 14. [Wed Jul 23 09:42:14 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/libapreq-1.2/t/response/TestApReq/request.pm line 14. === > -Original Message- > Fr

RE: mod_perl installation problem... (A little more info)

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Further to the below.. Just found my error_log which might be of some use.. The bit that glares at me is: [Tue Jul 22 16:38:47 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/mod_perl-1.28/t/net/perl/api.pl line 11, line 1. Which is annoying because I ca

Re: mod_perl installation problem...

2003-07-22 Thread Randy Kobes
On Tue, 22 Jul 2003, Jim Morrison [Mailing-Lists] wrote: > Hello, > > I've just come a cropper trying to reinstall mod_perl, and I'm a little > desparate! Any help would be greatly appreciated. > > (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie > running along with) > > I'm

mod_perl installation problem...

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Hello, I've just come a cropper trying to reinstall mod_perl, and I'm a little desparate! Any help would be greatly appreciated. (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie running along with) I'm trying to install: apache_1.3.28 + mod_perl-1.28 My config

Re: Installation Problem

2003-07-02 Thread Philippe M. Chiasson
On Wed, 2003-06-18 at 06:26, Ankur Jain wrote: > Hi, > I have RHL 8.0 and Apache2.0 running and perl > 5.8.0. I am trying to install the modperl2.0 It's > going fine till the make procedure but when I run the > "make test" it prompts that "no test server configured > please specify a httpd or

Installation Problem

2003-06-20 Thread Ankur Jain
Hi, I have RHL 8.0 and Apache2.0 running and perl 5.8.0. I am trying to install the modperl2.0 It's going fine till the make procedure but when I run the "make test" it prompts that "no test server configured please specify a httpd or apxs or put either in your path. Eg: t/TEST -httpd /path/t

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Stas Bekman
Arshavir Grigorian wrote: Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 /use/local/apache2-19/build/mod_perl-1.27 So, following the suggestion

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Much cleaner. Thanks! I don't even get those nasty warning about barewords, etc. I still think the example in the guide should be updated. Arsh Ged Haywood wrote: Hi there, On Thu, 20 Feb 2003, Arshavir Grigorian wrote: I was trying to build Apache 1.3.27 + mod_perl 1.27 [snip] So

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Ged Haywood
Hi there, On Thu, 20 Feb 2003, Arshavir Grigorian wrote: > I was trying to build Apache 1.3.27 + mod_perl 1.27 [snip] > So, following the suggestion from > > http://perl.apache.org/docs/1.0/guide/install.html#APACI_ARGS > > that one can pass *any* arguments to the Apache ./configure through the

Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 /use/local/apache2-19/build/mod_perl-1.27 So, following the suggestion from http://perl.apache.or

Re: Apache::Module installation issues

2003-02-14 Thread Geoffrey Young
dorian wrote: I don't remember what was the outcome of the patch I've posted a long time ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? well, maybe not. try this patch http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=9

Re: Apache::Module installation issues

2003-02-13 Thread dorian
> I don't remember what was the outcome of the patch I've posted a long time > ago. I sent it after having the same problem. ah, so it's actually a problem with the mod_perl distribution then? i'm actually curious as to where apache_inc.h is supposed to be included, if threads aren't defined. .

Re: Apache::Module installation issues

2003-02-13 Thread Stas Bekman
dorian wrote: i'm not sure that this is an actual problem with Apache::Module itself, but it seems to stem from mod_perl distribution's mod_perl.h here: #ifdef PERL_THREADS #define _INCLUDE_APACHE_FIRST #endif #ifdef _INCLUDE_APACHE_FIRST #include "apache_inc.h" #endif the perl i built against

Apache::Module installation issues

2003-02-13 Thread dorian
i'm not sure that this is an actual problem with Apache::Module itself, but it seems to stem from mod_perl distribution's mod_perl.h here: #ifdef PERL_THREADS #define _INCLUDE_APACHE_FIRST #endif #ifdef _INCLUDE_APACHE_FIRST #include "apache_inc.h" #endif the perl i built against was the stock d

Re: mod_perl Installation and Configuration (fwd)

2003-02-10 Thread Stas Bekman
But I am not sure whether I have installed and configured properly. Can anyone help me and also give a sample file What Ged suggested is essential, but here is a direct link to get you going: http://perl.apache.org/docs/1.0/guide/getwet.html plus http://perl.apache.org/docs/1.0/guide/install.h

Re: mod_perl Installation and Configuration (fwd)

2003-02-10 Thread Ged Haywood
Hi there, On Mon, 10 Feb 2003, Devi .M wrote: > I want to install mod_perl with apache and configure for it in > Linux m/c. I have tried this and started the server also. When typed > ./httpd -l in apache/bin it showed the following output > > http_core.c [snip] > mod_perl.c Well cong

mod_perl Installation and Configuration (fwd)

2003-02-10 Thread Devi .M
Hello All, I want to install mod_perl with apache and configure for it in Linux m/c. I have tried this and started the server also. When typed ./httpd -l in apache/bin it showed the following output http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.

RE: Installation help

2003-01-29 Thread Blankenship, Scott R
thanks for the help... I got it running now. Attention to detail... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 6:27 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Blankenship, Scott R wr

Re: Installation help

2003-01-28 Thread Stas Bekman
Blankenship, Scott R wrote: I'm on SunOS 5.6 (Solaris 2.6) I've installed perl 5.8.0 in own test area (not in /usr/local/...) Here's a link to the log of my installation efforts: http://home.earthlink.net/~sblanky/log.html Basically, I extract mod_perl 1.27, and apache 1.3.1,

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
apache server. -Original Message- From: Blankenship, Scott R Sent: Tuesday, January 28, 2003 5:20 PM To: 'Ged Haywood' Cc: '[EMAIL PROTECTED]' Subject: RE: Installation help thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache...

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:39 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Hi

Re: Installation help

2003-01-28 Thread Ged Haywood
Hi there, On Tue, 28 Jan 2003, Blankenship, Scott R wrote: > Basically, I extract mod_perl 1.27, and apache 1.3.1 [snip] > What am I doing wrong? Are you sure you want to use Apache 1.3.1? I'm using 1.3.27 for new builds... 73, Ged.

Installation help

2003-01-28 Thread Blankenship, Scott R
I'm on SunOS 5.6 (Solaris 2.6) I've installed perl 5.8.0 in own test area (not in /usr/local/...) Here's a link to the log of my installation efforts: http://home.earthlink.net/~sblanky/log.html Basically, I extract mod_perl 1.27, and apache 1.3.1, go through the mod_perl isntal

Re: mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote: > I've got some problems compiling mod_perl together with PHP. So, after reading some docs, I solved them myself. For the archives: > ./configure --prefix=/usr/local/etc/httpd \ > --activate-module=src/modules/perl/lib

mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! I've got some problems compiling mod_perl together with PHP. I'm using Apache 1.3.27, mod_perl 1.27 and PHP 4.3.0 on RedHat-Linux (7.2). I'm following http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php The problem arises at the step "Build Apache" ./configure --prefi

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 4:59 AM Subject: RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27 > No No No - > > mod_perl-1.99 is really the pre-relase mod_perl 2. > > You MUST use Apache 2 with mod

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread The Doctor
On Mon, Dec 30, 2002 at 02:36:47AM -0700, Frank Laczko Jr. wrote: > Hello all > > I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. > I have looked through the docs and have not seen a solution, so if one > exists and I missed it, let me apologize in advance. > > I am ru

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Radu IONESCU
l.so.0 is needed by mod_perl-1.99_05-3 libc.so.6(GLIBC_2.3) is needed by mod_perl-1.99_05-3 Radu -Original Message- From: Beau E. Cox [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 13:59 To: Frank Laczko Jr.; [EMAIL PROTECTED] Subject: RE: Help! :) - Installation p

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Beau E. Cox
No No No - mod_perl-1.99 is really the pre-relase mod_perl 2. You MUST use Apache 2 with mod_perl 2! Aloha => Beau. -Original Message- From: Frank Laczko Jr. [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 29, 2002 11:37 PM To: [EMAIL PROTECTED] Subject: Help! :) - Installat

Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am running the apache configure script that uses apaci with options to enable mod_so

Re: Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, Manish Anand wrote: > I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in > eventually installing the apache with mod-perl support. I verified that > mod-perl was installed by 'httpd -l' command. Everything seemd to be > working the way it shou

Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Manish Anand
Hi ! I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in eventually installing the apache with mod-perl support. I verified that mod-perl was installed by 'httpd -l' command. Everything seemd to be working the way it shoudl, but when i run the server... it says 'httpd server

Re: Copying Apache/Mod_perl/perl installation

2002-10-09 Thread Bruce W. Hoylman
>>>>> "Ged" == Ged Haywood <[EMAIL PROTECTED]> writes: [...] >> If I can use RPM under SCO Open Server 5.0.6, and it gives me perl >> with all the modules, Apache, and mod_perl, I 'd definitely go for >> that. Anyone used RPM to copy insta

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Ged Haywood
Hi guys, On Tue, 8 Oct 2002, Geoffrey Young wrote: [snip] > > Is there anyway to copy the installation to a similar OS/architecture > > without going through all the installtion proceedures. In another words, > > can I copy the installed software/packages to another m

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Ged Haywood
Hi there, (You forgot to cc the List. :) On Tue, 8 Oct 2002, Ganesan M wrote: > If I can use RPM under SCO Open Server 5.0.6, and it gives me perl > with all the modules, Apache, and mod_perl, I 'd definitely go for > that. Anyone used RPM to copy installation under SCO? Never

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread wsheldah
r the rest, either copy and install the same RPM files, or put the installation steps into a script, copy the script and tarballs to the new machine and run the script there. Hope this helps, Wes Sheldahl "Ganesan M" <[EMAIL PROTECTED]> on 10/08/2002 10:31:09 AM To:<[

Re: Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Geoffrey Young
Ganesan M wrote: > Hi all, > > This is kinda installation question. I have installed perl, Apache, > Mod_perl with > some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development > machine. > Is there anyway to copy the installation to a similar OS/archite

Copying Apache/Mod_perl/perl installation

2002-10-08 Thread Ganesan M
Hi all, This is kinda installation question. I have installed perl, Apache, Mod_perl with some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development machine. Is there anyway to copy the installation to a similar OS/architecture without going through all the installtion

RE: newbie: apache, mod_perl, & mod_ssl (openssl) installation...

2002-09-27 Thread Jesse Erlbaum
Hey Anthony -- > quick question, probably a stupid one at that... > > do i need a secure certificate from thawte.com to > install a secure server? Not strictly. > if not, what's the point of the certificate? The point is to raise $55 million so that Mark Shuttleworth can travel in space? Heh

newbie: apache, mod_perl, & mod_ssl (openssl) installation...

2002-09-27 Thread Anthony E.
quick question, probably a stupid one at that... do i need a secure certificate from thawte.com to install a secure server? if not, what's the point of the certificate? Can someone briefly explain the process... thanks __ Do you Yahoo!? New DSL

Re: installation bug with Apache v2.0.42

2002-09-25 Thread Andreas Hasenack
Em Wed, Sep 25, 2002 at 10:40:53AM -0700, Eugene Eric Kim escreveu: > format of the macros in include/ap_release.h between 2.0.40 and 2.0.42. > AP_SERVER_BASEREVISION is now: > > #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL > > instead of simply: > > #defi

installation bug with Apache v2.0.42

2002-09-25 Thread Eugene Eric Kim
I found a minor installation bug in both modperl v1.99-5. (The same bug also seems to be in the latest modperl-2.0 CVS tree.) The bug occurs when you try to install modperl 2 with the latest version of Apache (2.0.42). For whatever reason, the Apache folks changed the format of the macros

mod-perl 1.99 installation on alpha

2002-07-09 Thread mark crowe (JIC)
his related to the changes that I've made, or another problem? Has anyone managed to sucessfully do this installation on OSF 4.0d, and if so how please? TIA Mark C -- Dr Mark Cr

Re: installation problems

2002-06-12 Thread Randy Kobes
On Mon, 10 Jun 2002, will wrote: > I am trying to install mod perl as part of Apache-ASP and am stuck at the > following error: > > >Apache.exe -k start > Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1. > > I've searched the web and haven't found any solutions. > I have checked

Re: installation problems

2002-06-12 Thread Stas Bekman
Chris wrote: >>will wrote: >> >>>I am trying to install mod perl as part of Apache-ASP and am stuck at >>>the following error: >>> >>> >>> Apache.exe -k start >>> >>are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option > > > um ... I use: > > c:\apache\apache.exe -k start

Re: installation problems

2002-06-12 Thread Chris
> will wrote: >> I am trying to install mod perl as part of Apache-ASP and am stuck at >> the following error: >> >> >>>Apache.exe -k start > > are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option um ... I use: c:\apache\apache.exe -k start all the time under Apache 1.3.2

Re: installation problems

2002-06-11 Thread Stas Bekman
will wrote: > I am trying to install mod perl as part of Apache-ASP and am stuck at the > following error: > > >>Apache.exe -k start are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option whenever reporting problems you have to tell us what you are doing and what versions you

installation problems

2002-06-11 Thread will
I am trying to install mod perl as part of Apache-ASP and am stuck at the following error: >Apache.exe -k start Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1. I've searched the web and haven't found any solutions. I have checked the perl @INC using 'perl -V' and the path to C

mod_perl 1.99_01 installation problem

2002-05-31 Thread Allard Hoeve
1. Problem Description: * WrapXS/APR/Lock/Lock.c fails to compile. See the cut and paste at the end (3). * CC seems to be looking for libperl.(so|a).5.6.1 in /usr/lib/perl/5.6.1/CORE/, but Debian seems to put libperl.so.5.6.1 in /usr/lib. This doesn't seem like a mod_perl installer bug, b

Re: Problems with mod_perl installation(HELP!!!)

2002-05-10 Thread Geoffrey Young
Stas Bekman wrote: > [Please make sure to reply back to the list! Thanks] > > Jose Ortiz wrote: > >> People : >> >> I had spent more than 2 months trying to make mode_perl on my RH >> 72. First I tried with >> >> the RPMS but it didn't works. Then I tryied with the tar.gz and I >> can'

Re: Problems with mod_perl installation(HELP!!!)

2002-05-10 Thread Stas Bekman
[Please make sure to reply back to the list! Thanks] Jose Ortiz wrote: > People : > > I had spent more than 2 months trying to make mode_perl on my RH 72. First I >tried with > > the RPMS but it didn't works. Then I tryied with the tar.gz and I can't neither. very unlikely that it doesn'

Problems with mod_perl installation(HELP!!!)

2002-05-10 Thread Jose Ortiz
People :     I had spent more than 2 months trying to make mode_perl on my RH 72. First I tried with the RPMS but it didn't works.  Then I tryied with the tar.gz and I can't neither. It prompts the following compilation error:util.c: In function `ap_find_token': util.c:1410: `test_char_ta

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
> For those that segfault, does running them individually: >perl -Mblib t/TEST t/apache/conftree.t > etc. also segfault? > > best regards, > randy > also running tests with perl t\test -start-httpd perl -Mblib t\test t/apache/conftree.t perl -Mblib t\test t/apache/compat2.t segfaults

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
> > For those that segfault, does running them individually: >perl -Mblib t/TEST t/apache/conftree.t > etc. also segfault? > > best regards, > randy > all tests that failed with apache segfault now are ok when run individually with syntax you said or even without -Mblib option EXCEPT : mo

Re: Pb with Win32 Installation

2002-05-06 Thread Randy Kobes
On Mon, 6 May 2002, pascal barbedor wrote: > error message is "memory cant be read" from perl56.dll > here is a complete report of first test in each directory that fails and > produces segfault (with perl t/test dirtest) : > > dirtest=api: > api/access :ok > api/aplog : apache segfault > > dirte

Re: Pb with Win32 Installation

2002-05-06 Thread pascal barbedor
- Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "pascal barbedor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 4:03 PM Subject: Re: Pb with Win32 Installation > On Mon, 6 May 2002, pascal barbed

  1   2   3   4   >