Installing on Mac OS X
I want to install syslog-ng on Mac OS X v. 10.2.2 but am getting stuck on the configure script. I did not want to install libol. So, from the syslog-ng directory, I ran "./configure --with -libol=path" with path being the path to the libol folder. The output seems to go fine until it reaches the step "checking libol version". It can't find the libol-config file. Does anybody have any suggestion, or has anybody compiled syslog-ng on Mac OS X. Thanks, Ken Toney ktoney@tiff.org
On Tue, Dec 10, 2002 at 12:32:56PM -0500, Ken Toney wrote:
I want to install syslog-ng on Mac OS X v. 10.2.2 but am getting stuck on the configure script. I did not want to install libol. So, from the syslog-ng directory, I ran "./configure --with -libol=path" with path being the path to the libol folder. The output seems to go fine until it reaches the step "checking libol version". It can't find the libol-config file. Does anybody have any suggestion, or has anybody compiled syslog-ng on Mac OS X.
You have to build libol, i.e. "./configure && make" in the libol dir but no "make install". Then run "./configure --with -libol=path" from the syslog-ng source dir. -- Nate Campi http://www.campin.net "It is better to deserve honours and not have them than to have them and not deserve them." - Samuel Clemens
On Tue, Dec 10, 2002 at 09:42:27AM -0800, Nate Campi wrote:
On Tue, Dec 10, 2002 at 12:32:56PM -0500, Ken Toney wrote:
syslog-ng directory, I ran "./configure --with -libol=path" with path ...
You have to build libol, i.e. "./configure && make" in the libol dir but no "make install". Then run "./configure --with -libol=path" from the syslog-ng source dir.
please note that --with-libol must be written with no spaces between 'with' and '-libol' -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
On Tue, Dec 10, 2002 at 11:28:51PM +0100, Balazs Scheidler wrote:
On Tue, Dec 10, 2002 at 09:42:27AM -0800, Nate Campi wrote:
On Tue, Dec 10, 2002 at 12:32:56PM -0500, Ken Toney wrote:
syslog-ng directory, I ran "./configure --with -libol=path" with path ...
You have to build libol, i.e. "./configure && make" in the libol dir but no "make install". Then run "./configure --with -libol=path" from the syslog-ng source dir.
please note that --with-libol must be written with no spaces between 'with' and '-libol'
D'oh! I actually cut and pasted his error without paying attention. Sorry, that's more than likely to be your problem Ken. -- Nate Campi http://www.campin.net I have a spelling checker It came with my PC; It plainly marks four my revue Mistakes I cannot sea. I've run this poem threw it, I'm sure your pleased too no, Its letter perfect in it's weigh, My checker tolled me sew. -Janet Minor "Hardware: the parts of a computer that can be kicked." -Jeff Pesis
participants (3)
-
Balazs Scheidler
-
Ken Toney
-
Nate Campi