apache 2.2 with openssl problem

2007-10-03 Thread Piotr Skwarna
Hi

i try complie apache with my openssl

./configure --prefix=/usr/unizeto/apache22 --enable-proxy --enable-ssl
--with-ssl=/opt/NEW/openssl/

[...]
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version in -lcrypto... no
checking for SSL_CTX_new in -lssl... no
checking for ENGINE_init... no
checking for ENGINE_load_builtin_engines... no
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable

--


bash-2.03# cd /opt/NEW/openssl
bash-2.03# ls
bin  include  lib  ssl


any idea ?

--
spider[at]linux.[dot].pl


Re: apache 2.2 with openssl problem

2007-10-03 Thread Piotr



checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version in -lcrypto... no
checking for SSL_CTX_new in -lssl... no
checking for ENGINE_init... no
checking for ENGINE_load_builtin_engines... no
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable

--

Do you have set LD_LIBRARY_PATH and/or LD_RUN_PATH environment variables 
before invoking ./configure script to /opt/NEW/openssl/lib ?


Or You can modify PKG_CONFIG_PATH to autodetect libraries.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: apache 2.2 with openssl problem

2007-10-03 Thread Piotr Skwarna
2007/10/3, Piotr [EMAIL PROTECTED]:


  checking openssl/engine.h usability... yes
  checking openssl/engine.h presence... yes
  checking for openssl/engine.h... yes
  checking for SSLeay_version in -lcrypto... no
  checking for SSL_CTX_new in -lssl... no
  checking for ENGINE_init... no
  checking for ENGINE_load_builtin_engines... no
  checking for SSL_set_cert_store... no
  configure: error: ... Error, SSL/TLS libraries were missing or unusable
 
  --
 
 Do you have set LD_LIBRARY_PATH and/or LD_RUN_PATH environment variables
 before invoking ./configure script to /opt/NEW/openssl/lib ?

 Or You can modify PKG_CONFIG_PATH to autodetect libraries.


bash-2.03#  echo $LD_LIBRARY_PATH
:/usr/local/firebird/lib:/usr/local/firebird/intl:/usr/local/lib:/opt/NEW/openssl/lib/:/opt/nfast/toolkits/hwcrhk/




--
spider[at]linux.[dot].pl


Re: apache 2.2 with openssl problem

2007-10-03 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Piotr Skwarna schrieb:
 Hi
 
 i try complie apache with my openssl
 
 ./configure --prefix=/usr/unizeto/apache22 --enable-proxy --enable-ssl
 --with-ssl=/opt/NEW/openssl/
 
 [...]
 checking for OpenSSL version... checking openssl/opensslv.h usability... yes
 checking openssl/opensslv.h presence... yes
 checking for openssl/opensslv.h... yes
 checking openssl/ssl.h usability... yes
 checking openssl/ssl.h presence... yes
 checking for openssl/ssl.h... yes
 OK
 checking openssl/engine.h usability... yes
 checking openssl/engine.h presence... yes
 checking for openssl/engine.h... yes
 checking for SSLeay_version in -lcrypto... no
 checking for SSL_CTX_new in -lssl... no
 checking for ENGINE_init... no
 checking for ENGINE_load_builtin_engines... no
 checking for SSL_set_cert_store... no
 configure: error: ... Error, SSL/TLS libraries were missing or unusable
 
 any idea ?

Have a look in the file config.log.
There somewhere are the error messages configure
got when trying to link a program with libcrypto.
Theses error messages tell you what went wrong.

It may be that your OpenSSL library requires linking
of libraries that configure doesn't know about.
(libz comes to mind...)

Bye

Goetz

- --
DMCA: The greed of the few outweights the freedom of the many
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHA5Q72iGqZUF3qPYRAsEiAJsEVNPb/EKpGE0FmhDHEsWpTy1v3gCbB2Ba
kXrs+8giI/FQEgQVsSSQ5KA=
=/N0f
-END PGP SIGNATURE-
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]