| Hi-
I just compiled and installed httrack on my Redhat box (not Fedora :) - v7.3
). There were some warnings, but nothing major from what I could see.
'configure', 'make', and 'make install' all completed successfully.
But when I try to execute httrack from the command line, I get this error:
'error while loading shared libraries: libhttrack.so.1: cannot load shared
object file: No such file or directory'
I checked the filesystem on this box, and that file is on the box:
[root@www httrack-3.40.3]# locate libhttrack.so.1
/usr/local/lib/libhttrack.so.1.0.40
/usr/local/lib/libhttrack.so.1
/usr/local/src/httrack-3.40.3/src/.libs/libhttrack.so.1.0.40
/usr/local/src/httrack-3.40.3/src/.libs/libhttrack.so.1
The environment has no problem locating the httrack binary:
[root@www httrack-3.40.3]# which httrack
/usr/local/bin/httrack
But it bombs out when I try to run it:
[root@www httrack-3.40.3]# httrack --help
httrack: error while loading shared libraries: libhttrack.so.1: cannot load
shared object file: No such file or directory
[root@www httrack-3.40.3]# httrack
httrack: error while loading shared libraries: libhttrack.so.1: cannot load
shared object file: No such file or directory
Can anyone point me in the right direction? I did a search of this forum, but
no results came up. | |