From owner-freebsd-ports Mon Sep 14 04:32:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22156 for freebsd-ports-outgoing; Mon, 14 Sep 1998 04:32:43 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from slarti.muc.de (slarti.muc.de [193.174.4.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA22130 for ; Mon, 14 Sep 1998 04:32:34 -0700 (PDT) (envelope-from rse@en1.engelschall.com) Received: (qmail 12665 invoked by uid 66); 14 Sep 1998 11:28:57 -0000 Received: by en1.engelschall.com (Sendmail 8.9.1) id NAA26635; Mon, 14 Sep 1998 13:12:36 +0200 (CEST) Message-ID: <19980914131236.B26303@engelschall.com> Date: Mon, 14 Sep 1998 13:12:36 +0200 From: "Ralf S. Engelschall" To: Antonio Nati Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: apache-1.3.1+mod_ssl-2.0.6 Reply-To: rse@engelschall.com References: <35FCDAA0.41C67EA6@cisco.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <35FCDAA0.41C67EA6@cisco.it>; from Antonio Nati on Mon, Sep 14, 1998 at 10:58:08AM +0200 Organization: Engelschall, Germany. X-Web-Homepage: http://www.engelschall.com/ X-PGP-Public-Key: http://www.engelschall.com/ho/rse/pgprse.asc X-PGP-Fingerprint: 00 C9 21 8E D1 AB 70 37 DD 67 A2 3A 0A 6F 8D A5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Sep 14, 1998, Antonio Nati wrote: > I've tried to compile apache 1.3.1 with SS extension on my Freebsd > 2.2.5, but I have a compilation error. Following is the error I've got > from compilation. > # pwd >[...] > /usr/ports/www/apache-ssl-1.3.1/work/apache_1.3.1 > # > # make > ===> src > ===> src/os/unix > <=== src/os/unix > ===> src/ap > <=== src/ap > ===> src/main > <=== src/main > ===> src/modules > ===> src/modules/standard > cc -c -I../../os/unix -I../../include -DHARD_SERVER_LIMIT=512 > -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" > -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DSTATUS > -DMOD_SSL=200107 -I/usr/local/include -O `../../apaci` -fpic > -DSHARED_MODULE mod_auth_db.c && mv mod_auth_db.o mod_auth_db.lo > mod_auth_db.c: In function `get_db_pw': > mod_auth_db.c:157: warning: assignment makes pointer from integer > without a cast > mod_auth_db.c:163: warning: passing arg 2 from incompatible pointer type > mod_auth_db.c:163: too few arguments to function > mod_auth_db.c:169: too few arguments to function > *** Error code 1 Seems like there is a lot of confusion on your system. First you said that you tried Apache 1.3.1 + mod_ssl 2.0.6, but that's mod_ssl 2.0.7 what you try. Second there is no port named "apache-ssl-1.3.1", it's named "apache13-modssl". Your /usr/ports/www/apache-ssl-1.3.1 has to be a local variant. And third when Apache's mod_auth_db.c fails this way it indicates that your db library is the false one. It needs the old db 1.85 which is part of the system. Perhaps there is a db 2.x (which doesn't work) under /usr/local on your system. I recommend you to first check from where the db 2.x stuff comes and then retry with the current and original "apache13-modssl" port. Greetings, Ralf S. Engelschall rse@engelschall.com www.engelschall.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message