<br><br><div class="gmail_quote">On Mon, Oct 3, 2011 at 4:57 AM, Jason Mak <span dir="ltr"><<a href="mailto:jmak124@gmail.com" target="_blank">jmak124@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello, I've got a few questions regarding OLSR set up on 2 separate devices. I'm new to this but would like to get this working and I haven't been able to find solutions to my problems.<br><br>Using this guide: <a href="http://www.ubnt.com/wiki/OLSR_on_OpenWrt" target="_blank">http://www.ubnt.com/wiki/OLSR_on_OpenWrt</a> I installed OLSR onto a Ubquiti ns2 flashed with openWRT, I managed to get olsrd installed. However when I try and configure it by going to the Services tab, there's no OLSR option I can </blockquote>

<div>did u install the olsrd luci plugin?</div><div><br></div><div>if that doesn`t help better ask the openwrt (packet) maintainers about problems with the gui or integration into openwrt,.</div><div><br></div><div>(or just start/configure olsrd from the shell)</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>The other issue I have is upon installing olsrd 0.6.1 on Debian squeeze, it fails to start properly since it cannot find olsrd_textinfo.so.0.1. I've worked around it by commenting out the offending lines in olsrd.conf however I would like to know what it does and why the file is missing. I've also installed oslrd (also 0.6.1) on a arch 64 build and it started just fine, I've tracked the olsrd textinfo file down and it seems to reside in /usr/lib along with many other files, those respective files are missing from the Debian install.<br>

</blockquote><div><br></div><div>afair the plugins are in a seperate debian packet,..</div><div><br></div><div><snip></div><div><div>apt-cache search olsrd</div><div>olsrd - optimized link-state routing daemon (unik-olsrd)</div>
<div>olsrd-plugins - various plugins to enhance olsrd</div></div><div></snip></div><div><br></div><div>so i guess just install olsrd-plugins aswell!</div><div><br></div><div>Markus</div><div><br></div><div>p.s. </div>
<div><br></div><div>but you can alternatively "easily" compile and install olsrd yourself</div><div>roughly:</div><div>apt-get install gcc beason flex git</div>
<div>git clone git://<a href="http://olsrd.org/olsrd.git" target="_blank">olsr.org/olsrd.git</a></div><div>cd olsrd</div><div>make build_all<br>make install_all</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br></blockquote></div>