Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 25714 invoked by uid 500); 14 Jun 2003 23:20:12 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 25680 invoked from network); 14 Jun 2003 23:20:11 -0000 Received: from orangexl.cust.2ndreality.nl (HELO mail.orangexl.nl) (213.239.135.95) by daedalus.apache.org with SMTP; 14 Jun 2003 23:20:11 -0000 Received: (qmail 97527 invoked by uid 89); 14 Jun 2003 23:20:21 -0000 Received: from cp262152-a.roose1.nb.home.nl (HELO FamHolthaus) (217.122.6.250) by orangexl.cust.2ndreality.nl with SMTP; 14 Jun 2003 23:20:21 -0000 From: "Sander Holthaus - Orange XL" To: Date: Sun, 15 Jun 2003 01:20:23 +0200 Organization: Orange XL Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C332DC.4B918DD0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] build problem from FreeBSD-ports ------=_NextPart_000_0004_01C332DC.4B918DD0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Is there anyone else who has been having problems trying to build Apache = 2 from the FreeBSD ports-collection? Since I upgraded to OpenSSL 0.97, = Apache 2 won't build anymore. =20 Below is a sample of error-output. =20 Kind Regards, Sander Holthaus =20 =20 Building shared: mod_ssl.la /bin/sh /usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr/libtool = --silent --mode=3Dcompile cc -O -pipe -DNO_IDEA -D_REENTRANT -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr/include -I/usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr-util/include -I/usr/local/include -I. = -I/usr/ports/www/apache2/work/httpd-2.0.46/os/unix -I/usr/ports/www/apache2/work/httpd-2.0.46/server/mpm/prefork -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/http -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/filters -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/proxy -I/usr/ports/www/apache2/work/httpd-2.0.46/include = -I/usr/include/openssl -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/dav/main -prefer-pic = -c mod_ssl.c && touch mod_ssl.slo In file included from /usr/include/openssl/ssl.h:179, from mod_ssl.h:125, from mod_ssl.c:60: /usr/include/openssl/kssl.h:72: krb5.h: No such file or directory In file included from /usr/include/openssl/ssl.h:179, from mod_ssl.h:125, from mod_ssl.c:60: /usr/include/openssl/kssl.h:132: syntax error before `krb5_enctype' /usr/include/openssl/kssl.h:134: syntax error before `krb5_octet' /usr/include/openssl/kssl.h:147: syntax error before = `kssl_ctx_setstring' /usr/include/openssl/kssl.h:147: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:151: syntax error before `kssl_ctx_setprinc' /usr/include/openssl/kssl.h:152: syntax error before `krb5_data' /usr/include/openssl/kssl.h:152: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:153: syntax error before `kssl_cget_tkt' /usr/include/openssl/kssl.h:153: syntax error before `krb5_data' /usr/include/openssl/kssl.h:154: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:155: syntax error before `kssl_sget_tkt' /usr/include/openssl/kssl.h:155: syntax error before `krb5_data' /usr/include/openssl/kssl.h:156: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:157: syntax error before `kssl_ctx_setkey' /usr/include/openssl/kssl.h:157: syntax error before `krb5_keyblock' /usr/include/openssl/kssl.h:157: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:159: syntax error before `context' /usr/include/openssl/kssl.h:160: syntax error before `kssl_build_principal_2' /usr/include/openssl/kssl.h:160: syntax error before `context' /usr/include/openssl/kssl.h:162: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:163: syntax error before = `kssl_validate_times' /usr/include/openssl/kssl.h:163: syntax error before `atime' /usr/include/openssl/kssl.h:164: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:165: syntax error before = `kssl_check_authent' /usr/include/openssl/kssl.h:165: syntax error before `krb5_data' /usr/include/openssl/kssl.h:166: warning: data definition has no type or storage class /usr/include/openssl/kssl.h:167: syntax error before `enctype' In file included from /usr/include/openssl/rand.h:63, from mod_ssl.h:131, from mod_ssl.c:60: /usr/include/openssl/ossl_typ.h:79: redefinition of `ASN1_INTEGER' /usr/local/include/openssl/asn1.h:241: `ASN1_INTEGER' previously = declared here /usr/include/openssl/ossl_typ.h:80: redefinition of `ASN1_ENUMERATED' /usr/local/include/openssl/asn1.h:242: `ASN1_ENUMERATED' previously = declared here /usr/include/openssl/ossl_typ.h:81: redefinition of `ASN1_BIT_STRING' /usr/local/include/openssl/asn1.h:243: `ASN1_BIT_STRING' previously = declared here /usr/include/openssl/ossl_typ.h:82: redefinition of `ASN1_OCTET_STRING' /usr/local/include/openssl/asn1.h:244: `ASN1_OCTET_STRING' previously declared here /usr/include/openssl/ossl_typ.h:83: redefinition of = `ASN1_PRINTABLESTRING' /usr/local/include/openssl/asn1.h:245: `ASN1_PRINTABLESTRING' previously declared here /usr/include/openssl/ossl_typ.h:84: redefinition of `ASN1_T61STRING' /usr/local/include/openssl/asn1.h:246: `ASN1_T61STRING' previously = declared here /usr/include/openssl/ossl_typ.h:85: redefinition of `ASN1_IA5STRING' /usr/local/include/openssl/asn1.h:247: `ASN1_IA5STRING' previously = declared here /usr/include/openssl/ossl_typ.h:86: redefinition of `ASN1_GENERALSTRING' /usr/local/include/openssl/asn1.h:248: `ASN1_GENERALSTRING' previously declared here /usr/include/openssl/ossl_typ.h:87: redefinition of = `ASN1_UNIVERSALSTRING' /usr/local/include/openssl/asn1.h:249: `ASN1_UNIVERSALSTRING' previously declared here /usr/include/openssl/ossl_typ.h:88: redefinition of `ASN1_BMPSTRING' /usr/local/include/openssl/asn1.h:250: `ASN1_BMPSTRING' previously = declared here /usr/include/openssl/ossl_typ.h:89: redefinition of `ASN1_UTCTIME' /usr/local/include/openssl/asn1.h:251: `ASN1_UTCTIME' previously = declared here /usr/include/openssl/ossl_typ.h:90: redefinition of `ASN1_TIME' /usr/local/include/openssl/asn1.h:252: `ASN1_TIME' previously declared = here /usr/include/openssl/ossl_typ.h:91: redefinition of = `ASN1_GENERALIZEDTIME' /usr/local/include/openssl/asn1.h:253: `ASN1_GENERALIZEDTIME' previously declared here /usr/include/openssl/ossl_typ.h:92: redefinition of `ASN1_VISIBLESTRING' /usr/local/include/openssl/asn1.h:254: `ASN1_VISIBLESTRING' previously declared here /usr/include/openssl/ossl_typ.h:93: redefinition of `ASN1_UTF8STRING' /usr/local/include/openssl/asn1.h:255: `ASN1_UTF8STRING' previously = declared here /usr/include/openssl/ossl_typ.h:94: redefinition of `ASN1_BOOLEAN' /usr/local/include/openssl/asn1.h:256: `ASN1_BOOLEAN' previously = declared here /usr/include/openssl/ossl_typ.h:95: redefinition of `ASN1_NULL' /usr/local/include/openssl/asn1.h:259: `ASN1_NULL' previously declared = here /usr/include/openssl/ossl_typ.h:103: redefinition of `EVP_CIPHER' /usr/local/include/openssl/evp.h:330: `EVP_CIPHER' previously declared = here /usr/include/openssl/ossl_typ.h:104: redefinition of `EVP_CIPHER_CTX' /usr/local/include/openssl/evp.h:331: `EVP_CIPHER_CTX' previously = declared here /usr/include/openssl/ossl_typ.h:105: redefinition of `EVP_MD' /usr/local/include/openssl/evp.h:276: `EVP_MD' previously declared here /usr/include/openssl/ossl_typ.h:106: redefinition of `EVP_MD_CTX' /usr/local/include/openssl/evp.h:328: `EVP_MD_CTX' previously declared = here /usr/include/openssl/ossl_typ.h:107: redefinition of `EVP_PKEY' /usr/local/include/openssl/evp.h:186: `EVP_PKEY' previously declared = here /usr/include/openssl/ossl_typ.h:109: redefinition of `X509' /usr/local/include/openssl/x509.h:280: `X509' previously declared here /usr/include/openssl/ossl_typ.h:110: redefinition of `X509_ALGOR' /usr/local/include/openssl/x509.h:130: `X509_ALGOR' previously declared = here /usr/include/openssl/ossl_typ.h:111: redefinition of `X509_CRL' /usr/local/include/openssl/x509.h:407: `X509_CRL' previously declared = here /usr/include/openssl/ossl_typ.h:112: redefinition of `X509_NAME' /usr/local/include/openssl/x509.h:176: `X509_NAME' previously declared = here /usr/include/openssl/ossl_typ.h:113: redefinition of `X509_STORE' /usr/local/include/openssl/x509_vfy.h:176: `X509_STORE' previously = declared here /usr/include/openssl/ossl_typ.h:114: redefinition of `X509_STORE_CTX' /usr/local/include/openssl/x509_vfy.h:157: `X509_STORE_CTX' previously declared here *** Error code 1 =20 Stop in /usr/ports/www/apache2/work/httpd-2.0.46/modules/ssl. *** Error code 1 =20 Stop in /usr/ports/www/apache2/work/httpd-2.0.46/modules/ssl. *** Error code 1 =20 Stop in /usr/ports/www/apache2/work/httpd-2.0.46/modules. *** Error code 1 =20 Stop in /usr/ports/www/apache2/work/httpd-2.0.46. *** Error code 1 =20 Stop in /usr/ports/www/apache2/work/httpd-2.0.46. *** Error code 1 =20 Stop in /usr/ports/www/apache2. ------=_NextPart_000_0004_01C332DC.4B918DD0 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Message
Is there anyone else who has = been having=20 problems trying to build Apache 2 from the FreeBSD ports-collection? = Since I=20 upgraded to OpenSSL 0.97, Apache 2 won't build = anymore.
 
Below = is a sample of=20 error-output.
 
Kind=20 Regards,
Sander = Holthaus
 
 
Building shared:=20 mod_ssl.la
/bin/sh=20 /usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr/libtool --silent=20 --mode=3Dcompile cc    -O -pipe -DNO_IDEA  = -D_REENTRANT=20 -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER  =20 -I/usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr/include=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/srclib/apr-util/include=20 -I/usr/local/include -I. = -I/usr/ports/www/apache2/work/httpd-2.0.46/os/unix=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/server/mpm/prefork=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/http=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/filters=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/proxy=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/include = -I/usr/include/openssl=20 -I/usr/ports/www/apache2/work/httpd-2.0.46/modules/dav/main -prefer-pic = -c=20 mod_ssl.c && touch mod_ssl.slo
In file included from=20 /usr/include/openssl/ssl.h:179,
      &n= bsp;         =20 from=20 mod_ssl.h:125,
         &= nbsp;      =20 from mod_ssl.c:60:
/usr/include/openssl/kssl.h:72: krb5.h: No such = file or=20 directory
In file included from=20 /usr/include/openssl/ssl.h:179,
      &n= bsp;         =20 from=20 mod_ssl.h:125,
         &= nbsp;      =20 from mod_ssl.c:60:
/usr/include/openssl/kssl.h:132: syntax error = before=20 `krb5_enctype'
/usr/include/openssl/kssl.h:134: syntax error before=20 `krb5_octet'
/usr/include/openssl/kssl.h:147: syntax error before=20 `kssl_ctx_setstring'
/usr/include/openssl/kssl.h:147: warning: data=20 definition has no type or storage = class
/usr/include/openssl/kssl.h:151:=20 syntax error before = `kssl_ctx_setprinc'
/usr/include/openssl/kssl.h:152:=20 syntax error before `krb5_data'
/usr/include/openssl/kssl.h:152: = warning:=20 data definition has no type or storage = class
/usr/include/openssl/kssl.h:153:=20 syntax error before `kssl_cget_tkt'
/usr/include/openssl/kssl.h:153: = syntax=20 error before `krb5_data'
/usr/include/openssl/kssl.h:154: warning: = data=20 definition has no type or storage = class
/usr/include/openssl/kssl.h:155:=20 syntax error before `kssl_sget_tkt'
/usr/include/openssl/kssl.h:155: = syntax=20 error before `krb5_data'
/usr/include/openssl/kssl.h:156: warning: = data=20 definition has no type or storage = class
/usr/include/openssl/kssl.h:157:=20 syntax error before = `kssl_ctx_setkey'
/usr/include/openssl/kssl.h:157: syntax=20 error before `krb5_keyblock'
/usr/include/openssl/kssl.h:157: = warning: data=20 definition has no type or storage = class
/usr/include/openssl/kssl.h:159:=20 syntax error before `context'
/usr/include/openssl/kssl.h:160: syntax = error=20 before `kssl_build_principal_2'
/usr/include/openssl/kssl.h:160: = syntax error=20 before `context'
/usr/include/openssl/kssl.h:162: warning: data = definition=20 has no type or storage class
/usr/include/openssl/kssl.h:163: syntax = error=20 before `kssl_validate_times'
/usr/include/openssl/kssl.h:163: syntax = error=20 before `atime'
/usr/include/openssl/kssl.h:164: warning: data = definition has=20 no type or storage class
/usr/include/openssl/kssl.h:165: syntax = error before=20 `kssl_check_authent'
/usr/include/openssl/kssl.h:165: syntax error = before=20 `krb5_data'
/usr/include/openssl/kssl.h:166: warning: data definition = has no=20 type or storage class
/usr/include/openssl/kssl.h:167: syntax error = before=20 `enctype'
In file included from=20 /usr/include/openssl/rand.h:63,
      &n= bsp;         =20 from=20 mod_ssl.h:131,
         &= nbsp;      =20 from mod_ssl.c:60:
/usr/include/openssl/ossl_typ.h:79: redefinition = of=20 `ASN1_INTEGER'
/usr/local/include/openssl/asn1.h:241: `ASN1_INTEGER'=20 previously declared here
/usr/include/openssl/ossl_typ.h:80: = redefinition of=20 `ASN1_ENUMERATED'
/usr/local/include/openssl/asn1.h:242: = `ASN1_ENUMERATED'=20 previously declared here
/usr/include/openssl/ossl_typ.h:81: = redefinition of=20 `ASN1_BIT_STRING'
/usr/local/include/openssl/asn1.h:243: = `ASN1_BIT_STRING'=20 previously declared here
/usr/include/openssl/ossl_typ.h:82: = redefinition of=20 `ASN1_OCTET_STRING'
/usr/local/include/openssl/asn1.h:244:=20 `ASN1_OCTET_STRING' previously declared=20 here
/usr/include/openssl/ossl_typ.h:83: redefinition of=20 `ASN1_PRINTABLESTRING'
/usr/local/include/openssl/asn1.h:245:=20 `ASN1_PRINTABLESTRING' previously declared=20 here
/usr/include/openssl/ossl_typ.h:84: redefinition of=20 `ASN1_T61STRING'
/usr/local/include/openssl/asn1.h:246: = `ASN1_T61STRING'=20 previously declared here
/usr/include/openssl/ossl_typ.h:85: = redefinition of=20 `ASN1_IA5STRING'
/usr/local/include/openssl/asn1.h:247: = `ASN1_IA5STRING'=20 previously declared here
/usr/include/openssl/ossl_typ.h:86: = redefinition of=20 `ASN1_GENERALSTRING'
/usr/local/include/openssl/asn1.h:248:=20 `ASN1_GENERALSTRING' previously declared=20 here
/usr/include/openssl/ossl_typ.h:87: redefinition of=20 `ASN1_UNIVERSALSTRING'
/usr/local/include/openssl/asn1.h:249:=20 `ASN1_UNIVERSALSTRING' previously declared=20 here
/usr/include/openssl/ossl_typ.h:88: redefinition of=20 `ASN1_BMPSTRING'
/usr/local/include/openssl/asn1.h:250: = `ASN1_BMPSTRING'=20 previously declared here
/usr/include/openssl/ossl_typ.h:89: = redefinition of=20 `ASN1_UTCTIME'
/usr/local/include/openssl/asn1.h:251: `ASN1_UTCTIME'=20 previously declared here
/usr/include/openssl/ossl_typ.h:90: = redefinition of=20 `ASN1_TIME'
/usr/local/include/openssl/asn1.h:252: `ASN1_TIME' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:91: redefinition of=20 `ASN1_GENERALIZEDTIME'
/usr/local/include/openssl/asn1.h:253:=20 `ASN1_GENERALIZEDTIME' previously declared=20 here
/usr/include/openssl/ossl_typ.h:92: redefinition of=20 `ASN1_VISIBLESTRING'
/usr/local/include/openssl/asn1.h:254:=20 `ASN1_VISIBLESTRING' previously declared=20 here
/usr/include/openssl/ossl_typ.h:93: redefinition of=20 `ASN1_UTF8STRING'
/usr/local/include/openssl/asn1.h:255: = `ASN1_UTF8STRING'=20 previously declared here
/usr/include/openssl/ossl_typ.h:94: = redefinition of=20 `ASN1_BOOLEAN'
/usr/local/include/openssl/asn1.h:256: `ASN1_BOOLEAN'=20 previously declared here
/usr/include/openssl/ossl_typ.h:95: = redefinition of=20 `ASN1_NULL'
/usr/local/include/openssl/asn1.h:259: `ASN1_NULL' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:103: redefinition of=20 `EVP_CIPHER'
/usr/local/include/openssl/evp.h:330: `EVP_CIPHER' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:104: redefinition of=20 `EVP_CIPHER_CTX'
/usr/local/include/openssl/evp.h:331: = `EVP_CIPHER_CTX'=20 previously declared here
/usr/include/openssl/ossl_typ.h:105: = redefinition of=20 `EVP_MD'
/usr/local/include/openssl/evp.h:276: `EVP_MD' previously = declared=20 here
/usr/include/openssl/ossl_typ.h:106: redefinition of=20 `EVP_MD_CTX'
/usr/local/include/openssl/evp.h:328: `EVP_MD_CTX' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:107: redefinition of=20 `EVP_PKEY'
/usr/local/include/openssl/evp.h:186: `EVP_PKEY' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:109: redefinition of=20 `X509'
/usr/local/include/openssl/x509.h:280: `X509' previously = declared=20 here
/usr/include/openssl/ossl_typ.h:110: redefinition of=20 `X509_ALGOR'
/usr/local/include/openssl/x509.h:130: `X509_ALGOR' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:111: redefinition of=20 `X509_CRL'
/usr/local/include/openssl/x509.h:407: `X509_CRL' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:112: redefinition of=20 `X509_NAME'
/usr/local/include/openssl/x509.h:176: `X509_NAME' = previously=20 declared here
/usr/include/openssl/ossl_typ.h:113: redefinition of=20 `X509_STORE'
/usr/local/include/openssl/x509_vfy.h:176: `X509_STORE'=20 previously declared here
/usr/include/openssl/ossl_typ.h:114: = redefinition of=20 `X509_STORE_CTX'
/usr/local/include/openssl/x509_vfy.h:157: = `X509_STORE_CTX'=20 previously declared here
*** Error code 1
 
Stop = in=20 /usr/ports/www/apache2/work/httpd-2.0.46/modules/ssl.
*** Error code=20 1
 
Stop = in=20 /usr/ports/www/apache2/work/httpd-2.0.46/modules/ssl.
*** Error code=20 1
 
Stop = in=20 /usr/ports/www/apache2/work/httpd-2.0.46/modules.
*** Error code=20 1
 
Stop = in=20 /usr/ports/www/apache2/work/httpd-2.0.46.
*** Error code=20 1
 
Stop = in=20 /usr/ports/www/apache2/work/httpd-2.0.46.
*** Error code=20 1
 
Stop = in=20 /usr/ports/www/apache2.
------=_NextPart_000_0004_01C332DC.4B918DD0--