Re: [EXT]Re: error trying to start httpd with mod_perl enabled

2023-10-27 Thread Johnson, Bruce E - (bjohnson)
Yep, that was it. I thought it had been set to disabled but it was not. On Oct 27, 2023, at 9:31 AM, Andy Osborne wrote: External Email Rocky has SELinux on by default I think. Could be that getting in the way ? What does "getenforce" say ? Andy On 27/10/2023 13:54, Johnson, Bruce E - (b

Re: error trying to start httpd with mod_perl enabled

2023-10-27 Thread Andy Osborne
Rocky has SELinux on by default I think.  Could be that getting in the way ? What does "getenforce" say ? Andy On 27/10/2023 13:54, Johnson, Bruce E - (bjohnson) wrote: I’m setting up a new server to replace one that is currently running fine (I am changing the database for my app from oracle

Re: [EXT]Re: error trying to start httpd with mod_perl enabled

2023-10-27 Thread John D Groenveld
In message , "Johnson, Bruce E - (bjohnson)" writes: >apachectl configtest > >[Fri Oct 27 08:41:49.204868 2023] [so:warn] [pid 97206:tid 97206] AH01574: = >module perl_module is already loaded, skipping > >Syntax OK > > ># su - webworker >$ perl -c /home/allwebfiles/perl/startup.pl > > >[webworker

Re: [EXT]Re: error trying to start httpd with mod_perl enabled

2023-10-27 Thread Johnson, Bruce E - (bjohnson)
On Oct 27, 2023, at 6:34 AM, John D Groenveld wrote: The contents of startup.pl seem to be correct (the only change was the dbd line in the DBI startup.) Two tests come to mind that might help you debug: # apachectl configtest apachectl configtest [Fri Oct 27 08:41:49.204868 2023] [so:warn

Re: error trying to start httpd with mod_perl enabled

2023-10-27 Thread John D Groenveld
In message <8b1ff73c-7c72-40d0-9e27-9d19e237a...@email.arizona.edu>, "Johnson, Bruce E - (bjohnson)" writes: >I'm setting up a new server to replace one that is currently running >fine (I am changing the database for my app from oracle to Postgres >and need to test this before doing the switchover

Re: Error when compiling, please help.

2013-11-05 Thread Steve Hay
On 5 November 2013 12:23, Michiel Beijen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Steve, > > > 11/04/2013 17:54 - Steve Hay wrote: > >> mod_perl does not yet support httpd-2.4.x. It currently only supports >> up to 2.2.x, but work is underway to add 2.4.x support, hopefull

Re: Error when compiling, please help.

2013-11-05 Thread Michiel Beijen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Steve, 11/04/2013 17:54 - Steve Hay wrote: > mod_perl does not yet support httpd-2.4.x. It currently only supports > up to 2.2.x, but work is underway to add 2.4.x support, hopefully in > the next release. I'm curious; first Fedora and now als

Re: Error when compiling, please help.

2013-11-04 Thread Jorge F. Hernandez
On 11/4/2013 12:51 PM, Steve Hay wrote: On 4 November 2013 17:43, Jorge Hernandez wrote: Hey guys, I'm trying to compile mod_perl 2.0.8 for Apache 2.4.6 x64, but when I run "perl Makefile.PL" I get this: ERROR from evaluation of ...\mod_perl-2.0.8\Apache-Reload/Makefile.PL: Use of uninitializ

Apache HTTPd v2.4.x (was: Re: Error when compiling, please help.)

2013-11-04 Thread Randolf Richardson
[sNip] > mod_perl does not yet support httpd-2.4.x. It currently only supports > up to 2.2.x, but work is underway to add 2.4.x support, hopefully in > the next release. Thanks for the update. I am looking forward to not having to run two different versions of Apache HTTPd on the same bo

Re: Error when compiling, please help.

2013-11-04 Thread Steve Hay
On 4 November 2013 17:43, Jorge Hernandez wrote: > Hey guys, > > I'm trying to compile mod_perl 2.0.8 for Apache 2.4.6 x64, but when I > run "perl Makefile.PL" I get this: > > ERROR from evaluation of ...\mod_perl-2.0.8\Apache-Reload/Makefile.PL: > Use of uninitialized value $v in substitution (s/

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-11 Thread pangj
what's the OS? On a debian/Ubuntu Linux you don't have the need to compile modperl from the souce, there are the deb packages, just apt-get install them from online sources. 于 12-9-10 下午8:53, Faith Bazley 写道: I'm having trouble installing mod_perl-2.0.7 and for the life of me I can't get it

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
Hi Andy: I fiddled with this for a long time before getting it right. Finally I ended up using a dynamic build with Apache 2.2.22, including the APR from that Apache. With perl 5.16.1 already installed, I did this for the Apache compile: # unpack apache 2.2.22, then: CFLAGS='-fPIC' ./configu

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
On 9/10/2012 10:16 AM, Doug Hunt wrote: Hi Andy: Right. We were working with the mod_perl from subversion. --Doug Humm.. no, that didn't quite work. make test gives me a bunch of stuff like: ulimit -c unlimited; /usr/bin/perl5.16.1 /pub/apps/mod_perl-2.0/t/TEST -bugreport -verbose=0 Not

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
Hi Andy: Right. We were working with the mod_perl from subversion. --Doug dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Mon, 10 Sep 2012, Andy Colson wrote: On 9/10/2012 7:53 AM, Faith Bazley wrote: Hi, I'm having trouble installing mod_perl-2.0.7 and for the life

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
On 9/10/2012 7:53 AM, Faith Bazley wrote: Hi, I'm having trouble installing mod_perl-2.0.7 and for the life of me I can't get it to work. I have had no problems installing other modules. From the source directory /usr/local/src, unpack the mod_perl-2.0.7 source, enter the directory and run the

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
Hi Andy: I just got a dynamic mod_perl to build (and work properly) under Linux: perl 5.16.1 mod_perl 2.0.8 apache 2.2.22 So I don't think that perl 5.16.X broke all mod_perl builds. Regards, Doug Hunt dh...@ucar.edu Software Engineer UCAR - COSMIC, Tel. (303) 497-2611 On Mon, 10 Sep 201

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
On 9/10/2012 7:53 AM, Faith Bazley wrote: Hi, I'm having trouble installing mod_perl-2.0.7 and for the life of me I can't get it to work. I have had no problems installing other modules. From the source directory /usr/local/src, unpack the mod_perl-2.0.7 source, enter the directory and run the

Re: error compiling 2.0.7

2012-07-23 Thread Jiří Pavlovský
On 23.7.2012 20:29, Fred Moyer wrote: You might want to try what David Wheeler did on this thread. Getting Perl built with -fPIC correctly can be tricky. http://www.gossamer-threads.com/lists/modperl/modperl/101165 That worked. Now mod_perl compiles. Fingers crossed that it actually works Th

Re: error compiling 2.0.7

2012-07-23 Thread Fred Moyer
You might want to try what David Wheeler did on this thread. Getting Perl built with -fPIC correctly can be tricky. http://www.gossamer-threads.com/lists/modperl/modperl/101165 On Mon, Jul 23, 2012 at 11:19 AM, Jiří Pavlovský wrote: > On 23.7.2012 19:59, Fred Moyer wrote: >> >> On Mon, Jul 23, 2

Re: error compiling 2.0.7

2012-07-23 Thread Jiří Pavlovský
On 23.7.2012 19:59, Fred Moyer wrote: On Mon, Jul 23, 2012 at 9:59 AM, Jiří Pavlovský wrote: I'm trying (unsuccessfully) to compile 2.0.7 with perl-5.16 and httpd-2.2.22. The error is below. I have a perl compiled with fPIC. I put fPIC into LDFLAGS when compiling mod_perl. Anyway to make this

Re: error compiling 2.0.7

2012-07-23 Thread Fred Moyer
On Mon, Jul 23, 2012 at 9:59 AM, Jiří Pavlovský wrote: > I'm trying (unsuccessfully) to compile 2.0.7 with perl-5.16 and > httpd-2.2.22. The error is below. I have a perl compiled with fPIC. I put > fPIC into LDFLAGS when compiling mod_perl. > Anyway to make this work? Are you sure it is compile

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-03-10 Thread David E. Wheeler
On Feb 25, 2010, at 3:30 PM, Fred Moyer wrote: > On Thu, Feb 25, 2010 at 3:11 PM, David E. Wheeler > wrote: >> On Feb 25, 2010, at 3:03 PM, Fred Moyer wrote: >> >>> Absolute - maybe in the INSTALL file? You have commit access right? >> >> Only to documentation IIRC. I got it just about the ti

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-25 Thread Fred Moyer
On Thu, Feb 25, 2010 at 3:11 PM, David E. Wheeler wrote: > On Feb 25, 2010, at 3:03 PM, Fred Moyer wrote: > >> Absolute - maybe in the INSTALL file?  You have commit access right? > > Only to documentation IIRC. I got it just about the time I stopped writing > docs. ;-) I'd suggest either of the

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-25 Thread David E. Wheeler
On Feb 25, 2010, at 3:03 PM, Fred Moyer wrote: > Absolute - maybe in the INSTALL file? You have commit access right? Only to documentation IIRC. I got it just about the time I stopped writing docs. ;-) Best, David

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-25 Thread Fred Moyer
On Thu, Feb 25, 2010 at 1:55 PM, David E. Wheeler wrote: > On Feb 24, 2010, at 11:31 AM, David E. Wheeler wrote: > >>> export CFLAGS='-m64 -mtune=nocona'; export LDFLAGS='-L/usr/lib64' >>> ./Configure -des -A ccflags=-fPIC -Dprefix=/opt/perl >>> -Dinstallprefix=/opt/perl >> >> Is that for Perl or

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-25 Thread David E. Wheeler
On Feb 24, 2010, at 11:31 AM, David E. Wheeler wrote: >> export CFLAGS='-m64 -mtune=nocona'; export LDFLAGS='-L/usr/lib64' >> ./Configure -des -A ccflags=-fPIC -Dprefix=/opt/perl >> -Dinstallprefix=/opt/perl > > Is that for Perl or for mod_perl? Looks like Perl. seems to have worked by rebuildin

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread David E. Wheeler
On Feb 24, 2010, at 10:19 AM, Serge Ivanchenko wrote: > Try this: > > export CFLAGS='-m64 -mtune=nocona'; export LDFLAGS='-L/usr/lib64' > ./Configure -des -A ccflags=-fPIC -Dprefix=/opt/perl > -Dinstallprefix=/opt/perl Is that for Perl or for mod_perl? Looks like Perl. Best, David

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread David E. Wheeler
On Feb 24, 2010, at 12:07 AM, Fred Moyer wrote: > Haven't tried with 5.10.1, but here's my 5.8.8/2.0.4/2.2.8 settings: > > perl -V | grep -i fpic >cc='cc', ccflags ='-fPIC -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', >cppflags='-fPIC -I/usr/include/gdbm' >cccdlfl

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread Fred Moyer
On Tue, Feb 23, 2010 at 10:53 PM, David E. Wheeler wrote: > Fellow mod_perlers, > > I found myself getting this error with mod_perl 2 on 64 bit CentOS this > evening: > > bash-3.2# make test > cd "src/modules/perl" && make > make[1]: Entering directory `/home/dwheeler/mod_perl-2.0.4/src/modules/p

Re: [error] Software caused connection abort at

2009-12-12 Thread Cosimo Streppone
In data 12 dicembre 2009 alle ore 05:38:06, discobeta ha scritto: Dear all, Recently i've been noticing an error on the apache error log that states:[error] Software caused connection abort at [script path] line [line number]. I've seen that happen when I used something like: sub handl

Re: [error] Software caused connection abort at

2009-12-11 Thread Kurt Hansen
discobeta wrote: Dear all, Recently i've been noticing an error on the apache error log that states:[error] Software caused connection abort at [script path] line [line number]. Subsequently, i've been noticing another error, :Apache IO flush: (103) Software caused connection abort at -e li

Re: Error While installing Data::Dumper module

2008-12-24 Thread Philip M. Gollucci
cc: unrecognized option `-KPIC' That should be -fPIC cc: language ildoff not recognized cc: Dumper.c: linker input file unused because linking not done Running Mkbootstrap for Data::Dumper () chmod 644 Dumper.bs rm -f blib/arch/auto/Data/Dumper/Dumper.so cc -G Dumper.o -o blib/arch/auto/Data/

Re: error installing mod_perl 2 - perl_require_module

2008-03-20 Thread Philippe M. Chiasson
Jo bu wrote: Hi, I am trying to run apache 2.2.8 on solaris 10. I've gone through a number of issues, and now I have it running with mod_perl 2. However, I get an error from the runtime that has to do with perl_require_module. This is the error... ld.so.1: httpd: fatal: relocation error: fi

Re: Error in loading module Math::Pari 2.010709

2007-12-27 Thread Alexandr Ciornii
Hello. This is not correct mailing list for this question - it is for mod_perl. There is a mailing list for Perl on Windows. And you did not provided enough info. If you use ActiveState Perl you should install Math::Pari with ppm, it is easiest way: ppm install Math-Pari. If you use latest ActiveS

Re: error log analyzer/reporter

2007-11-14 Thread Perrin Harkins
On Nov 14, 2007 1:17 PM, Jonathan Swartz <[EMAIL PROTECTED]> wrote: > We want to periodically analyze our apache error logs, and send out > email reports with summaries of new errors that have occurred since > the last report. Ideally, similar errors would be combined into > groups, and reported in

Re: error log analyzer/reporter

2007-11-14 Thread E R
I have a need to develop such an error-log analyzer but with real-time analysis. The approach I am currently considering is to implement it as a specialized web server so it can asynchronously process the log messages and respond to requests for gathered statistics. I'd like to write it all in perl

Re: error log analyzer/reporter

2007-11-14 Thread John ORourke
Jonathan Swartz wrote: We want to periodically analyze our apache error logs, and send out email reports with TIA for any pointers! Seconded, that'd be truly useful. I'm currently working out how best to do a weekly 'sweep' for recurring or unusual errors in the logs - things that may not a

Re: Error during the installation of Apache??

2007-10-23 Thread Torsten Foertsch
On Monday 22 October 2007, Vishnu Mohanan wrote: > When I checked in the system, there is no folder named "APXS". > The APXS folder is not creating in the "/usr/local/apache2/bin/" directory. > I am using Fedora 5 version. > Is APXS is necessary? Then how will we create that? apxs is a program dis

Re: Error Can't locate Apache/DBI.pm

2007-10-22 Thread Michael Peters
Michael Moon wrote: > I have installed mod_perl 1.3 and Apache 1.39 on a CentOS 5 system in > order get Request Tracker running. When I attempt to start apache I get > the following error: > > Syntax error on line 969 of /usr/local/apache/conf/httpd.conf: Can't > locate Apache/DBI.pm in @INC Th

Re: Error running mod_perl on Apache within FreeBSD jail

2007-09-06 Thread Fred Moyer
Briggs, Chris wrote: I am running Apache 1.3 in a FreeBSD jail which works as expected. Next I added in mod_perl 1.0 by installing, adding the entry to the httpd.conf file to load dynamically and copy across the libraries to the jail. I also copied the usr/bin/perl file and the directories u

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
Deepak - please keep this on list. On Mon, 2007-04-23 at 05:58 -0500, Deepak Mallya wrote: > Clinton, >That thing worked..but i think there is another problem > now:)..shud I install this one too? > > Storable object version 2.15 does not match $Storable::VERSION 2.16 > at /usr/lib64/

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
On Mon, 2007-04-23 at 04:48 -0500, Deepak Mallya wrote: > Clinton, > I tried it ..It gives me this at the line I added warn. > Warning: something's wrong at newprocessquery.pl line 24. > Undefined subroutine &main::retrieve called at newprocessquery.pl line > 25. > > I tried printing @INC after

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Deepak Mallya
Clinton, I tried it ..It gives me this at the line I added warn. Warning: something's wrong at newprocessquery.pl line 24. Undefined subroutine &main::retrieve called at newprocessquery.pl line 25. I tried printing @INC after adding the use lib..It gives me the path at the front of @INC ..i dont

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
> Add this to your CGI script: > > warn $INC{Storable.pm}; change that to: warn $INC{'Storable.pm'}; otherwise it'll break under use strict; > > and I bet you that the path that it prints to your error log is not the > one to your home directory. What you could try doing in this case (I as

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
On Mon, 2007-04-23 at 04:17 -0500, Deepak Mallya wrote: > Hi, > I did install the latest Storable.pm and included using > use lib > "/home/002/d/dp/dpm052000/public_html/cgi-bin/Storable-2.16/blib"; > I get an error when I use $index=retrieve('filename'); > Is somehting wrong in the

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
> > > Content-type: text/html > Software error: > Storable binary image v2.7 more recent than I am (v2.6) at > ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) > line 323 >From the Storable.pm POD: files from future versions of Storable Earlier

Re: Error intercept.

2007-02-23 Thread Benoit Plessis
Benoit Plessis a écrit : Perrin Harkins a écrit : On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and

Re: Error intercept.

2007-02-23 Thread Benoit Plessis
Perrin Harkins a écrit : On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and there is nothing in 'view s

Re: Error intercept.

2007-02-22 Thread Perrin Harkins
On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and there is nothing in 'view source'). Why don't you c

Re: Error intercept.

2007-02-22 Thread Benoit Plessis
Robert Landrum wrote: Given that this is in French, is it possible this is a UTF8 issue? Could length $error_page be returning a value that is inconsistent with the actual length of the message. If so, firefox might be ignoring some or all of the message. I could be wrong. I would try unse

Re: Error intercept.

2007-02-22 Thread Robert Landrum
Benoit Plessis wrote: $r -> headers_out->set('Content-Length', length $error_page); Hmm... Incident sur l'hebergement

Re: error when installing mod_perl

2007-01-14 Thread Octavian Rasnita
From: "Adam Prime x443" <[EMAIL PROTECTED]> I just ran into this same error. mod_perl 2.0.3 will build fine against httpd 2.2.3, but against 2.2.4 it gives this single failed test. Yes I know that, but I don't know if that bug is an important one and if it would be better to install Apache 2

RE: error when installing mod_perl

2007-01-14 Thread Adam Prime x443
I just ran into this same error. mod_perl 2.0.3 will build fine against httpd 2.2.3, but against 2.2.4 it gives this single failed test. Adam -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 4:17 AM To: modperl@perl.apache.org Subje

RE: Error messages go to server ErrorLog not to VirtualHost ErrorLog

2006-11-17 Thread Hermida, Leandro
ay, November 17, 2006 05:38 To: Hermida, Leandro Cc: modperl@perl.apache.org Subject: Re: Error messages go to server ErrorLog not to VirtualHost ErrorLog Hermida, Leandro wrote: > Hello, > > I have a problem related to this with CGI scripts which I am porting > to mod_perl 2 and pre

Re: Error messages go to server ErrorLog not to VirtualHost ErrorLog

2006-11-16 Thread Fred Moyer
Hermida, Leandro wrote: Hello, I have a problem related to this with CGI scripts which I am porting to mod_perl 2 and presently running under ModPerl::Registry. I have a VirtualHost were I have enabled mod_perl and ModPerl::Registry as the handler. I have set the ErrorLog directive in this Vir

Re: Error- Attempting to Build Apache with mod_perl, no luck

2006-06-12 Thread Hendrik Van Belleghem
There is also quite a nice HOWTO on compiling Apache with all kinds of goodies at http://www.delouw.ch/linux/apache.phtml HTH Hendrik On 6/12/06, John Ian Simeon <[EMAIL PROTECTED]> wrote: Hello! I'm attempting to build Apache with mod_perl and mod_ssl by hand. mod_ssl seems to have integrat

Re: Error- Attempting to Build Apache with mod_perl, no luck

2006-06-11 Thread Patrick Rutkowski
Follow the steps in the section entitled "Installing mod_perl with mod_ssl (+openssl)" on http://modperlbook.org/html/ch03_06.html to the letter and everything should work out smoothly. Also, consider using Apache 2.2.2 and mod_perl-2 instead. Lastly, buy this book: http://www.oreilly.com/c

Re: Error: R_PPC_REL24 - Cannot load mod_perl.so into server on PowerPC machine???

2006-05-24 Thread Philip M. Gollucci
Keith A. Carlson wrote: I am running a dual processor PowerPC and have had mod_perl running for almost two years with no problems. One of the applications that I have been running is WebGUI (content management system). When I upgraded to the most recent version of WebGUI it had me install a b

Re: error

2006-01-09 Thread Philip M. Gollucci
Octavian Rasnita wrote: I am using Apache 2.055, ActivePerl 5.8.7 under Windows 2000. Anyone else with Windows want to give this a spin... I don't have one available at the moment. "Love is not the one you can picture

Re: error

2006-01-09 Thread Octavian Rasnita
From: "Philip M. Gollucci" <[EMAIL PROTECTED]> Subject: Re: error > > [Tue Jan 10 22:05:34 2006] [error] [client 127.0.0.1] Can't locate object > > method "FETCH" via package "APR::Table" at e:/web/modules/Modul.pm line > > 35.\n >

Re: error

2006-01-09 Thread Philip M. Gollucci
[Tue Jan 10 22:05:34 2006] [error] [client 127.0.0.1] Can't locate object method "FETCH" via package "APR::Table" at e:/web/modules/Modul.pm line 35.\n The following works me... I cut and pasted your "line 35" package TEST::Headers; use strict; use warnings FATAL => 'all'; use Carp; use Apach

Re: error when starting apache with mod_perl

2005-12-03 Thread Chris Grau
On Sun, Dec 04, 2005 at 12:13:48AM +0800, Stephen Ng wrote: > I received the following error when starting apache - > > httpd failed. The error was: Stopping httpd: [ OK ] > Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: > Cannot load /etc/httpd/modules/mod_perl.so into

Re: Error while using Apache2::Reload

2005-11-02 Thread Tyler MacDonald
Perrin Harkins <[EMAIL PROTECTED]> wrote: > > If it is "some old junk" left in the @INC how would I go about > > correcting it? > > My approach would be to start with a new Perl install and a new > mod_perl. There is no official way to uninstall a Perl module, so it's > hard to be sure that you

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Boysenberry Payne wrote: How do I apply the patch? I'm still a little wet behind the ears, please excuse me... For one this simply, you could just go edit the INSTALLED version of Reload.pm... On the other hand in general, you would cd mod_perl-2.0.2-src patch < /path/to/patch make all instal

Re: Error while using Apache2::Reload

2005-11-01 Thread Boysenberry Payne
How do I apply the patch? I'm still a little wet behind the ears, please excuse me... Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 1, 2005, at 10:20 AM, Geoffrey Young wrote: I think this is the same problem that just came up in a different circumstance - $

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
>> hmm, what was the rationale from changing it from __FILE__ to /dev/null? >> just Apache2::Status? why not undef instead of some fake entry? it's >> just >> a hash afterall :) > > I originally had a patch for Apache2::Status for mod_perl.pm > specifically so that you didn't get two lines dis

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Geoffrey Young wrote: I think this is the same problem that just came up in a different circumstance - $INC{'mod_perl.pm'} being a virtual file in mp2. Geoff, Stas and I had a converstation about this before which led to a change http://svn.apache.org/viewcvs.cgi?rev=280262&view=rev I agree,

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
>> I think this is the same problem that just came up in a different >> circumstance - $INC{'mod_perl.pm'} being a virtual file in mp2. > > Geoff, Stas and I had a converstation about this before which led to a > change > > http://svn.apache.org/viewcvs.cgi?rev=280262&view=rev > > I agree, that

Re: Error while using Apache2::Reload

2005-11-01 Thread Philip M. Gollucci
Geoffrey Young wrote: Boysenberry Payne wrote: Well I've tried to reinstall perl, apache2 and mod_perl. I have the @lib trimmed down too. Still get the same error. Anything else I can do? Here is the error again: Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /u

Re: Error while using Apache2::Reload

2005-11-01 Thread Geoffrey Young
Boysenberry Payne wrote: > Well I've tried to reinstall perl, apache2 and mod_perl. > I have the @lib trimmed down too. Still get the same error. > Anything else I can do? > > Here is the error again: > > Can't locate mod_perl.pm in @INC (@INC contains: > /Users/boysie/mod_perl_inc /usr/local/

Re: Error while using Apache2::Reload

2005-11-01 Thread Boysenberry Payne
Well I've tried to reinstall perl, apache2 and mod_perl. I have the @lib trimmed down too. Still get the same error. Anything else I can do? Here is the error again: Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /usr/local/lib/perl5/5.8.7/darwin-2level /usr/local

Re: Error while using Apache2::Reload

2005-10-31 Thread Tyler MacDonald
Boysenberry Payne <[EMAIL PROTECTED]> wrote: > I would like to do the "make uninstall" approach below first before > going > through reinstalling perl and MP2. > Before I do this I want to make sure I have the right syntax first. > would I just type 'make uninstall' in the source directory for MP2

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
I still have the original source. But I think the reason this is happening is because I used Darwin Port (a Darwin package installer) to install my original MP 2. Then, when I installed MP2 RC5 from source I started getting the error. I used the port uninstall the package first, but maybe it didn

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 13:51 -0800, Tyler MacDonald wrote: > "make uninstall" / ExtUtils::Install::uninstall(/path/to/.packlist) > aren't official? I suppose you'd have to have the old pacakage's source tree > still laying around... Sure, if you have the .packlist for the old module, give tha

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 15:01 -0600, Boysenberry Payne wrote: > If it is "some old junk" left in the @INC how would I go about > correcting it? My approach would be to start with a new Perl install and a new mod_perl. There is no official way to uninstall a Perl module, so it's hard to be sure tha

Re: Error while using Apache2::Reload

2005-10-31 Thread Philip M. Gollucci
Perrin Harkins wrote: It seems likely that you are either running a different version of Reload than you think you are, or else have some old junk left in your @INC from a previous installation of mod_perl. Thats what I thought. Though there was a change relating to this in 2.0.2-dev now 2.0.2.

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
Actually someone sent me an off list message saying they had the same problem after installing the latest MP upgrade. If it is "some old junk" left in the @INC how would I go about correcting it? If I'm not mistaken Apache2::Reload is a part of the MP2 install, so I can't just reinstall Apache

Re: Error while using Apache2::Reload

2005-10-31 Thread Perrin Harkins
On Mon, 2005-10-31 at 14:44 -0600, Boysenberry Payne wrote: > Should I just edit out the line in Apache2::Reload that checks for MP2? The fact that you're having this problem and no one else is reporting it probably means that something is wrong with your system, not with Apache2::Reload. If poss

Re: Error while using Apache2::Reload

2005-10-31 Thread Boysenberry Payne
Should I just edit out the line in Apache2::Reload that checks for MP2? Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Oct 29, 2005, at 5:01 AM, Boysenberry Payne wrote: I still haven't been able to get Apache2::Reload working after my MP 2.0.0 RC5 upgrade. I even tried

Re: Error while using Apache2::Reload

2005-10-29 Thread Boysenberry Payne
I still haven't been able to get Apache2::Reload working after my MP 2.0.0 RC5 upgrade. I even tried to reinstall to no avail. Does anyone know how to get this working? Did I miss something in Philip M. Gollucci's post? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com

Re: Error while using Apache2::Reload

2005-10-18 Thread Boysenberry Payne
Did you specificy mod_perl.pm as file to reload in the config by accident? No, it started happening just after the MP 2.0.0 RC5 upgrade... This is what I got as a return from: find /Users/boysie/mod_perl_inc /opt/local/lib/perl5 -name Reload.pm | xargs grep -n mod_perl 20:use mod_perl2; 391:

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread vivek
Dear Mr. Philip M. Gollucci Thanks a lot, I could get the script running. But now I face a different problem. I want mod perl to be enabled for only one virtual host but not all the virtual hosts in httpd. When I say, loadmodules for mod_perl, modperl is activated for all the virtual host

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread Philip M. Gollucci
Perrin Harkins wrote: On Tue, 2005-10-18 at 20:50 +0530, [EMAIL PROTECTED] wrote: I used PerlResponseHandler Modperl::PerlRun D'oh... Good eye Perrin! -- END What doesn't kill us can only m

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: Thanks for the response Mr. Philip M. Gollucci. I used PerlResponseHandler Modperl::PerlRun But it still wouldnot work . It gives the same kind of error again as under:- [Tue Oct 18 20:40:25 2005] [error] [client 127.0.0.1] failed to resolve handler `Modperl::Per

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread Perrin Harkins
On Tue, 2005-10-18 at 20:50 +0530, [EMAIL PROTECTED] wrote: > I used > PerlResponseHandler Modperl::PerlRun It's case-sensitive: PerlResponseHandler ModPerl::PerlRun - Perrin

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread vivek
Thanks for the response Mr. Philip M. Gollucci. I used PerlResponseHandler Modperl::PerlRun But it still wouldnot work . It gives the same kind of error again as under:- [Tue Oct 18 20:40:25 2005] [error] [client 127.0.0.1] failed to resolve handler `Modperl::PerlRun': Can't locate Modperl/

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread Perrin Harkins
On Tue, 2005-10-18 at 11:32 +0530, [EMAIL PROTECTED] wrote: > I am encountering a strange problem with my mod perl 2. [...] >PerlHandler Apache::PerlRun There is no module called Apache::PerlRun in mod_perl 2. It is now called ModPerl::PerlRun. You will need

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: Dear Friends, I am encountering a strange problem with my mod perl 2. I have installed mod perl 2 on apache and its using perl-5.8.6. I am using a server with two AMD 64 bit processors and 4 GB RAM. Initially I was using perl 5.8.6 in /usr/local/bin/perl configured wit

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-18 Thread vivek
Thanks Fred. But that did not work. It did not find the file itself and confused it with other websites configured on my server. With warm regards. Vivek J. Joshi. [EMAIL PROTECTED] Trikon electronics Pvt. Ltd. --New opinions often appear first as jokes and fancies, then as blasphemies and

Re: Error:- failed to resolve handler `Apache::PerlRun'

2005-10-17 Thread Fred Moyer
[EMAIL PROTECTED] wrote: Dear Friends, I am encountering a strange problem with my mod perl 2 Can you specify the exact version you're using? (i.e. 2.0.1 ) PerlHandler Apache::PerlRun and it gives me the following error as soon as I start the server:- [Mon Oct 17 12:20:54 2005]

Re: Error while using Apache2::Reload

2005-10-17 Thread Philip M. Gollucci
Boysenberry Payne wrote: I'm getting the following error while trying to use Apache2::Reload on Apache/2.0.55 (Unix) PHP/5.0.5 DAV/2 mod_apreq2-20050712/2.5.2-dev mod_perl/2.0.2-dev Perl/v5.8.7 Can't locate mod_perl.pm in @INC (@INC contains: /Users/boysie/mod_perl_inc /opt/local/lib/perl5/5.

Re: Error: handles can't be shared between threads

2005-05-20 Thread Perrin Harkins
On Friday 20 May 2005 4:27 pm, Octavian Rasnita wrote: > In all the modules I have put something like: > > package Site::Module1; > > use strict; > use Site::MySQL (); #The module that connects to MySQL > my $dbh = Site::MySQL::dbh(); You are creating a closure when you use that $dbh in your subs.

Re: Error: handles can't be shared between threads

2005-05-20 Thread Octavian Rasnita
Hi, From: "Perrin Harkins" <[EMAIL PROTECTED]> > > I have put the following lines in a startup.pl file which is included for > > all virtualhosts (but I have a single virtual host): > > > > use Apache::DBI (); > > Apache::DBI->connect_on_init('DBI:mysql:database=test', 'root', undef, > > {PrintErr

Re: Error: handles can't be shared between threads

2005-05-19 Thread Perrin Harkins
On Fri, 2005-05-20 at 04:32 +0300, Octavian Rasnita wrote: > I have put the following lines in a startup.pl file which is included for > all virtualhosts (but I have a single virtual host): > > use Apache::DBI (); > Apache::DBI->connect_on_init('DBI:mysql:database=test', 'root', undef, > {PrintErr

Re: Error: handles can't be shared between threads

2005-05-19 Thread Octavian Rasnita
From: "Perrin Harkins" <[EMAIL PROTECTED]> > On Thursday 19 May 2005 1:47 pm, Octavian Rasnita wrote: > > [Thu May 19 20:36:01 2005] [error] DBD::mysql::db prepare failed: handle 2 > > is owned by thread 225321c not current thread 17cde94 (handles can't be > > shared between threads and your drive

Re: Error: handles can't be shared between threads

2005-05-19 Thread Perrin Harkins
On Thursday 19 May 2005 1:47 pm, Octavian Rasnita wrote: > [Thu May 19 20:36:01 2005] [error] DBD::mysql::db prepare failed: handle 2 > is owned by thread 225321c not current thread 17cde94 (handles can't be > shared between threads and your driver may need a CLONE method added) at > e:/web/presa3/

Re: Error

2005-04-25 Thread Maxim Sloyko
Cure wrote: error:  Can't call method "fetch" on an undefined value at /usr/home/cwarner/www/html/test/cookie_test.html line 9.

Re: Error when installing mod_perl

2005-03-23 Thread Stas Bekman
Octavian Rasnita wrote: Hi, Do you have any idea why I get 2 errors each time I want to install mod_perl 2 under Fedora Core 2, Apache 2.05, perl 5.8.6? I get the same errors when I try to install mod_perl on more computers, doesn't matter if I download and compile the tar.gz file manually or I try

Re: error in make test for mod_perl 2.0.0-RC4

2005-03-02 Thread Stas Bekman
Alexander Godyaev wrote: L<@L<@-8<-- Start Bug Report 8<-- 1. Problem Description: I make test for mod_perl and get error in some test (make test TEST_VERBOSE=1 TEST_FILES="t/apache/util.t") [...] t/apache/util1..8 # testing : Apache::Util::ht_time($pool) # e

Re: [error] Can't locate object method "bootstrap" via package "DBI"

2004-12-03 Thread Ray Chuan
For the sake of completion, the problem was solved by checking the option in Properties->Logon "Allow service to interact with Desktop From: "Ray Chuan" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [error] Can't locate object method

  1   2   >