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
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
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.
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
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
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
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
[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.
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
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
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
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
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
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
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
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
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
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
=$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
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
[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
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
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
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 *
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
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->
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
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
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
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
>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.
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
>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/
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
> 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
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
> 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
> 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
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-
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
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
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
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
> 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.
.
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
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
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
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
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.
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
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,
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...
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
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.
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
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
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
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
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
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
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
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
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
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
>>>>> "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
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
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
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:<[
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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'
[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'
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
> 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
>
> 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
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
- 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 - 100 of 364 matches
Mail list logo