All modules compiled.
make[1]: Leaving directory `/home/asb/eggdrop/eggdrop1.6.18/src/mod'
Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
Make sure you have read permissions to the lib, and make sure it's path is in your /etc/ld.so.conf if you're on a linux platform. If you need to add /usr/local/lib to /etc/ld.so.conf, you'll need to run ldconfig after adding that path.
rosc2112 wrote:Make sure you have read permissions to the lib, and make sure it's path is in your /etc/ld.so.conf if you're on a linux platform. If you need to add /usr/local/lib to /etc/ld.so.conf, you'll need to run ldconfig after adding that path.
i have root permission in my shell..and i dont have ld.so.conf in my /etc ..i have ld.so.cache and ld.so.hwcappkgs
you may need to create an /etc/ld.so.conf and add /usr/local/lib to it and then run ldconfig.. Also, don't compile or run eggdrop as root, use a normal user login and make sure it has read permissions to the libs.