Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Multiple Perl Releases

Multiple Perl Releases

2006-07-25       - By Albert E. Whale

 Back
Reply:     1     2     3  


In a previous thread, I am attempting to clear a problem with the Perl
Modules in a server which had multiple releases of Perl.  To document
this, I offer the following:

cd /usr/lib/perl5
[root@(protected) perl5]# ls
5.8.5/  5.8.6/  site_perl/  vendor_perl/
[root@(protected) perl5]# ls site_perl
5.8.5/  5.8.6/
[root@(protected) perl5]# ls vendor_perl/
5.8.1/  5.8.2/  5.8.3/  5.8.4/  5.8.5/  5.8.6/

I am not certain about the search characteristics of perl, but I also
offer the following:

[root@(protected) perl5]# which perl
/usr/bin/perl
[root@(protected) perl5]# ll /usr/bin/perl
lrwxrwxrwx  1 root root 5 May 25 16:12 /usr/bin/perl -> perl5*
[root@(protected) perl5]# ll /usr/bin/perl5
lrwxrwxrwx  1 root root 9 May 25 16:12 /usr/bin/perl5 -> perl5.8.6*
[root@(protected) perl5]# ll /usr/bin/perl5.8.6
-rwxr-xr-x  2 root root 10232 Dec  6  2005 /usr/bin/perl5.8.6*


Does this mean that perl ONLY loads the information in perl5, site_perl
and vendor_perl for version 5.8.6?

Can I safely remove any of the other versions?

Any help in clarifying this problem would be appreciated:

Can't locate object method "finish" via package "DBI::db" at
/var/www/html/.ServAdmin/ServerAdministrator.pm line 70.

Can anyone tell me which package is being used?

TIA

--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
ABS Computer Technology, Inc. - www.ABS-CompTech.com
SPAM Zapper - No-JunkMail.com - Spam-Zapper.com - SPAM Stops Here.


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/perl?unsub=mysql@(protected)