05.15.08
Archlinux Ettercap GTK b0rk3n
Yes, it’s broken.
arkham ~ $ ettercap-gtk ettercap-gtk: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
ABS Solution:
mkdir -p ~/builds
cp -r /var/abs/extra/ettercap-gtk ~/builds
cd ~/builds/ettercap-gtk
makepkg -cpacman -U ettercap-gtk-NG_0.7.3-2-i686.pkg.tar.gz
B-Con said,
July 28, 2008 at 10:15
I had the same problem. An easier way is to just symlink the missing library to the new one:
sudo ln -s /usr/lib/libltdl.so.7 /usr/lib/libltdl.so.3
There’s been some discussion on the forums about the problem with libtools: http://bbs.archlinux.org/viewtopic.php?id=46146