I was wondering, how did you get your hands on libnl 2.0 ?<br>
<br>
<a href="http://people.suug.ch/~tgr/libnl/">http://people.suug.ch/~tgr/libnl/</a> seems to be down from what I can see.<br>
<br>
Best regards,<br>
Bjarke<br><br><div class="gmail_quote">2009/3/8 Юрий Пайков <span dir="ltr">&lt;<a href="mailto:crystal@uralweb.ru">crystal@uralweb.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<br>
<br>
I would appreciate if you helped me with my little problem<br>
I have libnl 2.0 installed in /usr/local and want to compile hostap 0.6.8<br>
<br>
So I edited .config file in source folder as follows:<br>
<br>
...<br>
# Driver interface for drivers using the nl80211 kernel interface<br>
CONFIG_DRIVER_NL80211=y<br>
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be<br>
# shipped with your distribution yet. If that is the case, you need to build<br>
# newer libnl version and point the hostapd build to use it.<br>
CONFIG_LIBNL20=y<br>
LIBNL= /usr/local<br>
CFLAGS += -I/usr/local/include/<br>
LIBS += -L/usr/local/lib<br>
...<br>
<br>
After that (and only after that, as I finally discovered), hostapd successfully compiles, but<br>
launching it gives me<br>
<br>
crystal@Crystal:~/OperaDownloads/hostapd-0.6.8/hostapd$ hostapd -v<br>
hostapd: error while loading shared libraries: libnl.so.2.0: cannot open shared object file: No such file or directory<br>
<br>
And I don&#39;t know what &#39;s the matter. Perhaps it would shed some light on it if I knew WHERE it&#39;s trying to load the library..<br>
<br>
Hope you&#39;ll help, guys<br>
<font color="#888888"><br>
--<br>
Sincerely yours, Crystal<br>
_______________________________________________<br>
HostAP mailing list<br>
<a href="mailto:HostAP@lists.shmoo.com">HostAP@lists.shmoo.com</a><br>
<a href="http://lists.shmoo.com/mailman/listinfo/hostap" target="_blank">http://lists.shmoo.com/mailman/listinfo/hostap</a><br>
</font></blockquote></div><br>