[TLUG] Re: [TLUG] 請問如何安裝 DBI.pm
Eric Huang (黃志定)
tlug@linux.org.tw
Tue, 13 Mar 2001 09:07:28 +0800
除了 DBI 之外,還需要有 DBD Driver
可在下面位址取得
http://cpan.valueclick.com/modules/by-category/07_Database_Interfaces/DBD/Msql-Mysql-modules-1.2215.tar.gz
perl module 的安裝方式通常是:
1. 把tar檔解開
2. 切到所解開的路徑上,執行:
perl Makefile.PL
3. 再執行 make install 即可
必需先安裝 DBI 再安裝 DBD Driver
On Mon, 12 Mar 2001 07:24:58 -0000
"wong ricky" <rickykei@hotmail.com> wrote:
>
>
> http://www.mysql.com/downloads/api-dbi.html
> 你去下載
> http://www.mysql.com/Downloads/Contrib/DBI-1.14.tar.gz
> 這個吧
>
>
> >From: martin_liu@mail.ftv.com.tw
> >Reply-To: tlug@linux.org.tw
> >To: tlug@linux.org.tw
> >Subject: [TLUG] 請問如何安裝 DBI.pm
> >Date: Mon, 12 Mar 2001 15:25:26 +0800
> >
> >
> >
> >
> >小弟我的 linux 中有安裝 perl 及 mysql,但是 perl 卻沒有含 DBI.pm,請問各位
> >高手,
> >
> >我當如何取得及安裝這個模組,以支援 mysql?
> >
> >
> >
> >To Unsubscribe: send mail to majordomo@linux.org.tw
> >with "unsubscribe tlug" in the body of the message
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> To Unsubscribe: send mail to majordomo@linux.org.tw
> with "unsubscribe tlug" in the body of the message
>
To Unsubscribe: send mail to majordomo@linux.org.tw
with "unsubscribe tlug" in the body of the message