|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-07
/
unknown directive no matter what on Mac OS X
[
Legal crap: GPL+OpenSSL / Adam Borowski ... ]
[
Config Problem? / Mike Withers ... ]
unknown directive no matter what on Mac OS X
"Carl-Johan Kihlbom" <kihlbom(at)gmail.com> |
2006-07-03 16:25:25 |
[ SNIP ]
|
I've just installed Pound 2.0.9 from source on Mac OS X Server 10.4.7.
The installation went fine, no problems, but I can't start Pound. When
I try I get this:
pound: unknown directive "ListenHTTP" - aborted
No matter what my pound.cfg looks like, I always get the unknown
directive error. Seems like it isn't parsed correctly.
I checked the output of ./configure and make, and it seems to link to
pcreposix properly.
Any ideas how I can fix this?
Thanks,
CJ Kihlbom
|
|
|
Re: [Pound Mailing List] unknown directive no matter what on Mac OS X
"Michael J. Tubby G8TIC" <mike.tubby(at)thorcom.co.uk> |
2006-07-03 17:05:06 |
[ SNIP ]
|
How about running it through 'gdb' (or whatever debugger your MacOSX has)
and setting a breakpoint just before the error and then going and prodding
it with
a big pointy stick :o)
Mike
----- Original Message -----
From: "Carl-Johan Kihlbom" <kihlbom(at)gmail.com>
To: <pound(at)apsis.ch>
Sent: Monday, July 03, 2006 3:25 PM
Subject: [Pound Mailing List] unknown directive no matter what on Mac OS X
> I've just installed Pound 2.0.9 from source on Mac OS X Server 10.4.7.
> The installation went fine, no problems, but I can't start Pound. When
> I try I get this:
>
> pound: unknown directive "ListenHTTP" - aborted
>
> No matter what my pound.cfg looks like, I always get the unknown
> directive error. Seems like it isn't parsed correctly.
>
> I checked the output of ./configure and make, and it seems to link to
> pcreposix properly.
>
> Any ideas how I can fix this?
>
> Thanks,
>
> CJ Kihlbom
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
> http://www.apsis.ch/pound/pound_list/archive/2006/2006-07/1151936725000
>
|
|
|
Re: [Pound Mailing List] unknown directive no matter what on Mac OS X
Rune Saetre <rune.saetre(at)netcom-gsm.no> |
2006-07-03 17:47:18 |
[ SNIP ]
|
Hi
Can it be a charset problem?
You can try to do "hexdump -C pound.cfg" and see if there are any
invisible or utf8-encoded characters. I would guess pound isn't to fond of
those.
Rune
---
Rune Sætre <rune.saetre(at)netcom-gsm.no>
NetCom as
..
On Mon, 3 Jul 2006, Michael J. Tubby G8TIC wrote:
> How about running it through 'gdb' (or whatever debugger your MacOSX has)
> and setting a breakpoint just before the error and then going and prodding it
> with
> a big pointy stick :o)
>
> Mike
>
>
> ----- Original Message ----- From: "Carl-Johan Kihlbom"
<kihlbom(at)gmail.com>
> To: <pound(at)apsis.ch>
> Sent: Monday, July 03, 2006 3:25 PM
> Subject: [Pound Mailing List] unknown directive no matter what on Mac OS X
>
>
>> I've just installed Pound 2.0.9 from source on Mac OS X Server 10.4.7.
>> The installation went fine, no problems, but I can't start Pound. When
>> I try I get this:
>>
>> pound: unknown directive "ListenHTTP" - aborted
>>
>> No matter what my pound.cfg looks like, I always get the unknown
>> directive error. Seems like it isn't parsed correctly.
>>
>> I checked the output of ./configure and make, and it seems to link to
>> pcreposix properly.
>>
>> Any ideas how I can fix this?
>>
>> Thanks,
>>
>> CJ Kihlbom
>>
>> --
>> To unsubscribe send an email with subject 'unsubscribe' to
pound(at)apsis.ch.
>> Please contact roseg(at)apsis.ch for questions.
>> http://www.apsis.ch/pound/pound_list/archive/2006/2006-07/1151936725000
>>
>
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
>
http://www.apsis.ch/pound/pound_list/archive/2006/2006-07/1151936725000/1151939106000
>
|
|
|
Re: Re: [Pound Mailing List] unknown directive no matter what on Mac OS X
"Carl-Johan Kihlbom" <kihlbom(at)gmail.com> |
2006-07-04 00:03:37 |
[ SNIP ]
|
Nope, no UTF-8 characters. I've tried several different config files,
all with the same result. It seems that the RegExps aren't working
correctly.
/ CJ
On 7/3/06, Rune Saetre <rune.saetre(at)netcom-gsm.no> wrote:
> Hi
>
> Can it be a charset problem?
>
> You can try to do "hexdump -C pound.cfg" and see if there are any
> invisible or utf8-encoded characters. I would guess pound isn't to fond of
> those.
>
> Rune
>
> ---
> Rune Sætre <rune.saetre(at)netcom-gsm.no>
> NetCom as
> ..
>
> On Mon, 3 Jul 2006, Michael J. Tubby G8TIC wrote:
>
> > How about running it through 'gdb' (or whatever debugger your MacOSX has)
> > and setting a breakpoint just before the error and then going and prodding
it
> > with
> > a big pointy stick :o)
> >
> > Mike
> >
> >
> > ----- Original Message ----- From: "Carl-Johan Kihlbom"
<kihlbom(at)gmail.com>
> > To: <pound(at)apsis.ch>
> > Sent: Monday, July 03, 2006 3:25 PM
> > Subject: [Pound Mailing List] unknown directive no matter what on Mac OS X
> >
> >
> >> I've just installed Pound 2.0.9 from source on Mac OS X Server 10.4.7.
> >> The installation went fine, no problems, but I can't start Pound. When
> >> I try I get this:
> >>
> >> pound: unknown directive "ListenHTTP" - aborted
> >>
> >> No matter what my pound.cfg looks like, I always get the unknown
> >> directive error. Seems like it isn't parsed correctly.
> >>
> >> I checked the output of ./configure and make, and it seems to link to
> >> pcreposix properly.
> >>
> >> Any ideas how I can fix this?
> >>
> >> Thanks,
> >>
> >> CJ Kihlbom
|
|
|
Re: Re: Re: [Pound Mailing List] unknown directive no matter what on Mac OS X
"Carl-Johan Kihlbom" <kihlbom(at)gmail.com> |
2006-07-04 00:37:52 |
[ SNIP ]
|
I managed to get Pound working by installing 2.0 instead of 2.0.9.
From what I can tell, 2.0 doesn't seem to link to any regexp library.
On 7/4/06, Carl-Johan Kihlbom <kihlbom(at)gmail.com> wrote:
> Nope, no UTF-8 characters. I've tried several different config files,
> all with the same result. It seems that the RegExps aren't working
> correctly.
>
> / CJ
>
> On 7/3/06, Rune Saetre <rune.saetre(at)netcom-gsm.no> wrote:
> > Hi
> >
> > Can it be a charset problem?
> >
> > You can try to do "hexdump -C pound.cfg" and see if there are any
> > invisible or utf8-encoded characters. I would guess pound isn't to fond of
> > those.
> >
> > Rune
> >
> > ---
> > Rune Sætre <rune.saetre(at)netcom-gsm.no>
> > NetCom as
> > ..
> >
> > On Mon, 3 Jul 2006, Michael J. Tubby G8TIC wrote:
> >
> > > How about running it through 'gdb' (or whatever debugger your MacOSX has)
> > > and setting a breakpoint just before the error and then going and
prodding it
> > > with
> > > a big pointy stick :o)
> > >
> > > Mike
> > >
> > >
> > > ----- Original Message ----- From: "Carl-Johan Kihlbom"
<kihlbom(at)gmail.com>
> > > To: <pound(at)apsis.ch>
> > > Sent: Monday, July 03, 2006 3:25 PM
> > > Subject: [Pound Mailing List] unknown directive no matter what on Mac OS
X
> > >
> > >
> > >> I've just installed Pound 2.0.9 from source on Mac OS X Server 10.4.7.
> > >> The installation went fine, no problems, but I can't start Pound. When
> > >> I try I get this:
> > >>
> > >> pound: unknown directive "ListenHTTP" - aborted
> > >>
> > >> No matter what my pound.cfg looks like, I always get the unknown
> > >> directive error. Seems like it isn't parsed correctly.
> > >>
> > >> I checked the output of ./configure and make, and it seems to link to
> > >> pcreposix properly.
> > >>
> > >> Any ideas how I can fix this?
> > >>
> > >> Thanks,
> > >>
> > >> CJ Kihlbom
>
|
|
|
|