[syslog-ng]How to distribute Syslog-ng?

Balazs Scheidler bazsi@balabit.hu
Thu, 13 Feb 2003 12:40:14 +0100


On Thu, Feb 13, 2003 at 11:27:57AM +0100, EDL.Essed@belastingdienst.nl wrote:
> Hi,
> 
> I want to build Syslog-ng on one machine but use it on another.
> 
> Is it enough if I copy the binary syslog-ng and the configfile
> syslog-ng.conf?
> Or do I need more?
> 
> I want to do this for AIX and for HP-UX machines.

try using the DESTDIR feature of the makefile distributed with syslog-ng:

make DESTDIR=/tmp/staging install

this copies binary files using /tmp/staging directory as root. you only need
to tar and untar its contents on the destination host.

-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1