Search found 1 match

by b83503104
Thu Mar 04, 2004 7:14 pm
Forum: NConvert
Topic: Problem installing NConvert on Solaris
Replies: 4
Views: 2853

Problem installing NConvert on Solaris

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 ...