[PATCH] Fix for double initialization of silc plugin in irssi (resulting in duplication of "action" messsages)
Skywing
Skywing at valhallalegends.com
Thu Mar 27 18:14:19 CET 2008
Ah! That makes much more sense :) Thanks for the expanded explanation. Verified that this is indeed what is happening on my system (bogus symlink is there between libfe_silc.so ->libfe_common_silc.so).
- S
-----Original Message-----
From: Jochen Eisinger [mailto:jochen at penguin-breeder.org]
Sent: Thursday, March 27, 2008 1:06 PM
To: Skywing
Cc: Pekka Riikonen; silc-devel at lists.silcnet.org
Subject: Re: [PATCH] Fix for double initialization of silc plugin in irssi (resulting in duplication of "action" messsages)
Hi,
looking at the 1.1.4 tarball, it's not fixed :(. But it should be...
The problem is that the apps/irssi/src/fe-common/silc/Makefile.am at the
bottom creates a link from fe_common_silc.so to fe_silc.so. Therefore,
irssi loads the fe module twice, and all messages are printed twice etc.
This fix is required for some versions of irssi which would only look
for fe_silc.so.
regards
-- jochen
More information about the silc-devel
mailing list