Re: make test problem error 111

2002-07-29 Thread Stas Bekman
Padraic Woods wrote: > Hi, > I'm trying to install apache + mod_perl + mod_ssl but get a error after > running make test, I've tried skiping the make test but get a > segmentation fault when I try starting apache. [...] > ../apache_1.3.26/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & >

Re: Problems using Perl v 5.8

2002-07-29 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > > Does it help to update mod_perl to 1.27? and if not, please send to the list the shortest possible script that reproduces the problem. > "Pasquale Pagano" <[EMAIL PROTECTED]> on 07/29/2002 > 12:35:10 PM > > To: "Modperl" <[EMAIL PROTECTED]> > cc:(bcc: Wesley

RES: apache mod_perl + suid question

2002-07-29 Thread Vitor
I think you can't get out of tainted mode under mod_perl. You will have a big security role if you quit tainted mode. Regards, Vitor -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviada em: sábado, 27 de julho de 2002 12:06 Para: [EMAIL PROTECTED]; [EMAIL PRO

RES: apache mod_perl + suid question

2002-07-29 Thread Vitor
>Insecure dependency in `` while running with -T switch at >/usr/sbin/usermod_wrapper.pl line 27 These means that you can't use ``. You need to use system command. $command = "/path/you/need"; system($command); All the additional vars need to be passed through vars : $var1 = "login"; $var2 =

Re: PerlAccessHandler

2002-07-29 Thread Robert Landrum
On Fri, Jul 26, 2002 at 04:11:29PM -0700, Rasoul Hajikhani wrote: > Folks, > My PerlAccessHandler is being executed twice per each request. Is this a > normal behavior for an access handler? > Here is my .conf entry > > SetHandler perl-script > # run is a wrapper for my handl

RE: Using a module that is not quite mod_perl compliant

2002-07-29 Thread Goehring, Chuck Mr., RCI - San Diego
Perrin, Thanks, I should have known that, but I haven't had this problem before. Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 7:48 PM To: Goehring, Chuck Mr., RCI - San Diego Cc: [EMAIL PROTECTED] Subject: Re: Using a module th

[DIGEST] mod_perl digest 2002/07/22

2002-07-29 Thread jgsmith
-- mod_perl digest July 22, 2002 - July 28, 2002 -- Recent happenings in the mod_perl world... OSCon was gre

Re: Problems using Perl v 5.8

2002-07-29 Thread wsheldah
Does it help to update mod_perl to 1.27? Wes "Pasquale Pagano" <[EMAIL PROTECTED]> on 07/29/2002 12:35:10 PM To: "Modperl" <[EMAIL PROTECTED]> cc:(bcc: Wesley Sheldahl/Lex/Lexmark) Subject: Problems using Perl v 5.8 Hi, We have some problems using: 1) Perl v 5.8 2) Mod_Perl v 1.26

Problems using Perl v 5.8

2002-07-29 Thread Pasquale Pagano
Hi, We have some problems using: 1) Perl v 5.8 2) Mod_Perl v 1.26 3) Apache v 1.3.26 In particular: a) if we use simple CGI, everything works fine; b) if we use a custom handler for mod_perl, everything works fine; but if we try to use our CGI via Apache::Registry or Apache::PerlRun handler the

Re: I can see Apache.pm, why can't he?

2002-07-29 Thread dom
> Line 199 checks for Apache.pm and Apache::Status, thus: > > if ($INC('Apache.pm') and Apache->module('Apache::Status')); > > I have both Apache.pm and Apache::Status installed. Yes but Apache::module (which called by "Apache->module('Apache::Status')") is an XS function defined by libperl.so

I can see Apache.pm, why can't he?

2002-07-29 Thread Dennis Daupert
What's up with this? I'm trying to load Apache::DBI on startup. I have apache and mod_perl installed, and running ok, and have installed additional modules, including the Apache::Bundle. When I put the line in mod_perl.conf, PerlModule Apache::DBI I can't start the web server. On the comm

mod_perl2 & DBD::Oracle problem

2002-07-29 Thread Atsushi Fujita
Hi all, I am trying to use DBD::Oracle1.12 on mod_perl2. But it doesn't work fine. It shows error as following in error_log at $dbh = DBI->connect. [error_log] DBI->connect(ynt0) failed: (UNKNOWN OCI STATUS 1804) OCIInitialize. Check ORACLE_HOME and NLS settings etc. at /yopt/httpd-2.0.3

Re: @INC

2002-07-29 Thread Ruslan V. Sulakov
Thanks, Ilya! You are right! /usr/bin/perl contains old binary from v5.00503 So, I've change it to a link pointing to /usr/local/bin/perl Now all works fine! Ruslan > Looks like your sys admin had installed perl from core and from ports > and as result you have two perl installation on systems. P

Re: @INC

2002-07-29 Thread Ilya Martynov
> On Mon, 29 Jul 2002 13:43:13 +0400, "Ruslan V. Sulakov" <[EMAIL PROTECTED]> said: RVS> My @INC contains WRONG directories!!! Help! RVS> How can I change @INC in perl for installing of Apache::SubProcess and other RVS> modules? RVS> At this time I cannot install any Apache::* related modules

@INC

2002-07-29 Thread Ruslan V. Sulakov
My @INC contains WRONG directories!!! Help! How can I change @INC in perl for installing of Apache::SubProcess and other modules? At this time I cannot install any Apache::* related modules, because of bad @INC Platform: FreeBSD I have Apache::* modules installed in: /usr/local/lib/perl5/site_pe