Problem with nconvert / debian 6.06 / ld-2.11.3.so
Posted: Wed Feb 13, 2013 10:18 pm
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
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