Re: [us...@httpd] Unable to load perl file

2010-09-14 Thread aparna aryan
Hello antonio, our perl script is being loaded from httpd.conf file. PerlRequire "/opt/app/ars/ovsd/perl/startup.pl" PerlModule ModPerl::Registry PerlModule Apache2::compat PerlModule Apache2::ServerRec PerlModule WIH::CaseExchange SetHandler modperl Perl

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
The error that i receive : [Tue Sep 14 08:48:01 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for module ARS: ld.so.1: httpd: fatal: libicuucbmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
We are relocating our application from old servers to new servers. We have freshly installed apache and perl. but ars related *.so and lib files are copied as it is from old server, then we are receiving these errors. I guess we are just missing some soft link to where the modules are present.

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread Nick Kew
On Mon, 13 Sep 2010 17:27:57 +0530 aparna aryan wrote: > There are many paths where libicuucbmc.so.32 is defined. How do i know if > the ARS.so is using a file from which location. > I have tried adding LD_LIBRARY_PATH but stil it gave me errors. > Thanks for your help in advance... I've no ide

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread Antonio Vidal Ferrer
Try ldd ARS.so Best, Antonio Vidal Ferrer On 09/13/2010 01:57 PM, aparna aryan wrote: > From this error : > [Mon Sep 13 13:56:05 2010] [error] Can't load > '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' > for modul > e ARS: ld.so.1: httpd: fatal: libicuuc

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread Antonio Vidal Ferrer
Verify if you have two or more copies of the library. Also check (a common issue in solaris) that you have only one php installed (many installations has two versions: Default installed with solaris, and Installed, generally compiled by sysadmin/developer. User running apache, and user testing php

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
>From this error : [Mon Sep 13 13:56:05 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for modul e ARS: ld.so.1: httpd: fatal: libicuucbmc.so.32: open failed: No such file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoa

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
after adding the LD_LIBRARY_PATH : I am receiving the following error : ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Per l_Gthr_key_ptr: referenced symbol not found On Mon, Sep 13, 2010 at 2:35 PM, Ant

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread Antonio Vidal Ferrer
Hi, Seems that apache is starting without the LD_LIBRARY_PATH correctly set. (look that the problem is that your ARS.so needs a library libicuucbmc.so.32 and it is not able to find it. To solve, check what your LD_LIBRARY_PATH is in your command line (where your .pl works) and then Add/Modify the

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
and when i add the path of the lib where the libicuucbmc.so.32 is located. I receive the following error : ld.so.1: httpd: fatal: relocation error: file /opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so: symbol Per l_Gthr_key_ptr: referenced symbol not found On Mo

Re: [us...@httpd] Unable to load perl file

2010-09-13 Thread aparna aryan
Hello, After adding the path in @INC, I am not receiving the file not found errors, How every I have started receiving the following error : [Mon Sep 13 09:44:06 2010] [error] Can't load '/opt/pgm/perl/5.10.0/lib/site_perl/5.10.0/sun4-solaris-thread-multi/auto/ARS/ARS.so' for modul e ARS: ld.so.1

Re: [us...@httpd] Unable to load perl file

2010-09-12 Thread Rainer Jung
On 12.09.2010 06:50, aparna aryan wrote: hi , When trying to restart the server, For the following error we recieve...we have tried pasting the files that apache is giving " file not found " in the path where the startup.pl ie the perl script is running.It is able to pic up f

Re: [us...@httpd] Unable to load perl file

2010-09-11 Thread aparna aryan
hi , When trying to restart the server, For the following error we recieve...we have tried pasting the files that apache is giving " file not found " in the path where the startup.pl ie the perl script is running.It is able to pic up from the current directory, but it is unable to pic up the files

Re: [us...@httpd] Unable to load perl file

2010-09-09 Thread aparna aryan
hi I want a path to be include in @INC. Can you please tell me how to include it. because the path the files are listed and the perl tying to fetch and givving file not found is not included in @INC. Can we try to include that path in @INC. Please suggest. On Wed, Sep 8, 2010 at 10:16 PM,

Re: [us...@httpd] Unable to load perl file

2010-09-08 Thread Doug McNutt
At 12:05 +0530 9/8/10, aparna aryan wrote: > Here there are some variable missing. Please let us know if there is some > issue in defining any variable. The differences in environment variables are not your problem. It does look as though you are the root user on the new system. If you were roo

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread aparna aryan
Hello Doug, Thanks for your reply, Here is the output from the old and new server : *old server : * bash# > perl -e 'foreach $f (@INC){print "$f\n";}' /usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4 /usr/perl5/

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 09:51 -0600 9/7/10, Doug McNutt wrote: >At 12:20 +0530 9/7/10, aparna aryan wrote: >Hi Doug, > >We don't see PERL5LIB set in old installation. >Is there any other way to check what paths are included in @INC in old server? Rule one. Don't type stuff you haven't tested. Try these to find conte

Re: [us...@httpd] Unable to load perl file

2010-09-07 Thread Doug McNutt
At 12:20 +0530 9/7/10, aparna aryan wrote: Hi Doug, We don't see PERL5LIB set in old installation. Is there any other way to check what paths are included in @INC in old server? On your old server. It can still run a shell, I hope. As a simple perl script #! /usr/bin/perl print @INC; or perhaps

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hi Doug, We don't see PERL5LIB set in old installation. Is there any other way to check what paths are included in @INC in old server? On Mon, Sep 6, 2010 at 8:40 PM, Doug McNutt wrote: > At 17:53 +0530 9/6/10, aparna aryan wrote: > Hello Krist, > > We are relocating the old server to new serve

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Doug McNutt
At 17:53 +0530 9/6/10, aparna aryan wrote: Hello Krist, We are relocating the old server to new server, We have just copied the httpd.conf file from the old one. and even the ARS.pm file is in the same location as on the old server. Can you pls help me in adding the locationin @INC Did you hav

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello Krist, We are relocating the old server to new server, We have just copied the httpd.conf file from the old one. and even the ARS.pm file is in the same location as on the old server. Can you pls help me in adding the locationin @INC On Mon, Sep 6, 2010 at 5:50 PM, Krist van Besien wrote:

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Krist van Besien
On Mon, Sep 6, 2010 at 1:39 PM, aparna aryan wrote: > Please suggest us what needs to be done. Just look carefully at the error message, as it litterally says what is missing: Can't locate ARS.pm in @INC Either the ARS:pm is not present, or present in a directory not included on @INC. It's up t

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello Eric, >From the error, Will we be able to know what perl prerequisite is missing? On Mon, Sep 6, 2010 at 5:20 PM, Eric Covener wrote: > On Mon, Sep 6, 2010 at 7:39 AM, aparna aryan > wrote: > > Hello All, > > > > bash-3.00# less error_log > > [Fri Aug 20 11:48:41 2010] [error] Can't loca

Re: [us...@httpd] Unable to load perl file

2010-09-06 Thread Eric Covener
On Mon, Sep 6, 2010 at 7:39 AM, aparna aryan wrote: > Hello All, > > bash-3.00# less error_log > [Fri Aug 20 11:48:41 2010] [error] Can't locate ARS.pm in @INC (@INC > contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/sun4-solaris-64int >  /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-s

[us...@httpd] Unable to load perl file

2010-09-06 Thread aparna aryan
Hello All, bash-3.00# less error_log [Fri Aug 20 11:48:41 2010] [error] Can't locate ARS.pm in @INC (@INC contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/sun4-solaris-64int /usr/perl5/5.8.4/lib /usr/perl5/site_perl/5.8.4/sun4-solaris-64int /usr/perl5/site_perl/5.8.4 /usr/perl5/site_perl /us

Re: [us...@httpd] Unable to load perl file

2010-08-10 Thread Rich Bowen
On Aug 10, 2010, at 5:49 AM, aparna aryan wrote: We have installed apache(Apache/2.2.10) and we have a .pl file that is being loaded in httpd.conf. When we are trying to restart the server, We receive the following error : [Tue Aug 10 11:34:31 2010] [error] Can't locate ARS.pm in @INC (@

[us...@httpd] Unable to load perl file

2010-08-10 Thread aparna aryan
We have installed apache(Apache/2.2.10) and we have a .pl file that is being loaded in httpd.conf. When we are trying to restart the server, We receive the following error : [Tue Aug 10 11:34:31 2010] [error] Can't locate ARS.pm in @INC (@INC contains: /opt/app/ars/ovsc/perl /usr/perl5/5.8.4/lib/