| How to match up the library ELF class to have httrack run on 64-bit OpenSuse
Leap 42.1?
=====
OpenSuse Leap 42.1 puts me in a loop:
1. Leap 42.1 installs httrack-3.48.19-5
2. It fails:
unable to find the library libhttrack.so.2.
3. Add a link to the library:
ln -s /usr/lib64/libhttrack.so.2 /usr/lib/libhttrack.so.2
Now:
httrack: error while loading shared libraries:
libhttrack.so.2: wrong ELF class: ELFCLASS64
4. So we install an older version but it has the same problem: wrong ELF
class.
5. So try a 32 bit version. No luck it wouldn't run:
httrack: symbol lookup error: httrack: undefined symbol: abortLog__
6. Upgrade the 32-bit installation. This changes it back to x64 architecture.
Same problem, go to 2. above.
How to match up the library ELF class to have httrack run on 64-bit OpenSuse
Leap 42.1?
TIA, Andy | |