PROTECTED]
Subject: DBI installation
Hello all,
I am new to linux. I need to connect to Mysql using perl. I downloaded
DBI-1.18.tar.gz, Msql-Mysql-modules-1.2216.tar.gz from
http://www.mysql.com/downloads/api-dbi.html. I don't see any installation
instruction. Could some one show me ho
Hello all,
I am new to linux. I need to connect to Mysql using perl. I downloaded
DBI-1.18.tar.gz, Msql-Mysql-modules-1.2216.tar.gz from
http://www.mysql.com/downloads/api-dbi.html. I don't see any installation
instruction. Could some one show me how to install it? Thanks for the
help.
Hello all,
I am new to linux. I was told that I need DBI::DBD to connect to Mysql
using perl. So I go to http://www.mysql.com/downloads/api-dbi.html and
downloaded DBI-1.18.tar.gz, Msql-Mysql-modules-1.2216.tar.gz. Using gunzip,
I unziped the two files. Now I have DBI-1.18.tar and
Msql-Mysq
Hi,
I have tried all night to install the perl5's DBI modue, DBI-0.68.tar.gz.
Unfortunately, it
failed to work for my system (Linux 6.0). (*_*)
The first command I issued
#perl ./Makefile.PL seemed OK
but the second command:
#make ( I received the incompatible pointer type error)
I also tried
Hi,
I am getting the following errors on compilation of DBI perl module on
solaris 8.
# make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/DBI
mkdir blib/lib/auto
mkdir blib/lib/auto/DBI
mkdir blib/man1
mkdir blib/man3
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32OD