Date: Mon, 14 Sep 1998 13:12:36 +0200 From: "Ralf S. Engelschall" <rse@engelschall.com> To: Antonio Nati <A.Nati@cisco.it> Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: apache-1.3.1+mod_ssl-2.0.6 Message-ID: <19980914131236.B26303@engelschall.com> In-Reply-To: <35FCDAA0.41C67EA6@cisco.it>; from Antonio Nati on Mon, Sep 14, 1998 at 10:58:08AM %2B0200 References: <35FCDAA0.41C67EA6@cisco.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980914131236.B26303>