Full_Name: Todd Taft
Version: 2.8.2
OS: Solaris 7
Submission from: (NULL) (63.78.179.5)


I'm having trouble building Apache with mod_ssl on my Solaris 7 system.
I'm using openssl-0.9.6a, apache-1.3.19, and mod-ssl-2.8.2-1.3.19.  gcc 2.95.3
is my compiler.
I am not using mm.
All of the previous steps seemed to work without problem.  Make test in openssl
exited without
any errors.
In the mod_ssl directory, this configure command didn't report any errors
./configure --with-apache=../apache_1.3.19   
Nor did this configure command run from the apache directory report problems:
SSL_BASE=/nokia/evaldfs1/apps/sparc_sunos57 ./configure
--prefix=/local/apps/apache --enable-module=ssl
Yet, when I try to run a make within the apache directory, it breaks down as
shown below:

$ make
===> src
make[1]: Entering directory
`/.../evaldfs1.nokia.com/fs/apps/apache/apache_1.3.19'
make[2]: Entering directory
`/.../evaldfs1.nokia.com/fs/apps/apache/apache_1.3.19/src'
===> src/os/unix
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../../apaci` os.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_cpystrn.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_execve.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_fnmatch.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_getpass.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_md5c.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_signal.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_slack.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_snprintf.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_sha1.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_checkpass.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_base64.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_hook.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_ctx.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` ap_mm.c
rm -f libap.a
ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o
ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o
ap_hook.o ap_ctx.o ap_mm.o
ranlib libap.a
<=== src/ap
===> src/main
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` gen_test_char.c
gcc  -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI -DNO_DL_NEEDED `../apaci`
-L/nokia/evaldfs1/apps/openssl/openssl-0.9.6a  -o gen_test_char gen_test_char.o 
-lsocket -lnsl  -lssl -lcrypto
./gen_test_char >test_char.h
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` gen_uri_delims.c
gcc  -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI -DNO_DL_NEEDED `../apaci`
-L/nokia/evaldfs1/apps/openssl/openssl-0.9.6a  -o gen_uri_delims
gen_uri_delims.o  -lsocket -lnsl  -lssl -lcrypto
./gen_uri_delims >uri_delims.h
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DMOD_SSL=208102 -DEAPI
-DNO_DL_NEEDED `../apaci` alloc.c
alloc.c: In function `spawn_child_core':
alloc.c:2525: `STDOUT_FILENO' undeclared (first use in this function)
alloc.c:2525: (Each undeclared identifier is reported only once
alloc.c:2525: for each function it appears in.)
alloc.c:2531: `STDIN_FILENO' undeclared (first use in this function)
alloc.c:2537: `STDERR_FILENO' undeclared (first use in this function)
make[3]: *** [alloc.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/.../evaldfs1.nokia.com/fs/apps/apache/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory
`/.../evaldfs1.nokia.com/fs/apps/apache/apache_1.3.19'
make: *** [build] Error 2

Is this a known problem?  Are there any suggested work-arounds?
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to