Page 1 of 1

Problem with nconvert / debian 6.06 / ld-2.11.3.so

Posted: Wed Feb 13, 2013 10:18 pm
by bernd
Hi,

nconvert does not work for me on debian 6.0.6 (error: file not found)

I tried:

readelf -l ./nconvert | grep ld-linux
[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]

/lib64 did not exist:

-> ln -s /lib /lib64

/lib64/ld-linux-x86-64.so.2 did not exist

-> ln -s /lib64/ld-2.11.3.so /lib64/ld-linux-x86-64.so.2

In debian 6.0.4 (I think) ld-2.11.2.so was replaced by ld-2.11.3.so

ld-2.11.3.so seems to cause an error: -bash: ./nconvert: Accessing a corrupted shared library
So it seems that nconvert does not work with ld-2.11.3.so ?

best regards!

Bernd

Re: Problem with nconvert / debian 6.06 / ld-2.11.3.so

Posted: Thu Feb 14, 2013 3:11 pm
by xnview
ok, i'll try...

Re: Problem with nconvert / debian 6.06 / ld-2.11.3.so

Posted: Thu Feb 14, 2013 5:15 pm
by bernd
Dear Pierre,

thank you. my ISP reinstalled the server, now it seems to work.
best regards

Bernd