Amazon EC2 インスタンスを実行しており (uname -r で「3.4.43-43.43.amzn1.x86_64」が返されます)、Perl スクリプトで使用する DBD::mysql をセットアップしようとしています。
DBD::mysql を cpanm でインストールする:cpanm --sudo DBD::mysql
これにより、次のログ ファイルでエラーが返されます。
You have /usr/bin/unzip Searching DBD::mysql on cpanmetadb ...
--> Working on DBD::mysql Fetching http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.023.tar.gz
-> OK Unpacking DBD-mysql-4.023.tar.gz Entering DBD-mysql-4.023 Checking configure dependencies from META.yml Checking if you have DBI
1.08 ... Yes (1.627) Configuring DBD-mysql-4.023 Running Makefile.PL 64 lines yanked 1,1 Top
perl Makefile.PL --testuser=username
Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 479. Failed to determine directory of mysql.h. Use
perl Makefile.PL --cflags=-I<dir>
to set this directory. For details see the INSTALL.html file, section "C Compiler flags" or type
perl Makefile.PL --help Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
-> N/A
-> FAIL Configure failed for DBD-mysql-4.023. See /home/ec2-user/.cpanm/work/1373404386.28268/build.log for details.
システム全体で mysql_config を検索しようとしましたが、何も見つかりませんでした。何時間もグーグルで検索しましたが、解決策が見つかりませんでした。どんな助けでも大歓迎です!ありがとう