Following some work, I've unistalled the libraries and now I get:

...
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
...

on the machine where kannel is not working...

I'll try to look for the gnu libiconv package...

Regards


|-----------------------------------------------------------------------------------------------------------------|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
              Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com



On Tue, Jul 14, 2009 at 9:42 PM, Alvaro Cornejo<[email protected]> wrote:
> Hi All
>
> I'm cloning a kannel instalation using latest cvs between 2 machines
> with fedora 10. In one it works well and the other gaves me the error:
>
> [u...@server1 gateway]# /usr/local/sbin/bearerbox -v 0 /etc/kannel/kannel.conf
> /usr/local/sbin/bearerbox: error while loading shared libraries:
> libiconv.so.2: cannot open shared object file: No such file or
> directory
> [u...@server1 gateway]#
>
>
>
> I get this when running ./configure in the NON working kannel:
> ...
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for iconv... yes
> checking how to link with libiconv... -liconv     <<<<<< EXTRA LINE
> not in the working box
> checking for iconv declaration...
>         extern size_t iconv (iconv_t cd, char * *inbuf, size_t
> *inbytesleft, char * *outbuf, size_t *outbytesleft);
> checking for gettimeofday... yes
> checking for select... yes
> checking for socket... yes
> ...
>
>
> And this is the ./configure result of the machine where kannel runs OK
> ...
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for iconv... yes
> checking for iconv declaration...
>         extern size_t iconv (iconv_t cd, char * *inbuf, size_t
> *inbytesleft, char * *outbuf, size_t *outbytesleft);
> checking for gettimeofday... yes
> checking for select... yes
> checking for socket... yes
> ...
>
>
> What is more extrange is that in the working kannel box I have NO
> libiconv.so.2 and in the NON working kannel I do have the refered
> library....
>
> WORKNIG BOX
> [u...@server gateway]# locate libiconv.so
> [u...@server gateway]#
>
> NON WORKING BOX:
> [r...@server1 gateway]# locate  libiconv.so
> /downloads/mbuni/libiconv-1.13/lib/.libs/libiconv.so
> /downloads/mbuni/libiconv-1.13/lib/.libs/libiconv.so.2
> /downloads/mbuni/libiconv-1.13/lib/.libs/libiconv.so.2.5.0
> /downloads/mbuni/libiconv-1.13/preload/preloadable_libiconv.so
> /downloads/mbuni/libiconv-1.13/preload/.libs/libiconv.so
> /downloads/mbuni/libiconv-1.13/preload/.libs/libiconv.so.0
> /downloads/mbuni/libiconv-1.13/preload/.libs/libiconv.so.0.0.0
> /home/prvadmin/Download/libiconv-1.12/lib/preloadable_libiconv.so
> /home/prvadmin/Download/libiconv-1.12/lib/.libs/libiconv.so
> /home/prvadmin/Download/libiconv-1.12/lib/.libs/libiconv.so.2
> /home/prvadmin/Download/libiconv-1.12/lib/.libs/libiconv.so.2.4.0
> /usr/local/lib/libiconv.so
> /usr/local/lib/libiconv.so.2
> /usr/local/lib/libiconv.so.2.4.0
> /usr/local/lib/libiconv.so.2.5.0
> /usr/local/lib/preloadable_libiconv.so
> /usr/local/src/paquetes/libiconv-1.12/lib/preloadable_libiconv.so
> /usr/local/src/paquetes/libiconv-1.12/lib/.libs/libiconv.so
> /usr/local/src/paquetes/libiconv-1.12/lib/.libs/libiconv.so.2
> /usr/local/src/paquetes/libiconv-1.12/lib/.libs/libiconv.so.2.4.0
> [r...@server1 gateway]#
>
>
> Any ideas? How can I unistall libiconv lib?
>
> Regards
>
> Alvaro
>
>
>
>
>
>
> |-----------------------------------------------------------------------------------------------------------------|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> SMS y GPRS online
>              Visitenos en www.perusms.NET www.smsglobal.com.mx y
> www.pravcom.com
>

Reply via email to