[Omaha.pm] pm lister

Noel Leistad noel at metc.net
Tue Aug 16 15:53:56 PDT 2005


This is what I'm seeing, maybe I'm missing something after a frustrating 
day....

#rpm -Uvh postgrey-1.21-0.noarch.rpm
error: Failed dependencies:
         perl(BerkeleyDB) is needed by postgrey-1.21-0
         perl(Net::Server::Daemonize) is needed by postgrey-1.21-0
         perl(Net::Server::Multiplex) is needed by postgrey-1.21-0
         perl-BerkeleyDB is needed by postgrey-1.21-0
         perl-IO-Multiplex is needed by postgrey-1.21-0
         perl-Net-Server is needed by postgrey-1.21-0

#perl -MCPAN -e shell
Undefined value assigned to typeglob at (eval 15) line 15, <RC> line 11.
Warning [/etc/inputrc line 11]:
   Invalid variable `mark-symlinked-directories'

cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support enabled

cpan> install Net::Server::Daemonize
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
   Database was generated on Mon, 15 Aug 2005 23:07:58 GMT
Net::Server::Daemonize is up to date.

cpan>
cpan> install BerkeleyDB
BerkeleyDB is up to date.

cpan>
cpan> install Net::Server::Multiplex
Net::Server::Multiplex is up to date.

cpan>

So, I'm stumped. I could go through the whole list, but I think you get 
the idea...

Noel


Sean Baker wrote:
> I don't know if this will help or not:
> 
> #!/usr/bin/perl
> use File::Find;
> find(\&wanted, @INC);
> sub wanted { /\.p[m]$/ && print "$File::Find::name\n" }
> 
> A deja.com search returns gobs of other useless information....
> 
> For dependencies and Perl packages, I like to use perl -MCPAN because it
> automagically installs all of the dependencies for you..... you can
> always try that.
> 
> 0> perl -MCPAN -e 'shell'
> cpan shell -- CPAN exploration and modules installation (v1.7601)
> ReadLine support enabled
> 
> cpan> install Some::Module


-- 
/======================================\
| Noel Leistad                         |
| noel at metc.net                        |
\======================================/



More information about the Omaha-pm mailing list