Search found 2 matches

by bernd
Thu Feb 14, 2013 5:15 pm
Forum: NConvert
Topic: Problem with nconvert / debian 6.06 / ld-2.11.3.so
Replies: 2
Views: 1086

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

Dear Pierre,

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

Bernd
by bernd
Wed Feb 13, 2013 10:18 pm
Forum: NConvert
Topic: Problem with nconvert / debian 6.06 / ld-2.11.3.so
Replies: 2
Views: 1086

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

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