
August 26th, 2000, 07:46 AM
|
|
Contributing User
|
|
Join Date: Aug 2000
Location: Kuwait
Posts: 47
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
After I installed MySql, DBI, and DBD::MySql I was stuck with trying to run a perl program that calls DBI that uses MySql without success. Any ideas?
This is the situation:
1. I can call DBI from my perl program without errors:
USE DBI;
2. I have installed Active Perl in a directory called perl, and installed MySql in another directory called mysql.
Should I move mysql to perl somewhere? Does anyone know what I need to do to get them to work together?
Thank you.
|