From owner-freebsd-questions Tue Oct 5 11:10: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inethost.cairn.org (inethost.cairn.org [165.254.126.3]) by hub.freebsd.org (Postfix) with ESMTP id 92C1414D1C for ; Tue, 5 Oct 1999 11:10:02 -0700 (PDT) (envelope-from drew@j51.com) Received: from drew (drew.cairn.org [165.254.126.15]) by inethost.cairn.org (8.8.8/8.8.8) with SMTP id OAA27968 for ; Tue, 5 Oct 1999 14:09:39 -0400 (EDT) Message-Id: <2.2.32.19991005181224.00fae5a0@inethost.cairn.org> X-Sender: tdrew@inethost.cairn.org X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 05 Oct 1999 14:12:24 -0400 To: freebsd-questions@freebsd.org From: Drew Morone Subject: compiling apache-ssl on 3.3 Release Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to compile the apache-ssl port and get the following error: cc -c -I../../os/unix -I../../include -I/usr/local/include -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe -I/usr/local/include/openssl `../../apaci` apache_ssl.c apache_ssl.c: In function `GetPrivateKey': apache_ssl.c:1162: too few arguments to function `PEM_read_RSAPrivateKey' apache_ssl.c: In function `GetCertificateAndKey': apache_ssl.c:1268: too few arguments to function `PEM_read_X509' *** Error code 1 Stop. *** Error code 1 Any clues why? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message