>>>>> "John" == John Lathrop <lathropj@stripped> writes:
John> I've installed the following:
John> Data-ShowTable-3.3
John> DBI-1.13
John> mysql-3.22.25
John> then when I tried to install Msql-Mysql-modules-1.2206 I got this...any ideas:
John> $ export LD_LIBRARY_PATH=/domains/johnlathrop.com/local_lib/mysql/lib/mysql/
John> $ /usr/local/bin/perl Makefile.PL --static --config
> PREFIX=/domains/johnlathrop.com/local_lib
John> Which drivers do you want to install?
John> 1) MySQL only
John> 2) mSQL only (either of mSQL 1 or mSQL 2)
John> 3) MySQL and mSQL (either of mSQL 1 or mSQL 2)
John> 4) mSQL 1 and mSQL 2
John> 5) MySQL, mSQL 1 and mSQL 2
John> Enter the appropriate number: [3] 1
John> Do you want to install the MysqlPerl emulation? You might keep your old
John> Mysql module (to be distinguished from DBD::mysql!) if you are concerned
John> about compatibility to existing applications! [n]
John> Where is your MySQL installed? Please tell me the directory that
John> contains the subdir 'include'. [/domains/johnlathrop.com/local_lib/mysql] /domai
John> ns/johnlathrop.com/local_lib
John> Which database should I use for testing the MySQL drivers? [test]
John> On which host is database test running (hostname, ip address
John> or host:port) [localhost]
John> User name for connecting to database test? [undef]
John> Password for connecting to database test? [undef]
John> Creating files for MySQL ....................
John> Warning: prerequisite DBI 1.08 not found at (eval 8) line 226.
John> Warning: prerequisite Data::ShowTable 0 not found at (eval 8) line 226.
John> WARNING from evaluation of /domains/johnlathrop.com/local_lib/Msql-Mysql-modules
John> -1.2206/mysql/Makefile.PL: Can't locate DBI/DBD.pm in @INC (@INC contains: lib /
John> usr/local/lib/perl5/5.00502/i386-freebsd /usr/local/lib/perl5/5.00502 /usr/local
John> /lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .)
John> at (eval 30) line 6.
John> BEGIN failed--compilation aborted at (eval 30) line 6.
John> Writing Makefile for Msql-Mysql-modules
Hi!
Did you really do make install after compiling DBI?
Check that you have a DBI.pm installed in your perl directory! You
should have someting like the following file:
/usr/local/lib/perl5/site_perl/DBI/DBD.pm
Regards,
Monty