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 are the same? have similar permissions?
Best,
Antonio Vidal Ferrer
On 09/13/2010 11:19 AM, aparna aryan wrote:
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, Antonio
Vidal Ferrer <antonio.vidal@xxxxxxxxxxxxxxxxxxxxx>
wrote:
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 LD_LIBRARY_PATH
environment variable it to your envvars file (located in your apache
bin directory). Then restart apache, and it should work.
Best,
Antonio Vidal Ferrer
On 09/13/2010 10:52 AM, aparna aryan wrote:
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: httpd: fatal: libicuucbmc.so.32: open failed: No such
file or directory at /usr/perl5/5.8.4/lib/sun4-solaris-64int/DynaLoader
.pm line 230.\n at /opt/app/ars/ovsd/perl/startup.pl line
4\nCompilation failed in
require at /opt/app/ars/ovsd/perl/startup.pl line 4.\nBEGI
N failed--compilation aborted at /opt/app/ars/ovsd/perl/startup.pl
line
4.\nCompilation failed in require at (eval 2) line 1.\n
[Mon Sep 13 09:44:06 2010] [error] Can't load Perl file:
/opt/app/ars/ovsd/perl/startup.pl for server wihvcd1.sw.ericsson.se:0,
exiting...
Please suggest me what needs to be done. Is there some thing missing
from apache end?
Thanks in advance.
|