Perl Modules for Perl 5.12

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Perl Modules for Perl 5.12

Post by cah »

Solaris 11 doesn't provide a way to install a bundle of packages for everything.
Lots of things are missing. Headers, perl modules and others.

In order to make openwebmail to work, I had added "Text-Iconv-1.7" last Friday.
When I tried to get the online dictionary to work, I had to add the folloiwing perl modules before it works!!!

Code: Select all

HTTP::Request (V)

Warning: prerequisite Encode::Locale 1 not found. (V)
Warning: prerequisite HTML::Parser 3.33 not found. ==> HTML::Parser 3.69 (V)
Warning: prerequisite HTTP::Date 6 not found. (V)
Warning: prerequisite LWP::MediaTypes 6 not found. (V)
Warning: prerequisite URI 1.10 not found. (V)

URI (V)
LWP::UserAgent (V)
Warning: prerequisite Encode::Locale 0 not found.(V)
Warning: prerequisite File::Listing 6 not found. (V)
Warning: prerequisite HTML::Entities 0 not found. ==> HTML::Parser (V)
Warning: prerequisite HTML::HeadParser 0 not found. (V)
Warning: prerequisite HTTP::Cookies 6 not found. (V)
Warning: prerequisite HTTP::Daemon 6 not found. (V)
Warning: prerequisite HTTP::Date 6 not found. (V)
Warning: prerequisite HTTP::Negotiate 6 not found. (V)
Warning: prerequisite LWP::MediaTypes 6 not found. (V)
Warning: prerequisite Net::HTTP 6 not found. (V)
Warning: prerequisite WWW::RobotRules 6 not found. (V)

HTTP::Date (V)
HTTP::Cookies (V)
LWP::MediaTypes (V)
HTTP::Daemon (V)
HTTP::Negotiate (V)
Net::HTTP (V)
WWW::RobotRules (V)

HTML::Tagset (V)

HTML::HeadParser (V)
Warning: prerequisite HTML::Tagset 3 not found.

HTML::Parser (V)
File::Listing (V)
Encode::Locale (V)

LWP::UserAgent (V)

HTTP::Request (V)
I can foresee there are still other files missing. This will have to be a complete testing cycle to catch all missing files.......
CAH, The Great
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Perl Modules for Perl 5.12 continuing episode

Post by cah »

I knew there must be other missing perl modules.
When I tried to access the wedding site, it bombed out again.
This time, it complained about missing DBI.pm.
I went ahead and got the latest DBI-1.618.tar.gz and compiled and installed it.

Then, I tried again and it failed again asking for DBD/mysql.pm.
I then went to get DBD-mysql-4.020.tar.gz and compiled and installed it.

Then, it worked.

Who knows what are still missing.........
CAH, The Great
Post Reply