You are not logged in.
Pages: 1
Hi, I just installed weechat via pacman. and I got an error like:
Unable to load plugin
│ | "/usr/lib/weechat/plugins/spell.so": libaspell.so.15:
│ | cannot open shared object file: No such file or
│ | directory
│03:33:41 =!= | If you're trying to load a script and not a C plugin,
│ | try command to load scripts (/perl, /python, ...)
│03:33:41 =!= | Unable to load plugin
│ | "/usr/lib/weechat/plugins/lua.so": liblua.so.5.4:
│ | cannot open shared object file: No such file or
│ | directory
│03:33:41 =!= | If you're trying to load a script and not a C plugin,
│ | try command to load scripts (/perl, /python, ...)
│03:33:41 | Plugins loaded: alias, buflist, charset, exec, fifo,
│ | fset, irc, logger, perl, python, relay, script,
│ | trigger, xfermy plugins.conf file is:
#
# weechat -- plugins.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[var]
[desc]I dont know why this is happening and how to fix it. I would be greatfull for any help.
Offline
That is a nonfatal error that happend while weechat was searching for available plugins. It means you cannot use the lua and spell plugins, but everything else is fine. If you want to use these plugins, you need to install some optional dependencies as described in
pacman -Si weechatLast edited by progandy (2021-03-25 21:41:12)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
That is a nonfatal error that happend while weechat was searching for available plugins. It means you cannot use the lua and spell plugins, but everything else is fine. If you want to use these plugins, you need to install some optional dependencies as described in
pacman -Si weechat
Okay thank you, i installed the other dependencies and its solved.
Offline
Please remember to mark your thread [SOLVED] (edit the title of your first post).
Offline
Pages: 1