Problem

2006-03-21 Thread lalitanand dandge
I have problem with the apache configuration, i cannot get the perl programs/scripts run in the web browser. although i made all possible installations in my systems i am using the apache2 and perl5, on the debian system

installation problem

2004-05-09 Thread I S
Hi all, I am really stuck and have been looking for solutions around on Internet but with no luck. I am about to give up and kind of not sure I should post this question. Anyways, I give it a try and hope for some suggestions. I realize that the problem that I have is listed on perl.apache.org

linker problem

2004-10-17 Thread Kemin Zhou
I have a linking problem error message: /usr/local/bin/gecods: error while loading shared libraries: libpq++.so.4: cannot open shared object file: No such file or directory === I compiled a simple program called gecods, it dynamically links to libpq++.so.4 in /usr/local/pgsql/lib/ (a postgres

Deflate problem

2011-05-07 Thread Idel Fuschini
Hi people, I've got this problem with DEFLATE. This is my code example : use strict; use warnings; use Apache2::Filter (); use Apache2::RequestRec (); use APR::Table (); use Cache::FileBackend; use Apache2::Const -compile => qw(OK); use constant BUFF_LEN => 1024;

Font Problem

2012-01-30 Thread Michel Jansen
Hi There, I have a probem using webfonts in Firefox. It won't let me use webfonts from another url than the original. Since i am working with a perlhandler that "catches" all requests from / and up, i would like to know of someone knows how i can bypass my handler for a specific directory abo

AuthenNTLM problem

2005-02-16 Thread Stefano Ciancio
. If the number of authentication requests grows, the browser start to hang and the site, under ntlm, doesn't work. Anyone have some ideas about this problem? and about a fix? With apache 2.0 we have the same problem? Thanks, Stefano

Authentication problem

2005-04-07 Thread Levi E. Stanley
Hi, Been seeing problems with an Authenticate script lately. It was working fine up to the time I started getting slammed with traffic. I don't see any connection problems in the log file at all. But what I have noticed on the site is, I will click to go to download a file from the secure ar

mod_perl problem

2005-04-21 Thread Gert Jan Schipper
-8<-- Start Bug Report 8<-- 1. Problem Description:     After make install I get the following error:   /usr/bin/perl -Iblib/lib -I/tmp/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod ModPerl-Regist

caching problem?

2005-04-26 Thread tom . kirkpatrick
In trying to develop a simple perl script, I have run into some kind of caching problem which is making development an absolute nightmare. The problem arises when I am using a subroutine. Whilst developing the subroutine, I (obviously) make errors in the code! I try the script out in the

DBI problem

2005-07-06 Thread Niklas Saers
Dear All, I'm trying out mod_perl and I've been running into problem. The perl script below works fine as a CGI from Apache. But when running it through mod_perl, I get: [error] Can't locate object method "connect" via package "DBI" (perhaps you forgot to load &

Errordocument Problem

2005-07-26 Thread Shane De Jager
Hi I just moved for mod_CGI to mod_perl 2. I am running under PerlRun for the first step of the transition. Everything seems to work fine except when I refer to a page which is accessed through the ErrorDocument directive I have a problem. The page loads correctly but I have the following

Errordocument Problem

2005-07-27 Thread Shane De Jager
Hi I just moved for mod_CGI to mod_perl 2. I am running under PerlRun for the first step of the transition. Everything seems to work fine except when I refer to a page which is accessed through the ErrorDocument directive I have a problem. The page loads correctly but I have the following error

Configuration problem

2005-10-07 Thread Stéphane Klein
Hi,   I installed apache 2.0.54 with mod_perl 2.0.1 in a debian 3.1 environment.   I installed it with DSO Method.     % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs   % make && make test   % make install   I added the directive:   LoadModule perl_module modules/mod_perl

Mod_Perl Problem

2005-10-17 Thread Yu, Ming
I am new to mod_perl. I installed mod_perl version 1.29 with apache 1.3.33, and created the following section under apache httpd.conf: SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI PerlSendHeader On Allow from all When I run http://hostnamer/perl/ from

Testing problem

2005-11-10 Thread Brenda Washington
I'm getting this error message when I run a t/TEST. Does anyone know why I'm getting this error? Starting program: /usr/local/apache2/bin/httpd -D ONE_PROCESS -d /opt/apache/mod_perl-2.0.1/t -f /opt/apache/mod_perl-2.0.1/t/conf/httpd.conf -D APACHE2 [Thu Nov 10 14:29:53 2005] [info] 6 Apach

Re: Problem

2006-03-21 Thread yperl
igine Date: Tue, 21 Mar 2006 05:43:02 -0500De: "lalitanand dandge" <[EMAIL PROTECTED]>A: modperl@perl.apache.orgSujet: ProblemI have problem with the apache configuration, i cannot get the perl programs/scripts run in the web browser. although i made all possible installations in m

Re: Problem

2006-03-21 Thread yperl
: I have problem with the apache configuration, i cannot get the perl programs/scripts run in the web browser. although i made all possible installations in my systems i am using the apache2 and perl5, on the debian system

configuration problem

2006-07-13 Thread jiqiang yao
hi, I use apacher 2.0. I set the document root as ".../web". Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody help me? yao __ Do You Yahoo!? Tired of spam

configuration problem

2006-07-13 Thread jiqiang yao
hi, I use apacher 2.0. I set the document root as "/myhome/web". Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody can help me? yao __ Do You Y

uploading problem

2007-03-30 Thread Michael Greenish
Hello, I doubt this is specifically a modperl problem but if not, perhaps someone can point me to a better group to post this message with? First, I am using: modperl 2.0.x perl 5.8.5 Linux I have a page on a site where users can upload as many pictures as they like. I am using the cgi

Authentication Problem

2007-04-17 Thread Scott Gifford
t when mod_perl gets an "Authorization" header in the request, it doesn't supply a "WWW-Authenticate" header in the response. Even in a very simple PerlAuthenHandler I see this behavior. I've attached an example that shows the problem with this confi

httpd.conf problem

2007-05-02 Thread Tyler Bird
o the whole tree. If I fall back to .htaccess files and just the section everything works fine. Any ideas on my first problem? I have looked at the apache 2.2 docs which we have and you can do it to it doesn't seem to work. http://httpd.apache.org/docs/2.2/mod/core.html#directory Tyler

Odd problem

2007-05-08 Thread The Doctor
I am runnng Apache 2.059 and perl 5.8.8 . I am trying to compile the most recent version of mod_perl 2 however once install, Apache says it cannot find the so even tough it is there. Pointers please. -- Member - Liberal International This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED] God

configuration problem

2007-06-05 Thread devnath reddy
hi thanks for adding me into your subscriber list as i tried to compile this mod_perl with apache, i am able to see the index.pl page in scriting in browser i am unable to see look and fell page. help me out. thanks. regards dev.

ServerUtil problem

2008-12-03 Thread Justin Wyllie
to be a known bug but I am told by my ISP that I cannot upgrade Apache to 2.2.4+ The bug occured at a point when I had not made any changes to the server configuration. I have been using mod_perl for sometime without this problem, which I don't understand. Can anyone advise me what

Compilation problem

2009-04-15 Thread Alan Boudreault
Hi, I'm trying to compile libapreq2 perl module, and i got an error. The perl header are properly installed in /usr/include/apache2/modules/perl/. I'm using OpenSuse 11.1. ./configure --enable-perl-glue --with-apache2-apxs=/usr/sbin/apxs2 -- ./libapreq2

Interesting problem...

2023-03-18 Thread Michelle Sullivan
Hi All, Been using mod_perl then mod_perl2 for years, buit have just come up with an interesting issue... Just installed a FreeBSD 12.4 Jail with Apache 2.4.52, mod_perl 2.0.12 with perl v5.32.1 and transfered a working module set from the previous host to the new host for testing and can't

Minor Problem .tar.tar

2003-12-24 Thread Kent, Mr. John (Contractor)
Greetings, This is a very minor problem but it has existed for a long time. When downloading the source for mod_perl-2.0 you get a file mod_perl-2.0-current.tar.tar Thanks, John Kent -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

modperl GD problem

2004-01-13 Thread Daniel Lang
Hi, I´m using a GD-based Module (Bio::Graphics) to generate png-graphics on the fly with a Modperl Content Handler. Now I encounter the following problem: The first request(after httpd restart), is served well, and the generated graphic is in color - every other request after that produces

mod_perl 1.99 problem

2004-03-14 Thread Dzuy Nguyen
Hi, I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's out of the box rpm. I just can't seem to get past the problem with Apache::AuthCookie. This is the error I get: Can't locate object method "ap_auth_type" via package "Apache::Reque

Segmentation Fault problem

2004-05-14 Thread Marc Gracia
Hi, I have some problem that makes me mad for some time. We just setted up a web farm to support our application that runs entirely using mod_perl. Until now we used a traditional apache+vhosts to serve our customers, but as it became so unadministrable, we started this new sistem to serve

Re: installation problem

2004-05-09 Thread Jean-Michel Hiver
Problem: Can't load ' ../auto/DBI/DBI.so for module DBI. Well, you could try Net::MySQL instead which is pure perl. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/mail

Re: installation problem

2004-05-09 Thread Jean-Michel Hiver
I S wrote: Thanks. Yet, the web site and practical mod_perl book says that " "|Can't load DBI|" or *similar error for the IO module or whatever dynamic module mod_perl tries to pull in first*. The solution is to re-configure, re-build and re-install Perl and dynamic modules with the followi

Re: installation problem

2004-05-09 Thread Stas Bekman
Jean-Michel Hiver wrote: [...] Anyhow why not try to compile a perl in a separate location and try to compile mod_perl against that? For example on some of our machines we have an RPM perl in /usr/bin/perl and a compiled one in /usr/local/bin/perl. It works quite well - you just need to make su

Apache::Connection problem

2004-05-28 Thread David W Smith
Hi, I'm wondering if anyone has any advice about how to overcome the following problem. My setup is: Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl/v5.8.4 mod_ssl/2.0.49 OpenSSL/0.9.7d PHP/4.3.6 on a Solaris 8 box. In my apache error log I have warnings containing the string: Can't loc

make test problem

2004-06-16 Thread Parimala Ramdas
Hi all,    I upgraded Perl from 5.8.0 to 5.8.4 and read on the list that mod_perl had to be re-built. So I gave the foll commands in the source dir of mod_perl   Perl Makefile.PL USE_APXS=1 WITH_APXS=/usr/local/apache/bin/apxs EVERYTHING=1 Also tried adding tag NO_HTTPD=1   No errors

perl configuration problem

2004-06-22 Thread Kemin Zhou
First thank a lot for Geoffrey's reply to my previous question. Here I have a very complicated problem that I want to share with you and seeking some opinion. I am using RedHat 9.0. Somehow, some of my perl packages could not be made (the routine perl Makefile.PL generates garbage owing t

Apache::Antispam problem

2004-07-14 Thread Mustafa Akgul
I am having problem in activating Apacahe::AntiSpam. I get the "Can't call method "dir_config" on an undefined value at /usr/lib/perl5/site_perl/5.8.3/Apache/AntiSpam.pm line 15." This on mandrake 10.0 with apache2. PerlModule Apache:.Filter PerlModule Apache::A

Post truncation problem

2004-08-18 Thread Sean T Allen
<>Apache/2.0.40 (Red Hat Linux) Perl/v5.8.0 built for i386-linux-thread-multi mod_perl/1.99_07-dev just to get that out of the way. problem i have is that we are running a stripped down version of CGI.pm that on a post does:     my $input =  undef;     my $method    =

1.3.2x notes problem

2004-08-18 Thread joseph speigle
$r->log_error("inside file opened, query = $query and line = $_"); that list line shows (and this is my problem) even if $query prints out to the current search term, it matches the last one. heres the error log section for that section: i [Wed Aug 18 22:53:23

[mp2] 1.99_16 problem

2004-09-01 Thread Jie Gao
Hi All, I am getting the following error: Can't locate object method "server_hostname" via package "Apache::ServerRec" at ... 300.\n\t..., 'Apache::RequestRec=SCALAR(0x881968)') called at -e line 0\n\teval {...} called at -e line 0\n The line concerned is: my $host_name = $r->server->s

problem of persistance

2004-09-17 Thread Arnaud Blancher
hi all with mp2 1.99_14,perl 5.8.5,apache 2.0.50 i have a problem of persistance. I just print IP, time and pid. when 2 computer get the script they sometimes see the have the same IP and the same time ! i would like all my variable aren't share and especially the $user object so could you

[mp2] linking problem.

2004-09-18 Thread Jie Gao
** [test_dynamic] Error 2 If I "make install", the modules will actually work. Something changed? Regards, Jie -8<------ Start Bug Report 8<-- 1. Problem Description: [DESCRIBE THE PROBLEM HERE] 2. Used Components and their Con

Re: linker problem

2004-10-17 Thread Stas Bekman
Kemin Zhou wrote: I have a linking problem error message: /usr/local/bin/gecods: error while loading shared libraries: libpq++.so.4: cannot open shared object file: No such file or directory === I compiled a simple program called gecods, it dynamically links to libpq++.so.4 in /usr/local/pgsql

Re: linker problem

2004-10-17 Thread Kemin Zhou
: [Sun Oct 17 15:41:42 2004] [warn] PassEnv variable LD_LIBRARY_PATH was undefined I read the Apache book and could not figure out what is wrong. It could be a hidden trick. It must be something obvious that I missed. Kemin Stas Bekman wrote: Kemin Zhou wrote: I have a linking problem error

Re: linker problem

2004-10-17 Thread Stas Bekman
Kemin Zhou wrote: Stas, Thaks a lot for the help. Maybe you can give me more help. When I added the two lines to my http.conf file SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib PassEnv LD_LIBRARY_PATH While restarting the server: Stopping httpd:[ OK ]

Re: linker problem

2004-10-17 Thread Kemin Zhou
again for the help. You solved my problem (I can take a break now). Just a add a note: The SetEnv .. Methods works fine without much effort. The PassEnv ... depends on the environment of the apache user. My apache server use the appache username, and it is not a login shell. Therefore this

Re: linker problem

2004-10-17 Thread Stas Bekman
n the shell you running and use PassEnv, e.g.: LD_LIBRARY_PATH=/usr/local/pgsql/lib ./httpd or just set it in httpd.conf: SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib Stas, Thaks again for the help. You solved my problem (I can take a break now). Good to hear that ;) Just a add a note: The S

problem with "note_basic_auth_failure"

2004-10-28 Thread Marina Markus
Hello,   I am trying to implement authentication with my own mod_perl subroutine defined as PerlAuthenHandler (Apache 1.3.31 + mod_perl 1.29 + PHP 4.3.8 installed on RedHat 7.2), and encounter a strange problem that I hope someone has seen before.   As the first step, I want my

DBI persistence problem

2004-12-01 Thread Richard N. Fogle
|| setReadToWrite($r ead_dbh); } SNIP Basically, we have one MySQL cluster setup for reads and the other cluster for writes - the reads cluster alternates between master and slave.  This works fine.  The problem we're having is each time the CGI is called it seems to make a persistent

mod_perl installation problem

2010-03-24 Thread Idel Fuschini
Hi, I'm trying to install mod_perl on sun solaris 5.10 with apache 2.2.9. after perl Makefile.PL I have this problem Configuring Apache/2.2.9 mod_perl/2.0.4 Perl/v5.10.1 [ error] Using Perl 5.010001 w/o ithreads and 'worker' mpm httpd. [ error] Failed requirements: [ error]

Re: Encoding problem

2010-04-23 Thread kolikov
Jean-Christophe Boggio wrote: ? The problem comes from the header I *receive*. The headers I send are always good (hard coded in base.epl). I'm quoting myself : If it may help : All my scripts are written in utf-8 encoding My default system/database locales are utf-8 My apache2.conf i

Re: Encoding problem

2010-04-23 Thread Emmanuel CROMBEZ
Hello My solution for UTF-8 problem in web page are in 3 steps: 1 - fixe content-type 2 - fixe xml encoding 3 - fixe html header encoding In mod_perl , use $r->content_type('text/html; Charset=UTF-8'); The first line of your html page must be : And in the you must have

Re: Encoding problem

2010-04-23 Thread André Warnier
Emmanuel CROMBEZ wrote: Hello My solution for UTF-8 problem in web page are in 3 steps: 1 - fixe content-type 2 - fixe xml encoding 3 - fixe html header encoding In mod_perl , use $r->content_type('text/html; Charset=UTF-8'); The first line of your html page must be :

Problem with PerlTransHandler

2011-01-04 Thread CrAsH-DMX
q "POST" ? $r->content:$r->args; print STDERR "PARAMS:$params\n"; #DO SOMETHING WITH $params #$r->content($params); return DECLINED; } 1; The problem is, after showing the message with the parameters in the log file the page with the POST form does not

Re: Deflate problem

2011-05-19 Thread Fred Moyer
Have you tried mod_deflate? On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini wrote: > Hi people, > I've got this problem with DEFLATE. > This is my code example : >   use strict; >   use warnings; >   use Apache2::Filter (); >   use Apache2::RequestRec (); >   use

Re: Deflate problem

2011-05-19 Thread Idel Fuschini
> Hi people, > > I've got this problem with DEFLATE. > > This is my code example : > > use strict; > > use warnings; > > use Apache2::Filter (); > > use Apache2::RequestRec (); > > use APR::Table (); > > use Cache::FileBackend;

Re: Deflate problem

2011-05-19 Thread Fred Moyer
chini wrote: > yes the result is the same. > > On 19 May 2011 19:52, Fred Moyer wrote: >> >> Have you tried mod_deflate? >> >> On Sat, May 7, 2011 at 3:30 AM, Idel Fuschini >> wrote: >> > Hi people, >> > I've got this problem with DE

Re: Deflate problem

2011-05-19 Thread Torsten Förtsch
On Saturday, May 07, 2011 12:30:56 Idel Fuschini wrote: > I've got this problem with DEFLATE. I think you either simply forgot to mention a PerlResponseHandler or you should omit the "SetHandler modperl". > >PerlSetOutputFilter DEFLATE >PerlSetOutputFilt

Re: mod_perl problem?!

2011-09-28 Thread Torsten Förtsch
On Wednesday, 28 September 2011 00:46:51 Marco Walther wrote: > Do you have any idea where I might start looking? I don't have much > insight into the Perl or mod_perl internals, but I played which large > C-based packages before;-) I have seen your mail on the user's list. My first thought had

Cache::Memcached problem

2012-01-17 Thread Idel Fuschini
I've got this problem on RedHat in production server: * No map found matching for GLOB(0x1ed02710) at /usr/lib/perl5/site_perl/5.8.8/Cache/Memcached.pm line 717.* anybody know what could be ? I don't find any documentation about that. Thanks Idel = E-Mail:

Re: Font Problem

2012-01-30 Thread André Warnier
Michel Jansen wrote: Hi There, I have a probem using webfonts in Firefox. It won't let me use webfonts from another url than the original. Since i am working with a perlhandler that "catches" all requests from / and up, i would like to know of someone knows how i can bypass my handler for a s

Re: Font Problem

2012-01-30 Thread André Warnier
André Warnier wrote: Michel Jansen wrote: Hi There, I have a probem using webfonts in Firefox. It won't let me use webfonts from another url than the original. Since i am working with a perlhandler that "catches" all requests from / and up, i would like to know of someone knows how i can byp

Re: Font Problem

2012-01-30 Thread André Warnier
Michel Jansen wrote: Hi André, This works! Thanx for your help. Of course i now have another problem.! Firefox now rejects the font saying: downloadable font: rejected by sanitizer ;-) Michel, Glad that it helped. But please respond to the list, not to my private email address

mod_perl2 memory problem

2013-01-19 Thread Idel Fuschini
Hi all, I have compiled apache webserver with this configuration: ./configure --prefix=/foo/apache-2.2.23-worker-1st --enable-modules=all --enable-mods-shared=all --disable-ipv6 --enable-ssl --with-ssl=/foo/openssl-1.0.1c --enable-proxy --enable-proxy-connect --enable-proxy-http --with-mpm=worker

Custom response problem

2014-03-18 Thread John Dunlap
I recently upgraded my workstation from Debian 6 to Debian 7 and I'm now encountering a problem that I haven't seen before. My apache version is 2.2.22-13+deb7u1. My mod_perl version is 2.0.7-3. I'm guessing that I have an installation problem of some kind but I'm not su

problem ENV solved

2003-11-16 Thread "SUCH SANMARTÍN, GERARD"
Ok, i have read the docs and i (think) finish with my small problem. The thing is that, docs actually in perl.apache.org works as follow (and if i am wrong please tell me!): To see how to do something in modperl2 you DO NOT have to - search through modperl2 docs (still) And you DO have to

File perms problem

2005-01-11 Thread Jason Dixon
itself, but for every linked file in the "images/" directory! Disabling mod_perl for this Location "fixes" the problem, but I'd rather figure out what is causing this. Why would mod_perl attempt to execute images? SetHandler perl-script PerlHand

file upload problem

2005-01-31 Thread John Saylor
hi i'm trying to make this modperl upload handler work and it doesn't. it keeps giving me absolutely nothing for the file [but gives all the params and their values just fine]. i'm using apache_1.3.29, mod_perl-1.29, mod_ssl-2.8.16-1.3.29 This is perl, v5.8.2 built for i686-linux Linux ralph.worl

Apache::Scoreboard problem

2005-03-02 Thread Malcolm J Harwood
I'm trying to get some per-request stats for the entire request, not just the response phase, and Apache::Scoreboard looked like it would do the job. However, I'm having a few problems with it. I have the following installed as a CleanupHandler (by which time everything should be done), it's ju

Re: Authentication problem

2005-04-07 Thread Martin Moss
Hi, what's your MaxClients setting in your apache conf? It could just be that you aren't running enough apache child processes to serve the number of connections being made, Regards Marty --- "Levi E. Stanley" <[EMAIL PROTECTED]> wrote: > Hi, > > Been seeing problems with an Authenticate scr

Re: mod_perl problem

2005-04-21 Thread Philip M. Gollucci
Gert Jan Schipper wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: After make install I get the following error: /usr/bin/perl -Iblib/lib -I/tmp/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod M

Re: caching problem?

2005-04-26 Thread Perrin Harkins
On Tue, 2005-04-26 at 17:40 +0100, [EMAIL PROTECTED] wrote: > Sometimes, if I click refresh several times, it may suddenly decide to > start working again. I can force it to work properly again by renaming the > subroutine! Another way I can force it to start working again is to > restart apache

Re: caching problem?

2005-04-26 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: | In trying to develop a simple perl script, I have run into some kind of | caching problem which is making development an absolute nightmare. | | The problem arises when I am using a subroutine. Whilst developing the

File upload problem

2005-04-30 Thread Bart Terryn
Hi, I'm have been running mod_perl for a while now. Current situation is: -Win 2000 SP2 -Apache 2.0.47 -mod_perl 1.999.22 -Perl 5.8.3 http conf: Alias /mod_perl/ "C:/Program Files/Apache Group/Apache2/mod_perl/" SetHandler perl-script

Mod_perl upload problem

2005-04-30 Thread Bart Terryn
Hi, I'm have been running mod_perl for a while now. Current situation is: -Win 2000 SP2 -Apache 2.0.47 -mod_perl 1.999.22 -Perl 5.8.3 http conf: Alias /mod_perl/ "C:/Program Files/Apache Group/Apache2/mod_perl/" SetHandler perl-script

Problem with taint

2005-05-22 Thread Mike Cardwell
Hi, I installed the new release of ModPerl2 today. I've not used any of the betas previously so am not sure if the problem is specific to this version or not. In my PerlResponseHandler I have the following code: sub handler { my $r = shift; my( $path ) = $r->filename()=~/^(.*)$/;

RE: DBI problem

2005-07-06 Thread David Christensen
Niklas Saers wrote: > ... The perl script below works fine as a CGI from Apache. But when > running it through mod_perl, I get: > [error] Can't locate object method "connect" via package "DBI" > (perhaps you forgot to load "DBI"?) at /home/ab1/test5.pl line 5.\n > ... > use DBI(); > print "Content-

Re: DBI problem

2005-07-07 Thread Tom Schindl
): - PerlRequire startup.pl - PerlSwitches -I/my/include/modperl (mp2) 2. In your module/script (use lib qw(/my/include/modperl)) Tom Niklas Saers schrieb: > Dear All, > I'm trying out mod_perl and I've been running into problem. The perl > script below works fine a

Re: DBI problem

2005-07-07 Thread Niklas Saers
l::Registry PerlOptions +ParseHeaders What is startup.pl and where should it be located? Adding that gives: [error] Can't load Perl file: startup.pl for server www.ab.no:80, exiting... Adding that PerlSwitches statement didn't solve the DBI problem. Adding the line in C2 didn't either. Cheers Nik

Re: DBI problem

2005-07-07 Thread Tom Schindl
"$DBI::VERSION\n"; - ---8<--- Read about PerlRequire here: http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlRequire_ http://perl.apache.org/docs/1.0/guide/config.html#PerlModule_and_PerlRequire_Directives Still modifying the I

Re: DBI problem

2005-07-07 Thread Niklas Saers
Forgot to post to the list. A little thing I forgot in the private mail, adding "PerlModule Apache::DBI DBD::Mysql" in my httpd.conf gave me the following warning: [error] Can't locate object method "require_version" via package "DBI" (perhaps you forgot to load "DBI"?) at /usr/local/lib/perl5/sit

Re: DBI problem

2005-07-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niklas Saers schrieb: > Forgot to post to the list. A little thing I forgot in the private [...] > Its worth noting that $DBI::VERSION doesn't print anything. That's really really strange. > /usr/local/lib/perl5/site_perl/5.8.7/mach is in my path bu

Re: DBI problem

2005-07-07 Thread Niklas Saers
Hi again, Tom, no problem running it as a CGI: Include: /usr/local/lib/perl5/site_perl/5.8.7/mach;/usr/local/lib/perl5/site_perl/5.8.7;/usr/local/lib/perl5/site_perl;/usr/local/lib/perl5/5.8.7/BSDPAN;/usr/local/lib/perl5/5.8.7/mach;/usr/local/lib/perl5/5.8.7;. Loaded Libs: warnings/register.pm

Re: DBI problem

2005-07-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niklas Saers schrieb: > Forgot to post to the list. A little thing I forgot in the private [...] > Include: > /my/include/modperl;/usr/local/lib/perl5/site_perl/5.8.7/mach/Bundle;/usr/local/lib/perl5/site_perl/5.8.7/mach;/usr/local/lib/perl5/site_pe

Re: DBI problem

2005-07-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niklas Saers schrieb: > Hi again, Tom, > no problem running it as a CGI: > > Include: > /usr/local/lib/perl5/site_perl/5.8.7/mach;/usr/local/lib/perl5/site_perl/5.8.7;/usr/local/lib/perl5/site_perl;/usr/local/lib/perl5/5.8.7/BSDPAN

Re: DBI problem

2005-07-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Schindl schrieb: > Niklas Saers schrieb: > >>>Forgot to post to the list. A little thing I forgot in the private > > > [...] > > >>>Include: >>>/my/include/modperl;/usr/local/lib/perl5/site_perl/5.8.7/mach/Bundle;/usr/local/lib/perl5/site_per

Apache::Test problem

2005-09-18 Thread Malcolm J Harwood
I'm finally learning my way around Apache::Test and I'm having a problem. Everything seems to be set up correctly (at least as far as I can determine). When running the actual code on my installed server, everything is happy. My initial tests fail though as follows: make test

Installing Modperl problem

2005-09-27 Thread Brenda Washington
I have been working on installing Apache-2.0.54, Mod_perl-2.0.1 with perl-5.6.1 for a week now with little or no success. Is there anyone who can give me any help with the problem I'm experiencing? When I run perl Makefile.PL command, I get the following error messages. How can I resolve

Re: Configuration problem

2005-10-07 Thread Foo Ji-Haw
dler perl-script  PerlResponseHandler ModPerl::Registry  PerlOptions +ParseHeaders  Options +ExecCGI    - Original Message - From: Stéphane Klein To: modperl@perl.apache.org Sent: Friday, October 07, 2005 7:36 PM Subject: Configuration problem H

Re: Mod_Perl Problem

2005-10-17 Thread vivek
Hello budddy, I am new to modperl too but i think you have to specify a loadmodule as LoadModule perl_module modules/mod_perl.so Then it will recognise all the modperl directives. Perhaps that might help. With warm regards. Vivek J. Joshi. [EMAIL PROTECTED] Trikon electronics Pvt. Ltd. -

Re: Testing problem

2005-11-13 Thread Stas Bekman
e/mod_perl-2.0.1/t/conf/modperl_startup.pl line 20.\nCompilation failed in require at (eval 2) line 1.\n Brenda, can you please send the output of: % perl -le 'print $ENV{PATH}' most likely you have a . or .. in it, which would explain the problem. Meanwhile try to explicitly set it:

Apache2::Reload problem

2005-12-02 Thread JT Smith
I just upgraded my dev box to Apache 2.0.55 and mod_perl 2.0.2 from Apache 2.0.54 and mod_perl 2.0.1 (not a big upgrade). Anyway, since the upgrade when I have Apache2::Reload enabled I get an internal server error and in the logs it reports that it can't find mod_perl.pm (which is there). Here

Problem Recompiling mod_perl

2006-02-27 Thread Kaplan, Andrew H.
Hi there –   I am going through the motions of recompiling mod_perl on a Red Hat Enterprise 3 server. The server was originally configured with Perl 5.8.0, but the application which I am trying to install requires Perl 5.8.3 or later. I downloaded the source code for version 5.8.8 and in

mod_perl installation problem

2006-03-23 Thread N L
Hello , I am working on Mac Osx Tiger, I installed automaticly a package including apache2 , php5, MySQL4, and phpMyAdmin it is really clean and it is working fine but now I want to install with this the mod_perl module I saw one is able to install dynamic mod_perl if apache is already installed.

perl CGI problem

2006-04-23 Thread Dave Anderson
I am using Apache httpd2 on Mandrake 10.0.   I have a standard formmail perl routine taken verbatim from matt’s script archive.  It works.   The strange problem I am having is one of persistence, the received mail has old data in it in addition to the new data.  That is to say that if

Malformed header problem

2006-05-03 Thread ciccio4242
Hi, I'm trying to run with mod_perl the following script: #!/usr/bin/perl print "\n"; print "\n\n"; print "\n"; print "\n"; print "\n"; print"\n"; print "\n"; print "HELLO\n"; print "\n"; print "\n"; IMHO that SHOULD work, but it doesn't: I receive from error.log: [Wed May 03 18:29:36 2

Re: configuration problem

2006-07-13 Thread Jay Scherrer
jiqiang yao wrote: hi, I use apacher 2.0. I set the document root as "/myhome/web". Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody can help me? yao

DummyVersions Installation Problem

2006-08-04 Thread Anthony Gardner
I'm trying to install mod_perl-2.0.2 with httpd-2.2.3 and while compiling mod_perl, I get the following error ... No such file: lib/ModPerl/DummyVersions.pm Not in MANIFEST: .mypacklist Not in MANIFEST: Apache-Test/t/cgi-bin/cookies.pl Not in MANIFEST: Apache-Test/t/REPORT Not in MANIFEST: lib

Apache2.2.3 & ASP problem

2006-09-12 Thread Jukka Pakkanen
Seems like a common problem, but I still haven't been able to find solutions from the web... I have a W2K Server box running Apache2.2.3, also installed the latest Perl, Mod_Perl (testenv.pl working ok) and Apache:ASP. The ASP install (cpan) went through fine, but ASP files open up as

  1   2   3   4   5   6   7   8   9   10   >