[ic] Blank page

Joachim Leidinger jojo at leidinger.net
Mon Feb 23 15:51:17 EST 2004


David Radovanovic wrote:
....
> JW,
> Here are Perl 5.8.0 mods installed on my FreeBSD server, as per UI's
> "Interchange Server Information":
> 
> Archive::Tar found (v1.00). LWP::Simple found (v1.36).
> Archive::Zip found (v1.09). MIME::Base64 found (v2.16).
> Bundle::LWP found (v1.09). Safe::Hole found (v0.08).
> Business::UPS found (v2.00). Spreadsheet::ParseExcel found (v0.2602).
> Compress::Zlib found (v1.21). Spreadsheet::WriteExcel found (v0.42).
> Crypt::SSLeay found (v0.51). Storable found (v2.04).
> DBI found (v1.40). Tie::ShadowHash found (v2.00).
> Digest::MD5 found (v2.22). Tie::Watch found (v1.1).
> Image::Size found (v2.992). URI::URL found (v5.03).
> 
> Are there any more required that I might have overlooked? Thanks for your
> help.

Hmm...here what I've.


# uname -a
FreeBSD jojospace.leidinger.net 5.2-CURRENT FreeBSD 5.2-CURRENT #15: Mon 
Jan 12 20:18:28 CET 2004 
root at jojospace.leidinger.net:/usr/src/sys/i386/compile/JOJ
OSPACE  i386

# perl -v

This is perl, v5.8.2 built for i386-freebsd
....

# grep require Makefile.PL
require ExtUtils::Install;
                 require FindBin;
require 5.005;
         require 'hints.pl';
                 require Term::ReadLine;
                 require Term::ReadLine::Perl;
                 require Term::ReadKey;
                 require IniConf;
                 require HTML::Entities;
                 require Business::UPS;
                 require Tie::ShadowHash;
                 require Business::Fedex;
                 require Storable;
                 require Digest::MD5;
                 require Safe::Hole;
                 require MIME::Base64;
                 require Storable;
                 require URI::URL;
You do not appear to have all the required modules installed. You are 
missing:
You do not appear to have all the required modules installed. You are 
missing:
                                 require Storable;
                                 require Business::UPS;
                                 require HTML::Tagset
                                 require HTML::Parser
....
# pkg_info | grep p5
p5-DBD-mysql40-2.9003 MySQL 4.0 driver for the Perl5 Database Interface 
(DBI)
p5-DBI-1.38         The perl5 Database Interface.  Required for DBD::* 
modules
p5-Date-Calc-5.3    Gregorian calendar date calculations
p5-Date-Manip-5.42a Perl5 module containing date manipulation routines
p5-Digest-1.05      Modules that calculate message digests
p5-Digest-MD5-2.33  Perl5 interface to the MD5 algorithm
p5-HTML-Parser-3.34 Perl5 module for parse HTML tag
p5-HTML-Tagset-3.03 Some useful data table in parsing HTML
p5-IO-stringy-2.108 Perl5 module for using IO handles with non-file objects
p5-Image-Size-2.992 Perl5 module to determine the size of images in 
several com
p5-MIME-Base64-3.00 Perl5 module for Base64 and Quoted-Printable encodings
p5-OLE-Storage_Lite-0.11 Perl module for OLE document interface
p5-Parse-RecDescent-1.94 A recursive descent parsing framework for Perl
p5-ReadLine-Perl-1.0203 Perl 5 module for Term::ReadLine editing without 
GNU readli
p5-SQL-Statement-1.005 A perl5 module for SQL parsing and processing
p5-Safe-Hole-0.08   Make a hole to the original main compartment in the 
Safe co
p5-Spreadsheet-ParseExcel-0.2602 Get information from Excel file
p5-Spreadsheet-WriteExcel-0.42 Write to a cross-platform Excel binary file
p5-Storable-2.08    Persistency for perl data structures
p5-Text-Balanced-1.95 Text::Balanced - extract delimited text sequences 
from stri
p5-URI-1.30         Perl5 interface to Uniform Resource Identifier (URI) 
refere
p5-XML-Parser-2.34  Perl extension interface to James Clark's XML 
parser, expat
p5-libwww-5.76      Perl5 library for WWW access
p5-type1inst-0.6.1  A script that helps install Postscript fonts in X 
Window Sy

Joachim

-- 
Hans-Joachim Leidinger | Dipl.-Phys.Ing.
[joachim at leidinger.net]
http://www.leidinger.net


More information about the interchange-users mailing list