in reply to Re^5: error catching in mongodb and perl
in thread error catching in mongodb and perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: error catching in mongodb and perl
by marto (Cardinal) on Nov 10, 2014 at 09:30 UTC | |
They want you to provide a suitable level of information. Try a manual build as detailed in the INSTALL. | [reply] |
by praveenchappa (Acolyte) on Nov 10, 2014 at 12:46 UTC | |
i could not intall MongoDB using cpan ,for maual istall perl Makefile.pl its saying 'file or directory not found',the error list while installing cpan MongoDb is as Below
| [reply] [d/l] |
by Loops (Curate) on Nov 10, 2014 at 13:10 UTC | |
Am guessing your version of Perl is too old? Your DWIM Perl comes with 5.14. Just spun up a Windows box here and installed Strawberry Perl : Version 5.20.1.1 32bit and then "cpanm MongoDB" installed fine. If you're able to install Strawberry, hopefully that'd solve the problem for you. | [reply] |
by Anonymous Monk on Nov 11, 2014 at 01:11 UTC | |
by praveenchappa (Acolyte) on Nov 10, 2014 at 12:59 UTC | |
error while installing MongoDB through cpan
| [reply] [d/l] |