
bugzilla at apache
Jan 12, 2009, 2:22 PM
Post #1 of 1
(120 views)
Permalink
|
|
[Bug 46516] New: gen_test_char fails to load SSL library so
|
|
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: bugs[at]httpd.apache.org ReportedBy: mccullj[at]email.uah.edu 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: bugs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|