O_RDWR is not a valid Fcntl macro

2011-01-05 Thread Peram, Sudhakara
Hi All I am using NDBM_File to store the users information in hash format, in that to read/write and create hash file I am using O_RDWR and O_CREAT macros from Fcntl module. It is working fine for some times and few times I am getting Internal Server Error and below error message is printing in

RE: BerkeleyDB error

2011-01-05 Thread Peram, Sudhakara
Thanks Jim! --Sudhakar -Original Message- From: Jim Schueler [mailto:jschue...@eloquency.com] Sent: Monday, January 03, 2011 10:47 PM To: Peram, Sudhakara Cc: modperl@perl.apache.org Subject: RE: BerkeleyDB error The following line needs to be added to httpd.conf

RE: BerkeleyDB error

2011-01-03 Thread Peram, Sudhakara
require valid-user Where is our application name. Thank you once again for your help! --Sudhakar -Original Message- From: Jim Schueler [mailto:jschue...@tqis.com] Sent: Sunday, January 02, 2011 7:35 PM To: Peram, Sudhakara Cc: modperl@perl.apache.org; Perr

RE: BerkeleyDB error

2011-01-03 Thread Peram, Sudhakara
valid-user Where is our application name. --Sudhakar -Original Message- From: phark...@gmail.com [mailto:phark...@gmail.com] On Behalf Of Perrin Harkins Sent: Sunday, January 02, 2011 7:07 PM To: Peram, Sudhakara Cc: modperl@perl.apache.org Subject: Re: BerkeleyDB er

RE: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
Thank you Fred Moyer! -Original Message- From: Fred Moyer [mailto:f...@redhotpenguin.com] Sent: Tuesday, December 28, 2010 8:25 PM To: Peram, Sudhakara Cc: modperl@perl.apache.org Subject: Re: Constant subroutine redefined at Apache/PerlRun.pm line 360 On Tue, Dec 28, 2010 at 5:19 PM

RE: Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
with mod_perl2 also and I am getting same messages in error_log. Can you please help me to get rid of this. Regards Sudhakar -Original Message- From: Fred Moyer [mailto:f...@redhotpenguin.com] Sent: Tuesday, December 28, 2010 8:15 PM To: Peram, Sudhakara Cc: modperl@perl.apache

BerkeleyDB error

2010-12-28 Thread Peram, Sudhakara
Hi All I am migrating Perl 5.005 to 5.12.2, Apache 1.3.9 to 1.3.42, mod_perl 1.21 to 1.31 and BerkeleyDB 3.x to 5.x We are setting ENV variables through GUI and executing perl script in background through GUI. In that perl script we are using same libraries which we used in GUI scripts. I a

Constant subroutine redefined at Apache/PerlRun.pm line 360

2010-12-28 Thread Peram, Sudhakara
Hi All I am migrating Perl 5.005 to 5.12.2, Apache 1.3.9 to 1.3.42 and mod_perl 1.21 to 1.31. But I am getting following warnings in error_log file. Message in error_log: Constant subroutine Apache::ROOT::xx redefined at ~/lib/perl5/site_perl/5.12.2/sun4-solaris-64int/Apache/PerlRu

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

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