Hi All
I did remove carrierroute from the excluded modules and I did recompile, all went smooth however when I try to run the server with the module loaded I get this error :
fatal: relocation error: file carrierroute.so: symbol cfg_init: referenced symbol not found
echo $LD_LIBRARY_PATH /opt/csw/mysql5/lib/mysql/:/opt/csw/lib/:/opt/csw/include/:/opt/csw/incl ude/openssl/:/usr/local/lib/
find /usr/ -name "*confuse*"
/usr/local/include/confuse.h /usr/local/lib/libconfuse.a /usr/local/lib/libconfuse.la /usr/local/lib/libconfuse.so /usr/local/lib/libconfuse.so.0 /usr/local/lib/libconfuse.so.0.0.0
Please advice.
On Tuesday 20 January 2009, Ali Jawad wrote:
Hi All
I did remove carrierroute from the excluded modules and I did recompile, all went smooth however when I try to run the server with the module loaded I get this error :
fatal: relocation error: file carrierroute.so: symbol cfg_init: referenced symbol not found
echo $LD_LIBRARY_PATH /opt/csw/mysql5/lib/mysql/:/opt/csw/lib/:/opt/csw/include/:/opt/csw/incl ude/openssl/:/usr/local/lib/
find /usr/ -name "*confuse*"
/usr/local/include/confuse.h /usr/local/lib/libconfuse.a /usr/local/lib/libconfuse.la /usr/local/lib/libconfuse.so /usr/local/lib/libconfuse.so.0 /usr/local/lib/libconfuse.so.0.0.0
Hi Ali,
strange. Can you give the version of the 'confuse' library, and the output of 'ldd carrierroute.so' (adapt to the location of your carrierroute.so module)?
Cheers,
Henning
confuse-2.6-sol10-sparc-local.gz
bash-3.00# ldd -d /usr/local/lib/libconfuse.so libintl.so.8 => /opt/csw/lib//libintl.so.8 libiconv.so.2 => /opt/csw/lib//libiconv.so.2 libsec.so.1 => /usr/lib/libsec.so.1 libc.so.1 => /usr/lib/libc.so.1 libgcc_s.so.1 => /usr/local/lib//libgcc_s.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
Thanks for the help
-----Original Message----- From: Henning Westerholt [mailto:henning.westerholt@1und1.de] Sent: 2009-01-20 13:14 To: users@lists.kamailio.org Cc: Ali Jawad Subject: Re: [Kamailio-Users] Problem With Carrierroute on Solaris
On Tuesday 20 January 2009, Ali Jawad wrote:
Hi All
I did remove carrierroute from the excluded modules and I did recompile, all went smooth however when I try to run the server with the module loaded I get this error :
fatal: relocation error: file carrierroute.so: symbol cfg_init: referenced symbol not found
echo $LD_LIBRARY_PATH /opt/csw/mysql5/lib/mysql/:/opt/csw/lib/:/opt/csw/include/:/opt/csw/in cl ude/openssl/:/usr/local/lib/
find /usr/ -name "*confuse*"
/usr/local/include/confuse.h /usr/local/lib/libconfuse.a /usr/local/lib/libconfuse.la /usr/local/lib/libconfuse.so /usr/local/lib/libconfuse.so.0 /usr/local/lib/libconfuse.so.0.0.0
Hi Ali,
strange. Can you give the version of the 'confuse' library, and the output of 'ldd carrierroute.so' (adapt to the location of your carrierroute.so module)?
Cheers,
Henning
On Tuesday 20 January 2009, Ali Jawad wrote:
confuse-2.6-sol10-sparc-local.gz
I use version 2.5 on my machine, but according to the library changelog this should be no problem.
bash-3.00# ldd -d /usr/local/lib/libconfuse.so
I meant the carrierroute.so module file. Take a look at the "loadmodule" statement in your configuration to get the location.
Cheers,
Henning
ldd carrierroute.so libc.so.1 => /lib/libc.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
Thanks
-----Original Message----- From: Henning Westerholt [mailto:henning.westerholt@1und1.de] Sent: 2009-01-20 13:26 To: Ali Jawad Cc: users@lists.kamailio.org Subject: Re: [Kamailio-Users] Problem With Carrierroute on Solaris
On Tuesday 20 January 2009, Ali Jawad wrote:
confuse-2.6-sol10-sparc-local.gz
I use version 2.5 on my machine, but according to the library changelog this should be no problem.
bash-3.00# ldd -d /usr/local/lib/libconfuse.so
I meant the carrierroute.so module file. Take a look at the "loadmodule"
statement in your configuration to get the location.
Cheers,
Henning