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
Problem installing NConvert on Solaris
Moderators: helmut, XnTriq, xnview
Re: Problem installing Nconvert on Solaris
Which distribution do you have? Which version?b83503104 wrote:...
file /afs/b83503104/lib/libformat.so: symbol __sqrtf: referenced symbol not found
...
Could anyone point out what I was missing?
Pierre.
-
- Posts: 1
- Joined: Tue Nov 16, 2004 3:27 pm
$ 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
$ 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
Strange some users have this problem. I don't know why.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?
Could you send me an email, i'll send you the previous version.
Pierre.
has anybody gotten to the bottom of this?
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
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