Is this enough?

configure:14261: checking for SSL_set_cert_store
configure:14318: /openpkg/bin/cc -o conftest -O2 -pipe -I/openpkg/include -I/openpkg/include -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -L/openpkg/lib -L/openpkg/lib conftest.c
-lcrypto -lm  -lrt -L/openpkg/lib -R/openpkg/lib -lpcre  -luuid -lsendfile -lrt 
-lsocket -lnsl  -lpthread >&5
/openpkg/RPM/TMP/ccRLHMZu.o: In function `main':
conftest.c:(.text+0x4): undefined reference to `SSL_set_cert_store'
conftest.c:(.text+0xc): undefined reference to `SSL_set_cert_store'
/openpkg/RPM/TMP/ccRLHMZu.o:(.data+0x0): undefined reference to 
`SSL_set_cert_store'
collect2: ld returned 1 exit status
configure:14324: $? = 1

If needed i can put all config.log on my web server

Ralf S. Engelschall wrote:
On Mon, Jul 02, 2007, Victor G. Bolshakov wrote:

I have a problem with building Apache 2.2 with mod_ssl (all from from
current).
Build stop with wthis message:
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable
error: Bad exit status from /openpkg/RPM/TMP/rpm-tmp.31304 (%build)
It's look like openssl must be compiled as dynamic library...

I've checked under our Solaris 10/sparc64 box and it configured mod_ssl
just fine:

| checking whether to enable mod_ssl... checking dependencies
| checking for SSL/TLS toolkit base... /openpkg-dev
| 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... yes
| checking for SSL_CTX_new in -lssl... yes
| checking for ENGINE_init... yes
| checking for ENGINE_load_builtin_engines... yes
| checking for SSL_set_cert_store... no
|   adding "-R/openpkg-dev/lib" to LDFLAGS
|   forcing SSL_LIBS to "-lssl -lcrypto"
|   forcing MOD_SSL_LDADD to "$(SSL_LIBS)"
| checking whether Distcache is required... no (default)
| checking whether to enable mod_ssl... yes (default)
|   adding "-I$(top_srcdir)/modules/ssl" to INCLUDES

It later fails with a GNU libtool related issue during building, but
this is an unrelated problem (will investigate on this separately).

Can you check the httpd-2.2.4/config.log file for details why the above
SSL_set_cert_store check failed for you?
______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to