thanks for reply

i tried it several times but no result!

there is an interesting point (maybe foe me) : 

On Solaris == >

# ldd -r libsablot.so 
  libc.so.1 =>     /usr/lib/libc.so.1
  libdl.so.1 =>    /usr/lib/libdl.so.1
  /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
  symbol not found: XML_ParserCreateNS            (./libsablot.so)
  symbol not found: XML_SetElementHandler         (./libsablot.so)
  symbol not found: ceil          (./libsablot.so)
  ....
  ..

On Linux == >

# ldd -r libsablot.so 
libc.so.6 => /lib/libc.so.6 (0x70092000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x08000000)
undefined symbol: XML_ParserCreateNS    (./libsablot.so)
undefined symbol: XML_SetElementHandler (./libsablot.so)
undefined symbol: ceil  (./libsablot.so)
undefined symbol: floor (./libsablot.so)
....
..


but it is working on Linux, Not working on solaris :(

i decided a lot of things, but no result, there are a lot of 
questions on lists like this, but i can't find a useful answer for 
me...

Thanks


> Yavuz,
> all I can tell from this amount of data is that when loading 
libsablot, 
> a symbol defined in libexpat was missing. Check that libexpat.so 
was 
> built correctly and sits on your LD_LIBRARY_PATH. Hope this helps,
> 
> Tom



__________________________________________________
�CRETS�Z E-MAIL ALDINIZ MI?
T�rk�e ilk Portal  http://www.mynet.com

Reply via email to