Tiny Core Base > CorePlus

I'm unable to get irssi working. Help.

<< < (4/7) > >>

Juanito:
The location of the perl library in tc-7.x is /usr/local/lib/perl5/5.22.0/i486-linux/CORE/libperl.so

I'd guess that the irssi extension was created in a previous version of tinycore using a previous version of perl and thus is looking for the perl library in the wrong place.

toasted:
How do I point irssi to the right perl library?

coreplayer2:
Extensions have been uploaded today already, so you might try updating


Sent from my iPhone using Tapatalk

toasted:
I just tried from a fresh install and it is giving me the same error.

coreplayer2:

--- Quote from: toasted on January 15, 2017, 08:38:29 PM ---I just tried from a fresh install and it is giving me the same error.

--- End quote ---
I just tried irssi also and I can confirm,  you are not wrong :p

Ok so I successfully launched irssi after creating a symlink /usr/lib/libperl.so to the real source

Do this:

--- Code: ---sudo ln -sf /usr/local/lib/perl5/5.22.0/i486-linux/CORE/libperl.so /usr/lib/libperl.so
--- End code ---
then add " usr/lib/libperl.so " to your backup so the link will persist after a reboot


Maybe this link should be created by the perl5 startup script?? Or maybe irssi should be compiled against the tc-7 perl5 extension??
PS.  a symlink in /usr/local/lib/libperl.so does not work either
     a symlink in /usr/lib/libperl.so works


--- Code: --- Irssi v0.8.21 - http://www.irssi.org                                                                                                                                                               
19:10 -!-  ___           _
19:10 -!- |_ _|_ _ _____(_)
19:10 -!-  | || '_(_-<_-< |
19:10 -!- |___|_| /__/__/_|
19:10 -!- Irssi v0.8.21 - http://www.irssi.org
19:10 -!- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
19:10 -!- Hi there! If this is your first time using Irssi, you
19:10 -!- might want to go to our website and read the startup
19:10 -!- documentation to get you going.
19:10 -!-
19:10 -!- Our community and staff are available to assist you or
19:10 -!- to answer any questions you may have.
19:10 -!-
19:10 -!- Use the /HELP command to get detailed information about
19:10 -!- the available commands.
19:10 -!- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
19:24 Irssi commands:
19:24 accept     die         knock    notice    sconnect   unload   
19:24 action     disconnect  knockout notify    script     unnotify 
19:24 admin      echo        lastlog  op        scrollback unquery   
19:24 alias      eval        layout   oper      server     unsilence
19:24 away       exec        links    part      servlist   upgrade   
19:24 ban        flushbuffer list     ping      set        uptime   
19:24 beep       foreach     load     query     sethost    userhost 
19:24 bind       format      log      quit      silence    ver       
19:24 cat        hash        lusers   quote     squery     version   
19:24 cd         help        map      rawlog    squit      voice     
19:24 channel    hilight     me       recode    stats      wait     
19:24 clear      ignore      mircdcc  reconnect statusbar  wall     
19:24 completion info        mode     redraw    time       wallops   
19:24 connect    invite      motd     rehash    toggle     who       
19:24 ctcp       ircnet      msg      reload    topic      whois     
19:24 cycle      ison        names    resize    trace      whowas   
19:24 dcc        join        nctcp    restart   ts         window   
19:24 dehilight  kick        netsplit rmreconns unalias   
19:24 deop       kickban     network  rmrejoins unban     
19:24 devoice    kill        nick     save      unignore

--- End code ---

Interesting, but unfortunately I don't know how to use it..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version