RE: mod_perl 2 - %ENV variable

2010-12-12 Thread Peram, Sudhakara
: Torsten Förtsch [mailto:torsten.foert...@gmx.net] Sent: Sunday, December 12, 2010 3:53 AM To: modperl@perl.apache.org Cc: Peram, Sudhakara Subject: Re: mod_perl 2 - %ENV variable On Saturday, December 11, 2010 23:35:44 Peram, Sudhakara wrote: > I tried to use Env::C module, but while install

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

mod_perl 2 - %ENV variable

2010-12-11 Thread Peram, Sudhakara
Hi I am migrating a web application from mod_perl 1.21 to mod_perl 2.0.4, Apache 1.3.9 to 2.2.17 and Perl5.005 to Perl5.12.2 . Operating system is Sun Solaris 9. The problem is that in most places the %ENV variable is used to pass parameters to programs called via "system". Now these variab