Tags:
create new tag
view all tags

Question

I have two modules which show up in the configure screen as not installed.

Should these be installed with Twiki install? If not, can you provide links to get these?

If they are supposed to be installed with Twiki, then I have other issues.

I had many other warnings, but these were solved with previous help, making sure all the files were able to be read by other.

The two perl modules which have the error are;

Optional Perl Modules

Digest::SHA1 Warning: not installed. May be required for SHA1 password encoding

CGI::Session Warning: not installed. May be required for sessions

Please advise.

Thanks

Environment

TWiki version: TWikiRelease04x00x05
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux Ubuntu 2.6.15-26 (Ubuntu 6)
Web server: Apache 2.0.55
Perl version: v5.8.7
Client OS: Linux Ubuntu 2.6.15-26 (Ubuntu 6)
Web Browser: FireFox 1.5.0.8
Categories: Installation

-- DaveGritten - 14 Jan 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

These are CPAN modules which you need to install on your server.

Both are not mandatory but especially lack of CGI::Session majorly limits how well TWiki works for the users.

For RedHat which it my home turf - I always recommend installing CPANs from RPM. TWikiOnRedHat describes how to.

For Debian derived distros I would believe there are debs that can be installed. At least that is what I can see from surfing. Then it may be a simple matter of making an apt-get install libcgi-session-perl

See these links for more

Finally there is the CPAN way to install CPAN libs.

From a command line simply run

perl -MCPAN -e 'install CGI::Session'

The TWikiOnRedHat describes this pretty well and is also valid for non-redhat.

-- KennethLavrsen - 14 Jan 2007

See also HowToInstallCpanModules.

-- PeterThoeny - 14 Jan 2007

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2007-01-14 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.