John Thomas wrote:
Mad Unix wrote:
Am trying to install perl module "File::Find", but not able it gave the following
cpan[1]> install File::Find
<snip>
I made the mistake of trying to use cpan when I was young. I am now older and wiser and have read things like: http://wiki.centos.org/PackageManagement/SourceInstalls?highlight=(cpan)
I attempted this once while building a new machine. It was amazing how fast I got bogged down in dependencies. Almost none of the modules that I needed were available from the repos and as soon as I packaged up one and tried to install it, I found I needed 3 more for dependencies (which also weren't available).
I finally gave up trying to install Perl modules via Yum/rpm. I now use CPAN to install Perl packages and Yum for everything else. I find this works well for me and saves an incredible amount of time.
If someone would come up with a way to automate the dependency resolution so that I could grab and package everything at once, then I would do it, but I just don't have time to go through the download, package, install, find dependencies, download, package, install, ... process. Apparently, this is on the wishlist for cpan2rpm, but is not implemented yet.
Bowie Bailey wrote:
If someone would come up with a way to automate the dependency resolution so that I could grab and package everything at once, then I would do it,
dag has a script that does just this.
- KB
On Aug 21, 2008, at 10:00 AM, Karanbir Singh wrote:
Bowie Bailey wrote:
If someone would come up with a way to automate the dependency resolution so that I could grab and package everything at once, then I would do it,
dag has a script that does just this.
can you post a link? i've just been searching dag's site and rpmrepo.org for a while, and i can't find any such script. this would be very useful to me as well.
thanks, -steve
-- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
Steve Huff wrote:
If someone would come up with a way to automate the dependency resolution so that I could grab and package everything at once, then I would do it,
dag has a script that does just this.
can you post a link? i've just been searching dag's site and rpmrepo.org for a while, and i can't find any such script. this would be very useful to me as well.
Here we go: http://svn.rpmforge.net/svn/trunk/tools/dar/dar-perl.py
I am sure Dag will appreciate feedback and info on the script.
Am still not able to install Find_File....
On Thu, Aug 21, 2008 at 4:28 PM, Karanbir Singh mail-lists@karan.orgwrote:
Steve Huff wrote:
If someone would come up with a way to automate the dependency
resolution so that I could grab and package everything at once, then I would do it,
dag has a script that does just this.
can you post a link? i've just been searching dag's site and rpmrepo.orgfor a while, and i can't find any such script. this would be very useful to me as well.
Here we go: http://svn.rpmforge.net/svn/trunk/tools/dar/dar-perl.py
I am sure Dag will appreciate feedback and info on the script.
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Aug 21, 2008, at 11:14 AM, Mad Unix wrote:
Am still not able to install Find_File....
if i may ask, why do you need to install this module? as was noted above, it's already part of perl. do you know for certain that you need a newer version of File::Find than is already installed?
-steve
-- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
Am trying to install ftpsync-1.2.33, prerequisite [root@PowerEdge1 ftpsync-1.2.33]# cat README | grep :: - File::Find, IO::Handle - Net::FTP - File::Listing
[root@PowerEdge1 ~]# perl -version
This is perl, v5.8.8 built for x86_64-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
cpan[2]> install File::Find Running install for module 'File::Find' The most recent version "1.12" of the module "File::Find" is part of the perl-5.10.0 distribution. To install that, you need to run force install File::Find --or-- install R/RG/RGARCIA/perl-5.10.0.tar.gz Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: RGARCIA/perl-5.10.0.tar.gz : make NO isa perl
On Thu, Aug 21, 2008 at 5:33 PM, Steve Huff shuff@vecna.org wrote:
On Aug 21, 2008, at 11:14 AM, Mad Unix wrote:
Am still not able to install Find_File....
if i may ask, why do you need to install this module? as was noted above, it's already part of perl. do you know for certain that you need a newer version of File::Find than is already installed?
-steve
-- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
on 8-21-2008 8:41 AM Mad Unix spake the following:
Am trying to install ftpsync-1.2.33, prerequisite [root@PowerEdge1 ftpsync-1.2.33]# cat README | grep ::
- File::Find, IO::Handle
- Net::FTP
- File::Listing
[root@PowerEdge1 ~]# perl -version
This is perl, v5.8.8 built for x86_64-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
cpan[2]> install File::Find Running install for module 'File::Find' The most recent version "1.12" of the module "File::Find" is part of the perl-5.10.0 distribution. To install that, you need to run force install File::Find --or-- install R/RG/RGARCIA/perl-5.10.0.tar.gz Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: RGARCIA/perl-5.10.0.tar.gz : make NO isa perl
This still shows you trying to install a module that already exists. You were asked if you know for sure that you need a newer version of File::Find and you answered with a failed attempt to install it. If you want help, you will have to answer questions asked by those trying to help you.