Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Problem installing Kwiki 2

by frutsel (Novice)
on Mar 30, 2007 at 10:45 UTC ( [id://607434]=perlquestion: print w/replies, xml ) Need Help??

frutsel has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

Does anybody know anything about KWIKI 2.(http://www.kwiki.org/). I have tried to install it, but when I run the command to install the wiki, "wiki -new" it throws the following error message:

Undefined subroutine &Scalar::Util::weaken called at (eval 27) line 4.

I think that some CPAN module is missing, but I can't find the module on CPAN. Does anybody know a solution for this problem. Does anybody else have experience with kwiki 2?

Replies are listed 'Best First'.
Re: Problem installing Kwiki 2
by Steve_p (Priest) on Mar 30, 2007 at 16:31 UTC

    There are several operating systems where Scalar::Util was not getting installed correctly to. You appear to have one of them. Please install an up to date Scalar::Util from CPAN, using a "force install" if needed.



    Test your modules with bleadperl!

      rsync -avz rsync://public.activestate.com/perl-current/ .
      ./Configure -des -Dusedevel -Dprefix=/path/to/test/perl
      make test
      make install
    

    Now, please test you modules! If you have test failures that don't happen with Perl 5.8.8, send a simplified test case to

    perlbug at perl.org

Re: Problem installing Kwiki 2
by marto (Cardinal) on Mar 30, 2007 at 10:47 UTC
    I have no experience with kwiki 2, do you have Scalar::Util installed?

    Martin
Re: Problem installing Kwiki 2
by jdporter (Paladin) on Mar 30, 2007 at 13:30 UTC

    What version of Perl are you running? What's the output of perl -V ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://607434]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found