On Thu, Feb 04, 1999, Christian Buysschaert wrote:
>[..]
> Ralf, it seems that you added some to-be-exported functions in the
> ApacheCore.def file which he can't seem to be able to link... I'm not
> too familiar with linking so I'll try to take a closer look but if
> you could help already that would be great! ;-)
Try the appended patch, it should fix all errors in
the export files.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
Index: ApacheCore.def
===================================================================
RCS file: /e/apache/SSL/REPOS/mod_ssl/pkg.apache/src/ApacheCore.def,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ApacheCore.def 1999/01/30 12:47:16 1.2
+++ ApacheCore.def 1999/02/04 14:51:54 1.3
@@ -326,9 +326,15 @@
ap_os_is_filename_valid @319
ap_add_config_define @320
ap_global_ctx @321
- ap_ctx_get @322
- ap_ctx_set @323
- ap_hook_configure @324
- ap_hook_register @325
- ap_hook_call @326
+ ap_ctx_new @322
+ ap_ctx_get @323
+ ap_ctx_set @324
+ ap_hook_init @325
+ ap_hook_kill @326
+ ap_hook_configure @327
+ ap_hook_register_I @328
+ ap_hook_unregister_I @329
+ ap_hook_status @330
+ ap_hook_use @331
+ ap_hook_call @332
Index: support/httpd.exp
===================================================================
RCS file: /e/apache/SSL/REPOS/mod_ssl/pkg.apache/src/support/httpd.exp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- support/httpd.exp 1999/01/10 11:07:25 1.3
+++ support/httpd.exp 1999/02/04 14:51:54 1.4
@@ -357,8 +357,14 @@
top_module
ap_add_config_define
ap_global_ctx
+ap_ctx_new
ap_ctx_get
ap_ctx_set
+ap_hook_init
+ap_hook_kill
ap_hook_configure
-ap_hook_register
+ap_hook_register_I
+ap_hook_unregister_I
+ap_hook_status
+ap_hook_use
ap_hook_call
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]