※ ChatGPTを利用し、要約された質問です(原文:Mac OS X に MySQLをインストール)
Mac OS X にMySQLをインストール
このQ&Aのポイント
Mac OS X にMySQLをインストールする方法とは?
Mac OS X 10.6.8でWebサーバー構築をするためにはどうすればいいのか
MySQLへのドライバーのインストール時にmakeでエラーが発生する対処法
Mac OS X に MySQLをインストール
学習として手持ちのPC(Mac OS X 10.6.8)で、Webサーバー構築しようとしています。
(公開をするつもりはないです。)
下記サイトを参考に作業を進めています。
http://www.futomi.com/lecture/macosx/index.html
PHPとPerlは、Webブラウザから使用可能になった。
MySQLもインストールできた。(SQLコマンドで適切にレスポンスがある)
しかしPerlからMySQLへ接続ができません。
MySQLへのドライバーのインストールのログを観たら下記のようにmakeで失敗したようです。
対処方法を可能な限り具体的に知りたいです。
(当方UNIXはてんで知識がありません。)
---- 失敗のログ ここから ----
cpan[1]> install DBI
・・・・・・・・
・・・中略・・・
・・・・・・・・
Installed assemblers are:
/usr/bin/../libexec/as/x86_64/as for architecture x86_64
/usr/bin/../libexec/as/i386/as for architecture i386
/usr/bin/../libexec/as/arm/as for architecture arm
lipo: can't open input file: /var/tmp//cc8fXPV3.out (No such file or directory)
make: *** [Perl.o] Error 2
TIMB/DBI-1.616.tar.gz
/usr/bin/make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
TIMB/DBI-1.616.tar.gz : make NO
cpan[2]>
---- 失敗のログ ここまで ----
よろしくおねがいいたします。