I am total newbie if it comes about Linux, but the thing is that I have Debian Linux on my server where I keep my webpages and I need to run NConvert on it.
So, I copied the Linux x86 version on my server and tried to launch it via Putty. But it showed that:
Code: Select all
./nconvert: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Code: Select all
./nconvert: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./libstdc++.so.6)
./nconvert: /lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by ./libstdc++.so.6)
But this message appears everytime:
Code: Select all
./nconvert: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./libstdc++.so.6)
Please help me and provide some links to that version of that library or maybe a nconvert version that doesn't require such libs.
Thanks in advance.