Mailing List Archive

Perl module problems w/ Admin UI ( just @#$%ing upgraded perl )
I have regrettably just tried to upgrade my perl to 5.6.

Now I am getting errors that I am missing some perl modules when I try to
use the admin ui.

I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks like
the modules are installed. I get the following output if I try to install
the bundle again. Anyone have any thoughts? NOTE: Error messages below.

===== begin output from bundle install ====
# perl -MCPAN -e 'install Bundle::Interchange'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
MD5 is up to date.
MIME::Base64 is up to date.
URI is up to date.
Net::FTP is up to date.
MIME::Base64 is up to date.
Digest::MD5 is up to date.
HTML::HeadParser is up to date.
LWP is up to date.
Term::ReadKey is up to date.
Term::ReadLine::Perl is up to date.
Business::UPS is up to date.
SQL::Statement is up to date.
Storable is up to date.
DBI is up to date.
Safe::Hole is up to date.
===== end output from bundle install ======

===== begin module error messages ======
Optional Module Information LWP::Simple not found. External UPS lookup
and other internet-related functions will not work.
MD5 found (v2.01).
MIME::Base64 found (v2.06).
SQL::Statement not found. IMPORTANT: UI Database editors will not work
properly.
Safe::Hole not found. IMPORTANT: SQL and some tags will not work in embedded
Perl.
Storable not found. Session and search storage will be slower.
Tie::Watch not found. Minor: cannot set watch points in catalog.cfg.
URI::URL not found. Minor: Internal HTTP server will not work.
====end module error messages ===========

-Gregg


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Perl module problems w/ Admin UI ( just @#$%ing upgraded perl ) [ In reply to ]
Quoting Gregg A. Fabbri (gafabbri@yahoo.com):
> I have regrettably just tried to upgrade my perl to 5.6.
>
> Now I am getting errors that I am missing some perl modules when I try to
> use the admin ui.
>
> I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks like
> the modules are installed. I get the following output if I try to install
> the bundle again. Anyone have any thoughts? NOTE: Error messages below.

I think Interchange is not running the same Perl you are when you type "perl".
Check the #! line in the files.....

--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.7621 fax 7501 <heins@akopia.com>

Friends don't let friends use Outlook. -- Bob Blaylock
Perl module problems w/ Admin UI ( just @#$%ing upgraded perl ) [ In reply to ]
I might halso have a related problem... Which files should I check (for the
!# line path)?

Jason


-----Original Message-----
From: interchange-users-admin@lists.akopia.com
[mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Mike Heins
Sent: Friday, January 05, 2001 6:52 AM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Perl module problems w/ Admin UI ( just @#$%ing
upgraded perl )


Quoting Gregg A. Fabbri (gafabbri@yahoo.com):
> I have regrettably just tried to upgrade my perl to 5.6.
>
> Now I am getting errors that I am missing some perl modules when I try to
> use the admin ui.
>
> I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks
like
> the modules are installed. I get the following output if I try to install
> the bundle again. Anyone have any thoughts? NOTE: Error messages below.

I think Interchange is not running the same Perl you are when you type
"perl".
Check the #! line in the files.....

--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.7621 fax 7501 <heins@akopia.com>

Friends don't let friends use Outlook. -- Bob Blaylock

_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users
Perl module problems w/ Admin UI ( just @#$%ing upgraded perl ) [ In reply to ]
I looked through all files I could find and it looks like they all refer to
/usr/bin/perl. I have also created a link to /usr/local/bin/perl which is
where I believe the perl I am using is.(if I type "which perl" I get
/usr/local/bin/perl)

I have tried reinstalling Interchange( Just a shot in the dark. I did not
really think this mattered.)

Also, I tried installing the SQL and URI bundles manually by downloading the
tar files. I am not sure if this matters or not but my perl and Interchange
installations are from RPMs. Could there be something with using a perl RPM
instead of installing directly?

-Gregg

-----Original Message-----
From: interchange-users-admin@lists.akopia.com
[mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Mike Heins
Sent: Friday, January 05, 2001 9:52 AM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Perl module problems w/ Admin UI ( just @#$%ing
upgraded perl )


Quoting Gregg A. Fabbri (gafabbri@yahoo.com):
> I have regrettably just tried to upgrade my perl to 5.6.
>
> Now I am getting errors that I am missing some perl modules when I try to
> use the admin ui.
>
> I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks
like
> the modules are installed. I get the following output if I try to install
> the bundle again. Anyone have any thoughts? NOTE: Error messages below.

I think Interchange is not running the same Perl you are when you type
"perl".
Check the #! line in the files.....

--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.7621 fax 7501 <heins@akopia.com>

Friends don't let friends use Outlook. -- Bob Blaylock

_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Perl module problems w/ Admin UI ( just @#$%ing upgraded perl ) [ In reply to ]
Wow! I did'nt know there was an interchange bundle as its not mentioned in
the doc's. Thank you very much, I tested my installation and found several
modules needed updating specifically libwww was one of them.

Troy

----- Original Message -----
From: "Gregg A. Fabbri" <gafabbri@yahoo.com>
To: "Interchange-Users" <interchange-users@minivend.com>
Sent: Friday, 05 January, 2001 06:45
Subject: [ic] Perl module problems w/ Admin UI ( just @#$%ing upgraded
perl )


> I have regrettably just tried to upgrade my perl to 5.6.
>
> Now I am getting errors that I am missing some perl modules when I try to
> use the admin ui.
>
> I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks
like
> the modules are installed. I get the following output if I try to install
> the bundle again. Anyone have any thoughts? NOTE: Error messages below.
>
> ===== begin output from bundle install ====
> # perl -MCPAN -e 'install Bundle::Interchange'
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
> MD5 is up to date.
> MIME::Base64 is up to date.
> URI is up to date.
> Net::FTP is up to date.
> MIME::Base64 is up to date.
> Digest::MD5 is up to date.
> HTML::HeadParser is up to date.
> LWP is up to date.
> Term::ReadKey is up to date.
> Term::ReadLine::Perl is up to date.
> Business::UPS is up to date.
> SQL::Statement is up to date.
> Storable is up to date.
> DBI is up to date.
> Safe::Hole is up to date.
> ===== end output from bundle install ======
>
> ===== begin module error messages ======
> Optional Module Information LWP::Simple not found. External UPS lookup
> and other internet-related functions will not work.
> MD5 found (v2.01).
> MIME::Base64 found (v2.06).
> SQL::Statement not found. IMPORTANT: UI Database editors will not work
> properly.
> Safe::Hole not found. IMPORTANT: SQL and some tags will not work in
embedded
> Perl.
> Storable not found. Session and search storage will be slower.
> Tie::Watch not found. Minor: cannot set watch points in catalog.cfg.
> URI::URL not found. Minor: Internal HTTP server will not work.
> ====end module error messages ===========
>
> -Gregg
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.225 / Virus Database: 107 - Release Date: 12/22/2000
Perl module problems w/ Admin UI ( just @#$%ing upgraded perl ) [ In reply to ]
Problem Solved.

I actually sent another message about using an RPM install of perl. For
some reason( if I get motivated I will try and find out why) the modules
from MCPAN were not being seen from the RPM installation of perl.

I went to http://rpmfind.net/linux/RPM/ and downloaded the RPMs and it is
working.

Thanks Mike. You certainly pointed me in the right direction.

-Gregg


-----Original Message-----
From: interchange-users-admin@lists.akopia.com
[mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Mike Heins
Sent: Friday, January 05, 2001 9:52 AM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Perl module problems w/ Admin UI ( just @#$%ing
upgraded perl )


Quoting Gregg A. Fabbri (gafabbri@yahoo.com):
> I have regrettably just tried to upgrade my perl to 5.6.
>
> Now I am getting errors that I am missing some perl modules when I try to
> use the admin ui.
>
> I have done % perl -MCPAN -e 'install Bundle::Interchange' and it looks
like
> the modules are installed. I get the following output if I try to install
> the bundle again. Anyone have any thoughts? NOTE: Error messages below.

I think Interchange is not running the same Perl you are when you type
"perl".
Check the #! line in the files.....

--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.7621 fax 7501 <heins@akopia.com>

Friends don't let friends use Outlook. -- Bob Blaylock

_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com