Hi,
I'm trying to install dbd::interbase on a win32 machine. I installed DBI with the PPM.pl utility, but I couldn't find dbd::interbase with the PPM.pl utility. So I went to CPAN, and I downloaded dbd::interbase. When I made the command perl makefile.pl , I got the message :
"Using DBI 1.14 installed in C:/Perl/site/lib/auto/DBI
I cannot find your Interbase installation.
DBD::InterBase cannot build or run without Interbase."
 
The first line means that makefile.pl found DBI...
the others two lines tell me that Interbase is not installed, but I have it. I went into the makefile.pl and I saw the different path to  interbase...the one that I found to be similar to mine is "$GFIX_PATH = '/Progra~1/Borland/InterB~1/bin/gfix';". But I don't have the gfix directory in the bin directory. Instead I have gfix.exe in the bin directory.
 
If someone knows what to do...,
thanks in advance
Dan

Reply via email to