Mailing List Archive

problems with autoconf and configuration examples
Last week, I referred in a very terse way to configure problems; to have
configure finish its job, I have to remove both PKG_CHECK_MODULES from
configure.ac:

./configure: line 26534: syntax error near unexpected token `RELP,'
./configure: line 26534: ` PKG_CHECK_MODULES(RELP, relp >= 0.1.1)'

and, after removing the RELP line group:

./configure: line 26560: syntax error near unexpected token `LIBLOGGING,'
./configure: line 26560: ` PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1)'

As for the configuration examples, I still find references to
$ActionExecOnlyIfPreviousIsSuspended both on-line and in the sample
section of ./doc/rsconf1_actionexeconlywhenpreviousissuspended.html.

If there is no way to keep the previous syntax running and spewing a
deprecation warning, please do correct all the google reachable
pages showing the wrong syntax... and add a note like
"in the past, rsyslogd supported the now removed syntax
$ActionExecOnlyIfPreviousIsSuspended"

Thank you very much, yours

lorenzo
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Re: problems with autoconf and configuration examples [ In reply to ]
Hi all,

On Mon, 2008-09-22 at 14:48 +0200, Lorenzo M. Catucci wrote:
> Last week, I referred in a very terse way to configure problems; to have
> configure finish its job, I have to remove both PKG_CHECK_MODULES from
> configure.ac:
>
> ./configure: line 26534: syntax error near unexpected token `RELP,'
> ./configure: line 26534: ` PKG_CHECK_MODULES(RELP, relp >= 0.1.1)'
>
> and, after removing the RELP line group:
>
> ./configure: line 26560: syntax error near unexpected token `LIBLOGGING,'
> ./configure: line 26560: ` PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1)'
>

I unfortunately have no idea what this problem may be caused by. Can
someone with a better understanding of autotools help out?

> As for the configuration examples, I still find references to
> $ActionExecOnlyIfPreviousIsSuspended both on-line and in the sample
> section of ./doc/rsconf1_actionexeconlywhenpreviousissuspended.html.
>
> If there is no way to keep the previous syntax running and spewing a
> deprecation warning, please do correct all the google reachable
> pages showing the wrong syntax... and add a note like
> "in the past, rsyslogd supported the now removed syntax
> $ActionExecOnlyIfPreviousIsSuspended"
>

Sorry if I am missing the obvious here (I am probably ;)), but I do not
get what exactly you are refering to. Please elaborate a bit.

Thanks,
Rainer

> Thank you very much, yours
>
> lorenzo
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog

_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Re: problems with autoconf and configuration examples [ In reply to ]
2008/9/22 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>:
> Last week, I referred in a very terse way to configure problems; to have
> configure finish its job, I have to remove both PKG_CHECK_MODULES from
> configure.ac:
>
> ./configure: line 26534: syntax error near unexpected token `RELP,'
> ./configure: line 26534: ` PKG_CHECK_MODULES(RELP, relp >= 0.1.1)'
>
> and, after removing the RELP line group:
>
> ./configure: line 26560: syntax error near unexpected token `LIBLOGGING,'
> ./configure: line 26560: ` PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1)'

Please install the pkg-config package and re-run
autoreconf -vfi


--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Re: problems with autoconf and configuration examples [ In reply to ]
Me again ;)

I have done some further testing today. I begin to think that the issue
left is only related to HUPing rsyslogd. Can you confirm this? Do
problems happen before the first HUP is sent?

Thanks,
Rainer
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Re: problems with autoconf and configuration examples [ In reply to ]
On Mon, 22 Sep 2008, Michael Biebl wrote:

MB>
MB> Please install the pkg-config package and re-run
MB> autoreconf -vfi
MB>

Did do the trick; still, I'm unsure if the requirement for pkg-config is
really justified just for two non-mandatory libraries.

Thank you very much, yours

lorenzo


+-------------------------+----------------------------------------------+
| Lorenzo M. Catucci | Centro di Calcolo e Documentazione |
| catucci@ccd.uniroma2.it | Università degli Studi di Roma "Tor Vergata" |
| | Via O. Raimondo 18 ** I-00173 ROMA ** ITALY |
| Tel. +39 06 7259 2255 | Fax. +39 06 7259 2125 |
+-------------------------+----------------------------------------------+
Re: problems with autoconf and configuration examples [ In reply to ]
RG>
RG> Sorry if I am missing the obvious here (I am probably ;)), but I do not
RG> get what exactly you are refering to. Please elaborate a bit.
RG>
RG>

The misleading documentation is available, both online at
http://kb.monitorware.com/problem-in-failover-syslogserver-t8465.html
http://wiki.rsyslog.com/index.php/FailoverSyslogServer

There is a talk-back item for the wiki page at
http://wiki.rsyslog.com/index.php/Talk:FailoverSyslogServer

Whats strange is that the same error is repeated at
./doc/rsconf1_actionexeconlywhenpreviousissuspended.html

and that the $ActionExecOnlyWhenPreviousIsSuspended is undocumented.


Thank you very much, yours,

lorenzo

+-------------------------+----------------------------------------------+
| Lorenzo M. Catucci | Centro di Calcolo e Documentazione |
| catucci@ccd.uniroma2.it | Università degli Studi di Roma "Tor Vergata" |
| | Via O. Raimondo 18 ** I-00173 ROMA ** ITALY |
| Tel. +39 06 7259 2255 | Fax. +39 06 7259 2125 |
+-------------------------+----------------------------------------------+
Re: problems with autoconf and configuration examples [ In reply to ]
Thanks for letting me know. It's fixed now.

Rainer

On Mon, 2008-09-22 at 16:18 +0200, Lorenzo M. Catucci wrote:
> RG>
> RG> Sorry if I am missing the obvious here (I am probably ;)), but I do not
> RG> get what exactly you are refering to. Please elaborate a bit.
> RG>
> RG>
>
> The misleading documentation is available, both online at
> http://kb.monitorware.com/problem-in-failover-syslogserver-t8465.html
> http://wiki.rsyslog.com/index.php/FailoverSyslogServer
>
> There is a talk-back item for the wiki page at
> http://wiki.rsyslog.com/index.php/Talk:FailoverSyslogServer
>
> Whats strange is that the same error is repeated at
> ./doc/rsconf1_actionexeconlywhenpreviousissuspended.html
>
> and that the $ActionExecOnlyWhenPreviousIsSuspended is undocumented.
>
>
> Thank you very much, yours,
>
> lorenzo
>
> +-------------------------+----------------------------------------------+
> | Lorenzo M. Catucci | Centro di Calcolo e Documentazione |
> | catucci@ccd.uniroma2.it | Università degli Studi di Roma "Tor Vergata" |
> | | Via O. Raimondo 18 ** I-00173 ROMA ** ITALY |
> | Tel. +39 06 7259 2255 | Fax. +39 06 7259 2125 |
> +-------------------------+----------------------------------------------+
> _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Re: problems with autoconf and configuration examples [ In reply to ]
2008/9/22 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>:
> On Mon, 22 Sep 2008, Michael Biebl wrote:
>
> MB>
> MB> Please install the pkg-config package and re-run
> MB> autoreconf -vfi
> MB>
>
> Did do the trick; still, I'm unsure if the requirement for pkg-config is
> really justified just for two non-mandatory libraries.
>
> Thank you very much, yours

pkg-config is *so* widely used nowadays, I was actually pretty
surprised you hadn't installed it by default.

Cheers,
Michael


--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog