Jump to content

task::catalyst


Guest deepblue
 Share

Recommended Posts

Guest deepblue

Hello!!!!! I have to install task::catalyst in my machine (mandriva i686). I tried many times but could'nt able to do. have to do that for project.

Can anybody suggest me step by step to install task::catalyst?

Any help would be greatly appreciated.

Thanks!

 

 

[moved from Software by spinynorman - welcome aboard :)]

Link to comment
Share on other sites

Guest deepblue
What have you tried so far?

 

Here is the full installing process.............

 

 

 

[root@piyush piyush]$ perl -MCPAN -e shell

Terminal does not support AddHistory.

 

cpan shell -- CPAN exploration and modules installation (v1.7602)

ReadLine support available (try 'install Bundle::CPAN')

 

cpan> install bundle::CPAN

 

after giving this command i press yes for each dependencies

 

last part of installation is as follows.....

 

 

 

CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.44.tar.gz

 

Can't exec "/usr/bin/make": No such file or directory at

/usr/lib/perl5/5.8.8/CPAN.pm line 4565.

/usr/bin/make -- NOT OK

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Uncompress::Gunzip

Running make for P/PM/PMQS/IO-Compress-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Compress::Gzip

Running make for P/PM/PMQS/IO-Compress-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module Compress::Raw::Zlib

Running make for P/PM/PMQS/Compress-Raw-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/Compress-Raw-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Uncompress::Base

Running make for P/PM/PMQS/IO-Compress-Base-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Base-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Compress::Gzip::Constants

Running make for P/PM/PMQS/IO-Compress-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Compress::Base

Running make for P/PM/PMQS/IO-Compress-Base-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Base-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Compress::Base::Common

Running make for P/PM/PMQS/IO-Compress-Base-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Base-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running make for P/PM/PMQS/Compress-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/Compress-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Uncompress::Base

Running make for P/PM/PMQS/IO-Compress-Base-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Base-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module IO::Compress::Base

Running make for P/PM/PMQS/IO-Compress-Base-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Base-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running install for module Compress::Raw::Zlib

Running make for P/PM/PMQS/Compress-Raw-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/Compress-Raw-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

Running make for P/PM/PMQS/IO-Compress-Zlib-2.015.tar.gz

Is already unwrapped into directory /root/.cpan/build/IO-Compress-Zlib-2.015

Has already been processed within this session

Running make test

Can't test without successful make

Running make install

make had returned bad status, install seems impossible

 

how to mke that file

i tried perl Makefile.PL

 

After installation,no command is running at cpan shell

 

eg.

cpan> shell

Unknown command 'shell'. Type ? for help.

Link to comment
Share on other sites

Can't exec "/usr/bin/make": No such file or directory at

/usr/lib/perl5/5.8.8/CPAN.pm line 4565.

/usr/bin/make -- NOT OK

Sounds to me like it can't find /usr/bin/make. Check whether it's there or not, and if not you probably need to install make using urpmi.

Link to comment
Share on other sites

Guest deepblue
Sounds to me like it can't find /usr/bin/make. Check whether it's there or not, and if not you probably need to install make using urpmi.

 

yes.......its not there .

Actually i took the madriva cd from my frnd ,He is presently not

here as hollidays are goin on.

 

Is there any alternative method create that directory? or I need to download it? If yes, please tell me in which disk ( 1st, 2nd or 3rd) i can find this?

 

Thanks!!!

Edited by deepblue
Link to comment
Share on other sites

No, you run this from terminal or command line so that you can install it on your system. Just like when you ran perl above, etc. You just type it like I mentioned above, as root, and then it will install if you have internet access from this machine.

Link to comment
Share on other sites

In my opinion, a great way to have a complete build environment for compiling most things is to run this command:

urpmi rpm-build

Although this command is aimed at RPM building, it is very practical even for other things, as it has the most used tools as dependences.

 

Yves.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...