[PHP-users 21330]curl-7.11.1でSSL
Tak Fujimoto
t-fujimoto @ beingcorp.co.jp
2004年 4月 19日 (月) 17:29:47 JST
お世話になります、藤本と申します。
php-4.3.6がリリースされcurl-7.11.1に対応したということで
早速with-sslでインストールしようとしましたが
下記のようなライブラリーが見つからないというエラーが出てきます。
(./configureだけでsslのオプションをつけなければインストール出来、動作の問題ありません)
[試した./configure]
./configure --with-ssl=/usr/lib/
./configure --with-ssl=/usr/lib/libssl.so.0.9.6
./configure --with-ssl=/usr/bin/openssl
[エラー]
configure: error: OpenSSL libs and/or directories were not found where specified!
curlでSSLを使うのは初めてなのでおそらく初歩的なミスだと思うのですが
ライブラリーがあるディレクトリの見つけ方、インストールのこつなどがあれば
ご教授ください。
[参考]
$locate libssl
/usr/lib/libssl.so.0.9.6
$dpkg -l | grep openssl
ii openssl 0.9.6c-2.woody Secure Socket Layer (SSL) binary and related
$which openssl
/usr/bin/openssl
[環境]
apache_1.3.29
php-4.3.6
curl-7.11.1
Debian GNU/Linux 3.0
kernel 2.4.20-bf2.4
PHP-users メーリングリストの案内