<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Greetings,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I&#8217;m trying to build a new FreeSWITCH instance from master, and I have to include the mod_amqp as we&#8217;ll be relying on RabbitMQ to deliver events. Anyway, this is not working for me on a RHEL 6.2 server due to this error:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div>
<div><font face="Calibri,sans-serif">make[3]: Entering directory `/apps/src/freeswitch-1.4.19/src/mod'</font></div>
<div><font face="Calibri,sans-serif"><br>
</font></div>
<div><font face="Calibri,sans-serif">making all mod_amqp</font></div>
<div><font face="Calibri,sans-serif">make[4]: Entering directory `/apps/src/freeswitch-1.4.19/src/mod/event_handlers/mod_amqp'</font></div>
<div><font face="Calibri,sans-serif">Makefile:772: *** You must install librabbitmq1 and librabbitmq-dev to build this module. &nbsp;Stop.</font></div>
<div><font face="Calibri,sans-serif">make[4]: Leaving directory `/apps/src/freeswitch-1.4.19/src/mod/event_handlers/mod_amqp'</font></div>
<div><font face="Calibri,sans-serif">make[3]: *** [mod_amqp-all] Error 1</font></div>
<div><font face="Calibri,sans-serif">make[3]: Leaving directory `/apps/src/freeswitch-1.4.19/src/mod'</font></div>
<div><font face="Calibri,sans-serif">make[2]: *** [all-recursive] Error 1</font></div>
<div><font face="Calibri,sans-serif">make[2]: Leaving directory `/apps/src/freeswitch-1.4.19/src'</font></div>
<div><font face="Calibri,sans-serif">make[1]: *** [all-recursive] Error 1</font></div>
<div><font face="Calibri,sans-serif">make[1]: Leaving directory `/apps/src/freeswitch-1.4.19'</font></div>
<div><font face="Calibri,sans-serif">make: *** [all] Error 2</font></div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
The error is pretty obvious: it&#8217;s missing these two libraries listed there, but thing is that I cannot find those libraries (or any replacement for them) for the Red Hat/Fedora distros. I installled rabbitmq-server, no luck. Tried to install these:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<a href="http://rpm.pbone.net/index.php3/stat/4/idpl/26206777/dir/redhat_el_6/com/librabbitmq-devel-0.5.0-2.el6.x86_64.rpm.html">http://rpm.pbone.net/index.php3/stat/4/idpl/26206777/dir/redhat_el_6/com/librabbitmq-devel-0.5.0-2.el6.x86_64.rpm.html</a></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<a href="http://www.rpmfind.net/linux/rpm2html/search.php?query=librabbitmq-devel(x86-64)">http://www.rpmfind.net/linux/rpm2html/search.php?query=librabbitmq-devel(x86-64)</a></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
No luck either. It was either I was missing some other dependencies, and then some more, and more, until I couldn&#8217;t find some of the rpms missing, or the RPMs, after installed, didn&#8217;t contain the same libs the debian-based pkg seems to have, as the module still
 didn&#8217;t compile.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Has anyone been able to compile this on a redhat based distro? (fedora,rhel,centos)</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Thanks all for your time</div>
</body>
</html>