xserver
Home クッキー及びWeb ビーコンについて



Perlモジュールのインストール[ DBI/DBD ]

Perlモジュールのインストール

Perlモジュールのインストール方法について解説していきます。




■DBIのダウンロード

Version DBI-1.39
Homepage http://www.cpan.org/
Download http://search.cpan.org/~timb/DBI/
Install DBI-1.39.tar.gz

■DBDのダウンロード

Version DBD-mysql-2.9003
Homepage http://www.cpan.org/
Download http://search.cpan.org/dist/DBD-mysql/
Install DBD-mysql-2.9003

■DBD-Pkgのダウンロード

Version DBD-Pg-1.31
Homepage http://www.cpan.org/
Download http://search.cpan.org/~dwheeler/DBD-Pg/
Install DBD-Pg-1.31.tar.gz

■Data-Dumperのダウンロード

Version Data-Dumper-2.121
Homepage http://www.cpan.org/
Download http://search.cpan.org/~ilyam/Data-Dumper/
Install Data-Dumper-2.121.tar.gz

■Msql-Mysql-modulesのダウンロード

Version Msql-Mysql-modules-1.2219
Homepage http://www.cpan.org/
Download http://search.cpan.org/~jwied/Msql-Mysql-modules/
Install Msql-Mysql-modules-1.2219.tar.gz



■Data-Dumperのインストール

$ cd /usr/local/src
$ tar xzvf Data-Dumper-2.121.tar.gz
$ cd Data-Dumper-2.121
$ perl Makefile.PL
$ make
$ make test
# make install

■DBI のインストール

$ cd /usr/local/src
$ tar xzvf DBI-1.39.tar.gz
$ cd DBI-1.39
$ perl Makefile.PL
$ make
$ make test
# make install

■DBD のインストール

$ cd /usr/local/src
$ tar xzvf DBD-mysql-2.9003.tar.gz
$ cd DBD-mysql-2.9003
$ perl Makefile.PL
$ make
$ make test
# make install

■DBD-Pkg のインストール

$ cd /usr/local/src
$ tar xzvf DBD-Pg-1.31.tar.gz
$ cd DBD-Pg-1.31
$ perl Makefile.PL
$ make
$ make test
# make install

■Msql-Mysql-modulesのインストール

 Makefile.PL 実行時に、どのドライバをインストールするか聞かれますが、mSQLを使うのでなければ1番を選択してください。

$ cd /usr/local/src
$ tar xzvf Msql-Mysql-modules-1.2219.tar.gz
$ cd Msql-Mysql-modules-1.2219
# perl Makefile.PL
Which drivers do you want to install?

1) MySQL only
2) mSQL only (either of mSQL 1 or mSQL 2)
3) MySQL and mSQL (either of mSQL 1 or mSQL 2)

4) mSQL 1 and mSQL 2
5) MySQL, mSQL 1 and mSQL 2

Enter the appropriate number: [3] 1[ ENTER }



MySQLPerlエミュレーションをインストールするかどうか聞かれますが、よほどの古いMySQLを使用しているのでなければデフォルトで、no を選択します。その他、いろいろと質問されますが、各自環境に合わせて答えていってください。

Do you want to install the MysqlPerl emulation? You might keep your old
Mysql module (to be distinguished from DBD::mysql!) if you are concerned
about compatibility to existing applications! [n]

Where is your MySQL installed? Please tell me the directory that
contains the subdir 'include'. [/usr/local/mysql]
Which database should I use for testing the MySQL drivers? [test]

On which host is database freeshopdb running (hostname, ip address
or host:port) [localhost]
User name for connecting to database freeshopdb? [undef] kororo
Password for connecting to database freeshopdb? [undef] ***********
Creating files for MySQL ....................
Checking if your kit is complete...
Looks good
Using DBI 1.39 installed in
/usr/lib/perl5/site_perl/5.8.5/i386-linux/auto/DBI
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules

$ make
$ make test
# make install







TOPに戻る

Sponcerd Link


Search
 
Web サイト内
Rental Server

【レンタルサーバのXbit】 低価格・高品質のビジネスクオリティー。300メガ1,050円~30分で サービススタート可能!


容量300MB、月額125円、高性能なサーバが日本最大級のバックボーンに直結。
さくらのレンタルサーバ



当サイトはLinux自宅サーバーの構築を目的としたサイトです。
当サイトに関するご意見、ご要望等は、こちらのメールアドレスよりお願いします。
Beginning | Introduction | Installation | Server |
Security | Tips | Related-Sites
Copyright©2003-2006 KORO All Rights Reserved.
総計:
今日:
昨日: