Ticket #26208 (new defect)
WeeChat 0.3.2 double plugins
| Reported by: | f.p.verhoog@… | Owned by: | nefar@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | Cc: | sewebster@… | |
| Port: | weechat |
Description
in the plugins folder of weechat "/opt/local/lib/weechat/plugins/" are symlinks of the original plugins and the original plugins. Like symlink "alias.so" and the plugin "alias.0.so". wich gives errors at startup of weechat. the symlinks should be removed or the plugins should be in another folder.
Change History
comment:1 Changed 3 years ago by jmr@…
- Cc f.p.verhoog@… removed
- Owner changed from macports-tickets@… to milosh@…
- Keywords plugins removed
comment:2 Changed 3 years ago by sewebster@…
Isn't that a usual way of setting up shared object files? With a bunch of different links I mean. Anyway, I get the same warnings. You can stop them from appearing by changing the extension line of the plugins section of ~/.weechat/weechat.conf to:
extension = ".0.so"
Note: See
TracTickets for help on using
tickets.


Please remember to cc the maintainer, and note that you do not need to be in cc when you are the reporter.