Re: mod_perl installation query

2006-07-26 Thread Frank Wiles
On Wed, 26 Jul 2006 07:22:15 -0700 (PDT) philge philip <[EMAIL PROTECTED]> wrote: > Next I added the lines: > > LoadModule perl_module modules/mod_perl.so > PerlModule Apache2 > > to httpd.conf > > when I tried restarting the server I got an error like ' cant > locate perl

Can't use mysql stored procedures under mod_perl (although they work directly from Perl)

2006-07-26 Thread Jonathan H Lundquist
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm trying to use stored procedures in a mysql database from within a perl script. A simple test script runs fine from a command-line perl interpreter, and runs fine when invoked via CGI. The same script

Re: mod_perl installation query

2006-07-26 Thread CrazyAndy
I work on mac osx, and sometimes you must install both the libapreq C llbs, and the perl libs. in the libapreq2 source folder: ./configure make make install (or sudo make install...) then (using the same perl you used with mod_perl) build the perl libs in the same folder: /path/to/perl Makefile.

mod_perl installation query

2006-07-26 Thread philge philip
Dear colleague   I am a bioinformatics programmer from India.I am interested to use mod_perl to improve the performance of our cgi scripts.I need a guidance for configuring mod_perl 2.0 in my server.   I have Apache.2.0.5.2 and Perl 5.8.5 installed in Fedora 3 operating system. I downloaded mo

Re: $PerlConfig broken

2006-07-26 Thread Andreas J. Koenig
> On Mon, 17 Jul 2006 13:04:58 -0700, "Philippe M. Chiasson" <[EMAIL > PROTECTED]> said: >> [Mon Jul 17 12:52:15 2006] [warn] The Alias directive in mod_perl at line 1 >> will probably never match because it overlaps an earlier Alias. > The attached patch should address this problem