Since you've done the 'make', you can write your own test script before the install, by including a 'use lib' statement to the directory you've built DBD::mysql in. E.g.:
Those paths may not be exactly correct, of course... :-)use lib qw( /path/to/src/DBD-mysql.0.0.1/blib/lib /path/to/src/DBD-mysql.0.0.1/blib/arch ); use DBI; etc...
In reply to Re: Installing DBD::mysql
by runrig
in thread Installing DBD::mysql
by bnanaboy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |