On 2014-07-09 09:49, Balazs Scheidler wrote:
try --without-rabbitmq-client or --disable-amqp (which is the protocol that rabbitmq implements)
On Wed, Jul 9, 2014 at 5:45 PM, James Lay <jlay@slave-tothe-box.net [5]> wrote:
On 2014-07-08 16:48, Balazs Scheidler wrote:
Hi,
Hmm.. this is probably the embedded configure script for rabbitmq-c and not syslog-ngs own. try disabling rabbitmq, or pip install the json module to your python installation, because thats what it
bitches about.
HTH
On Tue, Jul 8, 2014 at 11:11 PM, James Lay <jlay@slave-tothe-box.net [1]
[4]> wrote:
On 2014-07-08 11:56, James Lay wrote:
Topic says it:
syslog-ng-3.5.4.1
./configure --prefix=/usr --enable-dynamic-linking --disable-ipv6 --enable-spoof-source --disable-json
checking python module: json... no configure: error: failed to find required module json configure: error: ./configure.gnu failed for modules/afamqp/rabbitmq-c
It appears to still be looking. Thank you.
James
Any takers on this? Ive installed json-c and simplejson to no avail...I get the same as above. Im at a standstill.
James
Success....here's the working configline: ./configure --prefix=/usr --enable-dynamic-linking --disable-ipv6 --enable-source-spoof --without-librabbitmq-client Thank you...hope this helps someone else in the event they're in the same boat as me. James