RE: mod_perl 2 - %ENV variable

2010-12-12 Thread Peram, Sudhakara
Thank you Torsten Förtsch. I am not sure what options required for Env::C module, can you please let me know if you know any specific options. Yes, I have multiple perl installations. But I am using correct installation only. Thank you in advance. --Sudhakar -Original Message- From:

Re: mod_perl 2 - %ENV variable

2010-12-12 Thread Torsten Förtsch
On Saturday, December 11, 2010 23:35:44 Peram, Sudhakara wrote: > I tried to use Env::C module, but while installing make test is failed. > Below is the make test output. > > > > Can't load 'blib/arch/auto/Env/C/C.so' for module Env::C: ld.so.1: perl: > fatal: relocation error: file blib/arch/a

Re: logging $! with $r->log_error

2010-12-12 Thread Torsten Förtsch
On Friday, December 10, 2010 17:59:23 Mark Copper wrote: >unless(open MAIL, "| /usr/sbin/sendmail -t -i -F'...' -f'...''"){ >$main::r->log_error("Couldn't open mail: $!"); >return DECLINED; >} > > namely this error: >[Thu Dec 09 16:32:44 2010] [error] [client ...] Can't call me