Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 17:58:48 +0100
From:      Roman Neuhauser <neuhauser@mobil.cz>
To:        questions@FreeBSD.ORG
Subject:   Re: Options on ports make?
Message-ID:  <20011030175848.F9584@roman.mobil.cz>
In-Reply-To: <E1D38FF7-CD54-11D5-BA19-0050E4050F42@home.com>
References:  <E1D38FF7-CD54-11D5-BA19-0050E4050F42@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 30 Oct 2001 08:40:52 -0800
> Subject: Options on ports make?
> From: sabine225@home.com
> To: questions@FreeBSD.ORG
> 
> I need PHP installed with a zillion options. Can I do this and still use 
> the ports install? Where is the documentation for such a thing?
> 
>  ./configure --with-apxs=/usr/sbin/apxs --enable-ftp --with-xml
> --with-dom --enable-trans-sid --with-config-file-path=/etc/httpd
> --with-mysql=/usr --with-pgsql=/usr --enable-inline-optimization
> --with-ttf --with-qtdom --with-gd --enable-gd-native-ttf
> --with-imap --includedir=/usr --with-openssl=/usr --with-zlib-dir=/usr
> --with-openssl=shared,/usr

    You should be able to use
    > make install CONFIGURE_ARGS+="<your configure args>"

    I suggest reading the makefile first, though.
    HTH
-- 
Roman
 
FreeBSD 4.4-STABLE
5:57PM up 7 days, 4:40, 16 users, load averages: 0.01, 0.11, 0.17

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011030175848.F9584>