[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to only generate 4.2alpha server binaries ?
- To: hobbit (at) hswn.dk
- Subject: how to only generate 4.2alpha server binaries ?
- From: "T.J. Yang" <tj_yang (at) hotmail.com>
- Date: Mon, 08 May 2006 18:03:58 -0500
- Bcc:
I have following script and intened to only get the server related binaries
MANROOT=/opt/hobbit/man \
BARS=all \
USENEWHIST=y \
PIXELCOUNT=960 \
MAKE=/opt/bin/gmake \
INSTALLBINDIR=/opt/hobbit/server/bin \
INSTALLETCDIR=/opt/hobbit/server/etc \
INSTALLWEBDIR=/opt/hobbit/web \
INSTALLEXTDIR=/opt/hobbit/server \
INSTALLTMPDIR=/var/opt/hobbit/tmp \
INSTALLWWWDIR=/opt/hobbit/server/www ./configure --server \
--rrdinclude /opt/rrdtool12/include \
--rrdlib /opt/rrdtool12/lib \
--pcreinclude /opt/libpcre50/include \
--pcrelib /opt/libpcre50/lib \
--sslinclude /opt/libopenssl097/include \
--ssllib /opt/libopenssl097/lib \
--ldapinclude /opt/openldap2229/include \
--ldaplib /opt/openldap2229/lib \
--fping /opt/fping22/sbin/fping
But this is what I got,
bash-2.05a# ls /opt/hobbit/
client man server web
bash-2.05a#
I got binaries under /opt/hobbit/client directory also.
T.J. Yang