TWiki: Can't find/install plugins
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TurnKey Linux |
Fix Released
|
Medium
|
Alon Swartz | ||
11.x |
Fix Committed
|
Undecided
|
Unassigned | ||
12.x |
Fix Released
|
Medium
|
Alon Swartz |
Bug Description
When when clicking on 'find extensions' in the TWiki appliance (v11.0):
Error accessing TWiki.org: Incomplete headers This is most likely because the LWP CPAN module isn't installed.
Reported by gurpal2000 (http://
Partial fix is to install LWP (libwww-perl) Perl module: apt-get install libwww-perl
There is still an issue however (see http://
The bug report includes a workaround which has been reported to work in TKL:
Workaround until fixed: Remove the -T switch from twiki/bin/
#!/usr/bin/perl -w
Changed in turnkeylinux: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in turnkeylinux: | |
status: | Fix Committed → Fix Released |
Thanks for reporting the issue, and providing workarounds. I've committed a fix and will be included in the upcoming release.
To fix currently deployed appliances the following is required:
* Install the missing dependency:
apt-get update
apt-get install libwww-perl
* Workaround insecure dependency checking in configure by removing -T from shebang twiki/bin/ configure
sed -i "s|\-wT|-w|" /var/www/