[mp1.0] linking libperl.so fails because of "G: command not found"

2002-12-13 Thread Kenny Smith
lease) autoconf (GNU Autoconf) 2.53 GNU Make version 3.79.1 If there is any other information you need, please let me know. Kenny Smith JournalScape.com

Re: [mp1.0] linking libperl.so fails because of "G: command not found"

2002-12-17 Thread Kenny Smith
\ WITH_APXS=/usr/local/apache/bin/apxs \ EVERYTHING=1 The problem was that it just wasn't filling in that one value in the configure script, so it didn't know what binary to use to link after compilation. Kenny Smith [EMAIL PROTECTED] wrote: Kenny, I am not sure if I can hel

RE: [mp1.0] linking libperl.so fails because of "G: command not found"

2002-12-17 Thread Kenny Smith
uspecting users don't have this same problem. :) Kenny Smith > -Original Message- > From: Keith McGlauflin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 12:38 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [mp1.0] linking libperl.so fa

Re: Database Pooling

2002-12-23 Thread Kenny Smith
king of it as your common load is the best practice. Kenny Smith

Re: Database Pooling

2003-01-02 Thread Kenny Smith
Sure. And beware of connections that are returned to the pool without being rollbacked, too - the app then deadlocks itself because it holds locks in the database and doesn't know it does. I get bitten by this under JDBC every so often, when an exception is thrown at the wrong time. Sounds like

mod_rewrite + mod_perl

2001-09-09 Thread Kenny Smith
url and sent to the script via an environment variable. It executes show_journal.mod_perl perfectly well, but the script does not remain resident in memory. Do I need to call it differently? Any help is appreciated. :) Kenny Smith [EMAIL PROTECTED]

Persistant Data shared with other applications

2001-10-30 Thread Kenny Smith
perl. Has anyone had this kind of thing happen? Kenny Smith

$ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Kenny Smith
ding a new apache binary with up to date versions, but I'd like to find out from the list if you have had this problem before, and if you know why it is caused. Kenny Smith