You are not logged in.

#1 2021-03-25 21:36:34

leventkaya
Member
Registered: 2019-12-28
Posts: 8

weechat plugin error

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, xfer

my 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

#2 2021-03-25 21:39:48

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: weechat plugin error

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

Last edited by progandy (2021-03-25 21:41:12)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#3 2021-03-25 21:42:16

leventkaya
Member
Registered: 2019-12-28
Posts: 8

Re: weechat plugin error

progandy wrote:

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

#4 2021-03-25 22:18:36

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: weechat plugin error

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB