Hi,

I am getting an error while make-ing apache
cd /software/bea/apache/source/httpd-2.2.17/srclib/apr
./configure --prefix=/software/bea/apache/apache-apr
make
make install

cd /software/bea/apache/source/httpd-2.2.17/srclib/apr-util
./configure --prefix=/software/bea/apache/apache-apr-util 
--with-apr=/software/bea/apache/apache-apr
make
make install

cd /software/bea/apache/source/httpd-2.2.17

LDFLAGS=-L/software/bea/apache/source/openssl-1.0.1c/lib 
CPPFLAGS=-I/software/bea/apache/source/openssl-1.0.1c/include  ./configure 
--prefix=/software/bea/apache/2.2.17 --with-apr=/software/bea/apache/apache-apr 
--with-apr-util=/software/bea/apache/apache-apr-util --enable-ssl 
--with-ssl=/software/bea/apache/source/openssl-1.0.1c

make
...
..
.
ns.la modules/mappers/libmod_userdir.la modules/mappers/libmod_alias.la 
modules/mappers/libmod_so.la server/mpm/prefork/libprefork.la os/unix/libos.la 
-lm /software/bea/apache/source/httpd-2.2.17/srclib/pcre/libpcre.la 
/software/bea/apache/apache-apr-util/lib/libaprutil-1.la -lexpat 
/software/bea/apache/apache-apr/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread 
-ldl
modules/ssl/.libs/libmod_ssl.a(ssl_engine_kernel.o): In function 
`ssl_callback_ServerNameIndication':
/software/bea/apache/source/httpd-2.2.17/modules/ssl/ssl_engine_kernel.c:1980: 
undefined reference to `SSL_get_servername'
modules/ssl/.libs/libmod_ssl.a(ssl_engine_kernel.o): In function 
`ssl_find_vhost':
/software/bea/apache/source/httpd-2.2.17/modules/ssl/ssl_engine_kernel.c:2063: 
undefined reference to `SSL_set_SSL_CTX'
modules/ssl/.libs/libmod_ssl.a(ssl_engine_kernel.o): In function 
`ssl_hook_Fixup':
/software/bea/apache/source/httpd-2.2.17/modules/ssl/ssl_engine_kernel.c:1139: 
undefined reference to `SSL_get_servername'
modules/ssl/.libs/libmod_ssl.a(ssl_engine_kernel.o): In function 
`ssl_hook_ReadReq':
/software/bea/apache/source/httpd-2.2.17/modules/ssl/ssl_engine_kernel.c:120: 
undefined reference to `SSL_get_servername'
modules/ssl/.libs/libmod_ssl.a(ssl_engine_vars.o): In function 
`ssl_var_lookup_ssl':
/software/bea/apache/source/httpd-2.2.17/modules/ssl/ssl_engine_vars.c:325: 
undefined reference to `SSL_get_servername'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/software/bea/apache/source/httpd-2.2.17'
make: *** [all-recursive] Error 1

Can anyone help?




Reply via email to