You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by hunter <th...@gmail.com> on 2005/07/25 05:21:51 UTC

[users@httpd] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

My WIN32 build of Apache 2.0.54 fails with the following error while
compiling with OpenSSL 0.9.8

mod_ssl.c
ssl_engine_config.c
ssl_engine_dh.c
ssl_engine_init.c
ssl_engine_io.c
ssl_engine_kernel.c
ssl_engine_log.c
ssl_engine_mutex.c
ssl_engine_pphrase.c
ssl_engine_pphrase.c(684) : error C2065: 'PEM_F_DEF_CALLBACK' :
undeclared identifier
ssl_engine_rand.c
ssl_engine_vars.c
ssl_expr.c
ssl_expr_eval.c
ssl_expr_parse.c
ssl_expr_scan.c
ssl_scache.c
ssl_scache_dbm.c
ssl_scache_shmcb.c
ssl_scache_shmht.c
ssl_util.c
Generating Code...
Compiling...
ssl_util_ssl.c
ssl_util_table.c
Generating Code...
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\MVS\VC98\bin\NMAKE.EXE' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\MVS\VC98\bin\NMAKE.EXE' : return code '0x2'
Stop.

Any suggestions?

Chris Lewis

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.54 WIN32 compile error with OpenSSL 0.9.8

Posted by Joe A <jo...@gmail.com>.
165 <http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#165>
#ifndef PEM_F_DEF_CALLBACK
<http://lxr.webperf.org/ident.cgi?i=PEM_F_DEF_CALLBACK>
166 <http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#166>
#define PEM_F_DEF_CALLBACK
<http://lxr.webperf.org/ident.cgi?i=PEM_F_DEF_CALLBACK> PEM_F_DEF_CB
167 <http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#167>
#endif


http://lxr.webperf.org/source.cgi/modules/ssl/ssl_toolkit_compat.h#179

On 7/24/05, hunter <th...@gmail.com> wrote:
> 
> My WIN32 build of Apache 2.0.54 fails with the following error while
> compiling with OpenSSL 0.9.8
> 
> mod_ssl.c
> ssl_engine_config.c
> ssl_engine_dh.c
> ssl_engine_init.c
> ssl_engine_io.c
> ssl_engine_kernel.c
> ssl_engine_log.c
> ssl_engine_mutex.c
> ssl_engine_pphrase.c
> ssl_engine_pphrase.c(684) : error C2065: 'PEM_F_DEF_CALLBACK' :
> undeclared identifier
> ssl_engine_rand.c
> ssl_engine_vars.c
> ssl_expr.c
> ssl_expr_eval.c
> ssl_expr_parse.c
> ssl_expr_scan.c
> ssl_scache.c
> ssl_scache_dbm.c
> ssl_scache_shmcb.c
> ssl_scache_shmht.c
> ssl_util.c
> Generating Code...
> Compiling...
> ssl_util_ssl.c
> ssl_util_table.c
> Generating Code...
> NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'C:\MVS\VC98\bin\NMAKE.EXE' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'C:\MVS\VC98\bin\NMAKE.EXE' : return code '0x2'
> Stop.
> 
> Any suggestions?
> 
> Chris Lewis
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
>