Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with mysqltool and blowfish crypt

Status
Not open for further replies.

summoner

Technical User
Sep 28, 2002
105
US
I'm trying to install mysqltool-0/94 on my freebsd4.6.2 box. Here is a short transcript of what transpired.

freebsd1# /usr/local/src/MysqlTool-0.94/perl Makefile.PL
Error: required module Crypt::Blowfish isn't installed. Download Crypt::Blowfish from cpan.org and run 'perl Makefile.PL' again

(hint)
su
perl -MCPAN -e shell
install Crypt::Blowfish
(/hint)

So I figure that I need to install blowfish again. The first install looked good...i give it another shot.

perl -MCPAN -e 'install Crypt::Blowfish'
glob trapped by operation mask at (eval 2) line 1.
CPAN::Index::rd_modlist('CPAN::Index', '/root/.cpan/sources/modules/ 03modlist.data.gz') called at /usr/libdata/perl/5.00503/CPAN.pm line 2586
CPAN::Index::reload('CPAN::Index') called at /usr/libdata/perl/5.00503/ CPAN.pm line 601
CPAN::exists('CPAN=HASH(0x830c24c)', 'CPAN::Module', 'Crypt::Blowfish') called at /usr/libdata/perl/5.00503/CPAN.pm line 1697
CPAN::Shell::rematein('CPAN::Shell', 'install', 'Crypt::Blowfish') called at /usr/ libdata/perl/5.00503/CPAN.pm line 1754
CPAN::Shell::install('CPAN::Shell', 'Crypt::Blowfish') called at /usr/libdata/perl/ 5.00503/CPAN.pm line 75
CPAN::AUTOLOAD('Crypt::Blowfish') called at -e line 1
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /root/.cpan/build for sizes
Going to read /root/.cpan/sources/modules/03modlist.data.gz

I am trying out Matt Simerson's qmail freebsd toaster ( and I am at the part where I install apache and all its related databases and tools (on this page towards the end is where I am,
mysqltool still gives me the same error. Any opinions? I'm following these directions precisely. Am I missing a package or something? If you need more information please lmk...thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top