私はMAC os x Mavericks、ダウンロード後にisoを使用しています mcrypt-2.6.8
、私はそのように(ダースのブログの推奨に従って)設定することにしました:
MACOSX_DEPLOYMENT_TARGET=10.9 CFLAGS='-O3 -fno-common -arch i386 -arch x86_64' LDFLAGS='-O3 -arch i386 -arch x86_64' CXXFLAGS='-O3 -fno-common -arch i386 -arch x86_64' ./configure --disable-dependency-tracking
私はします ./configure
それはエラーなしでうまく構築されますが、私がmcryptを使おうとするときアクセス可能なメソッドのどれもありません。大きくて長くて文字列のような./configureを実行しなかったからだと思います。それが機能しない理由です。
しかしながら!
長い文字列の./configureを使用すると、。/ configureの最後にこれが返されます。
*** Could not run libmcrypt test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means LIBMCRYPT was incorrectly installed
*** or that you have moved LIBMCRYPT since it was installed. In the latter case, you
*** may want to edit the libmcrypt-config script: /usr/local/bin/libmcrypt-config
configure: error: *** libmcrypt was not found
うーん..それは奇妙だ。私のlibmcryptが見つからないのはなぜですか?インストールしたばかりで、新しいターミナルウィンドウを開くようにしました。何が足りないの?