-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OLSRd exits on Redhat. #128
Comments
Installed gpsd-devel package:
|
Adding the following did let me finish the "make build_all" diff --git a/lib/pud/src/gpsdclient.h b/lib/pud/src/gpsdclient.h +/* Added by Sanjay Jaiman from https://lists.buildroot.org/pipermail/buildroot/2023-February/661956.html /
/**
|
After the build finished, I expected OLSRd to not exit. But it still does: sudo /usr/local/sbin/olsrd -f routing2.conf *** olsr.org - pre-0.9.9-git_204a44ad-hash_49cf0704ce914cf821a99fa05accac16 *** Parsing file: "routing2.conf" |
if debug is disabled (set to level 0), olsrd detaches itself , if you do not want that, you need to enable debug. |
Thanks so much. That got me ahead a bit. Now I am getting - . . . . . . Running plugin_init function... ---------- LOADING LIBRARY ---------- OLSR EXIT: -- PLUGIN LOADING FAILED -- |
In my config file I had the following - LoadPlugin "" I deleted that and OLSrd comes up. |
Althogh OLSRd is running now on two containers I am having isssues with "olsrlinkview" in the Emane tutorial not showing the two nodes This may not be a question for this thread. But just in case someone has any input on that, it would be great. |
Hi @sanjayjaiman , what exactly is your issue about "olsrlinkview"? (I'm not sure what your are refering to and did not found a reference at your emane-tutorial. Can we close this issue since OLSRd is running as expected? |
I have the same issue as #89.
The suggestion in the above was to build all the plugins as that may be caused by missing plugins. For that use "make build_all". When I did that the make ended in an error "gps.h not found".
A simple "yum install libgps-dev" did not work.
I tried the following -
[CC] src/configuration.c
In file included from src/configuration.h:50,
from src/configuration.c:46:
src/gpsdclient.h:67:24: error: field ‘source’ has incomplete type
67 | struct fixsource_t source;
| ^~~~~~
make[1]: *** [../../Makefile.inc:358: src/configuration.o] Error 1
make[1]: Leaving directory '/home/SA32009/olsrd/lib/pud'
make: *** [Makefile:251: libs] Error 2
Please help
The text was updated successfully, but these errors were encountered: