Hi. When I compile the apache13-mod_ssl port on FreeBSD 3.5 I get the
following errors:

cc -c -I/usr/local/include -I../os/unix -I../include
-DHARD_SERVER_LIMIT=512  -DDOCUMENT_LOCATION=\"/usr/local/www/data/\"
-DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\"
-DACCEPT_FILTER_NAME=\"httpready\" -funsigned-char -DMOD_SSL=207101 -DEAPI
-DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe `../apaci` alloc.c
alloc.c:145: parse error before `*'
alloc.c:145: warning: data definition has no type or storage class
alloc.c: In function `free_blocks':
alloc.c:323: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c:323: (Each undeclared identifier is reported only once
alloc.c:323: for each function it appears in.)
alloc.c: In function `make_sub_pool_internal':
alloc.c:502: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c: In function `ap_init_alloc_shared':
alloc.c:625: `EAPI_MM_CORE_MAXSIZE' undeclared (first use this function)
alloc.c:630: warning: assignment makes pointer from integer without a cast
alloc.c:632: warning: assignment makes pointer from integer without a cast
alloc.c: In function `ap_clear_pool':
alloc.c:678: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c: In function `ap_destroy_pool':
alloc.c:723: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c: At top level:
alloc.c:754: parse error before `ap_pool_lock_mode'
alloc.c: In function `ap_acquire_pool':
alloc.c:757: `p' undeclared (first use this function)
alloc.c:759: `mode' undeclared (first use this function)
alloc.c:759: `AP_POOL_RD' undeclared (first use this function)
alloc.c:759: `AP_MM_LOCK_RD' undeclared (first use this function)
alloc.c:759: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c: In function `ap_palloc':
alloc.c:944: `AP_MM_LOCK_RW' undeclared (first use this function)
alloc.c: In function `psprintf_flush':
alloc.c:1105: `AP_MM_LOCK_RW' undeclared (first use this function)
*** Error code 1


Can anyone help me out on what this, what patches I should apply to get it
working?

Cheers

        Nik


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to