Page 1 of 1

Problem installing NConvert on Solaris

Posted: Thu Mar 04, 2004 7:14 pm
by b83503104
I had the following problem:
$ ./nconvert
ld.so.1: ./nconvert: fatal: relocation error: file /afs/b83503104/lib/libformat.so: symbol __sqrtf: referenced symbol not found
Killed
$

After put nconvert and libformat.so.4.16 in the right places like this:

cp lib/libformat.so.${LIBVERSION} $BASEDIR/lib
rm -f $BASEDIR/lib/libformat.so
chmod 755 $BASEDIR/lib/libformat.so.${LIBVERSION}
ln -s $BASEDIR/lib/libformat.so.${LIBVERSION} BASEDIR/lib/libformat.so

Could anyone point out what I was missing?
Thanks,
David

Re: Problem installing Nconvert on Solaris

Posted: Mon Mar 08, 2004 12:48 pm
by xnview
b83503104 wrote:...
file /afs/b83503104/lib/libformat.so: symbol __sqrtf: referenced symbol not found
...
Could anyone point out what I was missing?
Which distribution do you have? Which version?
Pierre.

Posted: Tue Nov 16, 2004 3:39 pm
by PaulHamacher
$ LD_LIBRARY_PATH=/home/work/XnView/lib
$ export LD_LIBRARY_PATH

$ bin/nconvert
ld.so.1: bin/nconvert: fatal: relocation error: file /home/work/XnView/lib/libfo
rmat.so: symbol __sqrtf: referenced symbol not found

$ uname -a
SunOS omega 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-880

From ReadMe.txt : Nconvert v4.16

What is missing?
:?
Paul

Posted: Tue Nov 16, 2004 7:36 pm
by xnview
PaulHamacher wrote:$ LD_LIBRARY_PATH=/home/work/XnView/lib
$ export LD_LIBRARY_PATH

$ bin/nconvert
ld.so.1: bin/nconvert: fatal: relocation error: file /home/work/XnView/lib/libfo
rmat.so: symbol __sqrtf: referenced symbol not found

$ uname -a
SunOS omega 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-880

From ReadMe.txt : Nconvert v4.16

What is missing?
:?
Strange some users have this problem. I don't know why.
Could you send me an email, i'll send you the previous version.

has anybody gotten to the bottom of this?

Posted: Fri Jan 20, 2006 5:34 pm
by ben
I'm having the same problem with a different application.
Can't figure out how to debug it.
When I try to use dbx where after the crash, it says the application is not longer active, and it doesn't give any info on line numbers or anything.
Any body have any ideas?

Thanks
-Ben