https://issues.apache.org/bugzilla/show_bug.cgi?id=49034
Summary: httpd with openssl 1.0.0 and ldap modules
Product: Apache httpd-2
Version: 2.0.63
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: blocker
Priority: P2
Component: mod_ssl
AssignedTo: [email protected]
ReportedBy: [email protected]
httpd compiled fine with ssl 1.0.0 without any of the shared ldap modules, but
when they were added I could no longer compile httpd.
config.nice
"./configure" \
"--enable-layout=Apache" \
"--enable-mods-shared=all ldap auth_ldap dav dav-fs dav-lock" \
"--with-z=/usr/local" \
"--with-ldap" \
"--with-ldap-dir=/usr/local" \
"--enable-ssl" \
"--with-ssl=/usr/local/ssl" \
"--enable-suexec"
ssl_engine_init.c: In function `ssl_init_ctx_protocol':
ssl_engine_init.c:391: warning: assignment discards qualifiers from pointer
target type
ssl_engine_init.c:397: warning: assignment discards qualifiers from pointer
target type
ssl_engine_init.c: In function `ssl_init_ctx_verify':
ssl_engine_init.c:534: error: `STACK' undeclared (first use in this function)
ssl_engine_init.c:534: error: (Each undeclared identifier is reported only once
ssl_engine_init.c:534: error: for each function it appears in.)
ssl_engine_init.c:534: error: syntax error before ')' token
ssl_engine_init.c: In function `ssl_init_FindCAList':
ssl_engine_init.c:1109: warning: pointer type mismatch in conditional
expression
*** Error code 1
make: Fatal error: Command failed for target `ssl_engine_init.slo'
Current working directory /usr/local/src/httpd-2.0.63/modules/ssl
*** Error code 1
The following command caused the error:
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi; \
list=''; for i in $list; do \
target="shared-build"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-shared-build"; \
fi; \
if test "$i" != "srclib"; then \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test -f 'modules.mk'; then \
if test -n 'mod_ssl.la'; then \
echo "Building shared: mod_ssl.la"; \
if test "$made_local" != "yes"; then \
make "local-shared-build" || exit 1; \
fi; \
fi; \
fi; \
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /usr/local/src/httpd-2.0.63/modules/ssl
*** Error code 1
The following command caused the error:
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi; \
list='aaa experimental filters loggers metadata ssl http dav/main generators
dav/fs mappers'; for i in $list; do \
target="shared-build"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-shared-build"; \
fi; \
if test "$i" != "srclib"; then \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test -f 'modules.mk'; then \
if test -n ''; then \
echo "Building shared: "; \
if test "$made_local" != "yes"; then \
make "local-shared-build" || exit 1; \
fi; \
fi; \
fi; \
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /usr/local/src/httpd-2.0.63/modules
*** Error code 1
The following command caused the error:
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi; \
list='srclib os server modules support'; for i in $list; do \
target="shared-build"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-shared-build"; \
fi; \
if test "$i" != "srclib"; then \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test -f 'modules.mk'; then \
if test -n ''; then \
echo "Building shared: "; \
if test "$made_local" != "yes"; then \
make "local-shared-build" || exit 1; \
fi; \
fi; \
fi; \
if test `pwd` = "/usr/local/src/httpd-2.0.63"; then \
echo "" ; \
fi
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /usr/local/src/httpd-2.0.63
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
list=' srclib os server modules support'; \
for i in $list; do \
if test -d "$i"; then \
target="$otarget"; \
echo "Making $target in $i"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-$target"; \
fi; \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test "$otarget" = "all" && test -z 'httpd shared-build suexec'; then \
made_local=yes; \
fi; \
if test "$made_local" != "yes"; then \
make "local-$otarget" || exit 1; \
fi
make: Fatal error: Command failed for target `all-recursive'
--
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]