Hi,
So initially I got the error:
irssi: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
After checking to make sure I had all the irssi and perl5 dependancies, I searched the forum and found a similar post here:
http://forum.tinycorelinux.net/index.php/topic,20685.0.htmland I tried to implement the solution suggested by coreplayer2 - in this post:
http://forum.tinycorelinux.net/index.php/topic,20685.msg129078.html#msg129078the path appeared to change slightly, I'm guessing because of an updated Perl5 and possibly it varies based on the version of Tinycore (core/tinycore/x64) being used?
so I made my link with this command:
sudo ln -sf /usr/local/lib/perl5/5.26.1/i486-linux-thread-multi/CORE/libperl.so /usr/lib/libperl.so
but now when I attempt to launch irssi, I no longer get the missing libperl.so error, the new error is:
irssi: symbol lookup error: irssi: undefined symbol: PL_perl_destruct_level
and I don't know where to go from there. Help? Anyone running irssi.tcz on tinycore 9.0 without issues?
Thanks,
Binarydemon