RE: Files problem, pulling my dam hair out

2001-11-29 Thread Knox, Laurie A, NPONS
, November 29, 2001 6:23 PM To: Knox, Laurie A, NPONS; [EMAIL PROTECTED] Subject: RE: Files problem, pulling my dam hair out Where would this go? In the Directory section of the Files section? -Chuck -Original Message- From: Knox, Laurie A, NPONS [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Need help with a backtrace from a seg fault

2001-10-12 Thread Knox, Laurie A, NPONS
Did you compile everything (Perl, modules, etc.) with gcc, or with Sun's compiler? If you used the Perl that comes with Solaris, it is compiled with Sun's C compiler. Everything needs to be compiled by the same compiler. Based on the info below, you are running Solaris 2.6, not 2.8... I

RE: shared libraries

2001-10-04 Thread Knox, Laurie A, NPONS
It sounds like you either haven't obtained the B:: module, or there was a compilation problem. You can try to get your current server up and running by commenting out the PerlModule B:: ... references, then try starting it up. Check on the Perl and Apache web sites (www.perl.org,

RE: modperl install without Apache src?

2001-07-06 Thread Knox, Laurie A, NPONS
Jul 2001, Knox, Laurie A, NPONS wrote: I was going to upgrade it to 1.25, but I don't have the Apache src. Why don't you just get it? Someone told me I just need to replace the libexec/libperl.so file Don't do it. Grab the latest sources and recompile, lots of bugfixes and stuff

modperl install without Apache src?

2001-07-05 Thread Knox, Laurie A, NPONS
Hi folks, Thanks to those who helped me out with the basic mod_perl questions I posted before. We're getting there! I have a question about mod_perl installation - I have Apache 1.3.9 running on a Solaris 8 machine with mod_perl 1.21. I was going to upgrade it to 1.25, but I don't have the

RE: where to report apache::session 1.53 bug ?

2001-06-27 Thread Knox, Laurie A, NPONS
Could you Please share your bug info with us? I am using Apache::Session now and having troubles with it... Thank you! Laurie -Original Message- From: Iwan Garnadi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 5:50 PM To: [EMAIL PROTECTED] Subject: where to report

Persistance in mod_perl

2001-06-25 Thread Knox, Laurie A, NPONS
Hello all, We are just getting started with mod_perl, installed on Sun Solaris 2.8, Apache 1.3.20, Perl 5.005_03. I have DBI and Oracle DBD installed. In our application, we want to have a user login to the database, and maintain the connection until they logoff. We also want to maintain