Re: [mp2] segfault when connect to database

2003-08-05 Thread Stas Bekman
Marc M. Adkins wrote: httpd2 2.0.47, mod_perl 1.99_09 -- httpd does segfault when I try to connect to the database (mysql or interbase). It faults somewhere in libnss_db.so. It works well if I remove libnss_db* from the system. I noticed a while back that when I use

PerlModule options?

2003-08-05 Thread csebe
Hi list, One questions for the braves ;-) As I understand, the directive PerlModule Foo::Bar loads the module but doesn't import the symbols since it is equivalent to the use Foo::Bar (). Therefore I should use use Foo::Bar in each program only to make the import. Is there other way to load

Re: mod perl issues/ cpan won't make properly

2003-08-05 Thread Ged Haywood
Hello there, On Mon, 4 Aug 2003, Hodge, Jeff F (ECIII) wrote: Here's how I installed mod_perl/apache: cd apache_1.3.28 ./configure --enable-module=so cd mod_perl_1.28 I don't like the look of that. Please send *exactly* what you did. Have you got the mod_perl directory inside the

[mp2] Child process exited

2003-08-05 Thread Jean-Sebastien Guay
Hello, I think I've made good steps towards getting my scripts to work (Apache/2.0.47 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0). However, now, when I try to reload one of the pages to test, IE tells me that "The exception unknown software exception (0xc0fd) occured in the application

RE: mod perl issues/ cpan won't make properly

2003-08-05 Thread Hodge, Jeff F (ECIII)
Title: RE: mod perl issues/ cpan won't make properly First off...thanks for addressing my issues Here's how I installed mod_perl/apache: cd apache_1.3.28 ./configure --enable-module=so cd mod_perl_1.28 I don't like the look of that. Please send *exactly* what you did. Have you

Re: Multiple select

2003-08-05 Thread Perrin Harkins
On Tue, 2003-08-05 at 12:34, Alan Rafagudinov wrote: Hello! I have the next html code: select name=sel_name multiple option Smth_1 ... option Smth_n /select User is able to select many values in the list, how can I get all of them in my mod_perl script? Use Apache::Request or

Re: Set-Cookie2

2003-08-05 Thread Joe Schaefer
Stas Bekman [EMAIL PROTECTED] writes: Jie Gao wrote: [...] Sorry. Now let me ask a question that's related to mod_perl: does libapreq support Set-Cookie2? libapreq has its own list, see: http://httpd.apache.org/apreq/ AFAIK, apreq-2 (to be released soon) supports, Yup. I'm not