https://issues.apache.org/bugzilla/show_bug.cgi?id=46516
Summary: gen_test_char fails to load SSL library so
Product: Apache httpd-1.3
Version: 1.3.41
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [email protected]
Solaris 10, building Apache Server 1.3.41. Following is configure statement:
SSL_BASE=/usr/local/ssl ./configure \
"--prefix=/apps/httpd" \
"--with-layout=Apache" \
"--activate-module=src/modules/php4/libphp4.a" \
"--enable-module=rewrite" \
"--activate-module=src/modules/extra/mod_security" \
"--enable-module=security" \
"--enable-module=ssl" \
Build fails here:
===> src/main
gcc -c -I../os/unix -I../include -DSOLARIS2=2100 -DMOD_SSL=208131 -DEAPI
-DNO_DL_NEEDED `../apaci` gen_test_char.c
gcc -DSOLARIS2=2100 -DMOD_SSL=208131 -DEAPI -DNO_DL_NEEDED `../apaci`
-L/usr/local/ssl/lib -o gen_test_char gen_test_char.o -R/usr/ucblib
-R/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6 -R/usr/local/lib
-L/usr/ucblib -L/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6 -L/usr/local/lib
-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4
-L/usr/ucblib -L/usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6 -L/usr/local/lib
-lpng -lz -ljpeg -lz -lresolv -lm -lnsl -lsocket -lgcc -lsocket -lnsl
-lpthread -lssl -lcrypto -lexpat
./gen_test_char >test_char.h
ld.so.1: gen_test_char: fatal: libssl.so.0.9.8: open failed: No such file or
directory
Killed
Build process should include -R/$SSL_BASE/lib on compile of gen_test_char so
that the library will be found. Worked around this by setting LD_LIBRARY_FLAGS
to /usr/local/ssl/lib and re-running the make.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]