You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/01/12 23:22:18 UTC

DO NOT REPLY [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@httpd.apache.org
        ReportedBy: mccullj@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@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46516] gen_test_char fails to load SSL library so

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46516

Malte S. Stretz <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Malte S. Stretz <ms...@apache.org> 2011-03-21 10:47:21 EDT ---
Apache HTTP Server 1.3.x is not supported anymore and no bugs will be fixed in
the old codebase (cf.
<http://mail-archives.apache.org/mod_mbox/httpd-announce/201002.mbox/%3C20100203000334.GA19021@infiltrator.stdlib.net%3E>).
Since this bug seems to affect only 1.3.x, I'm closing it as WONTFIX.

If this bug still affects you in a recent version (version 2.2.x or the
upcoming version 2.4), please open a new bug.

Thank you for reporting the bug.

-- 
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@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org