Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Instructions for olsrd? #33

Open
ehengberg opened this issue Oct 6, 2021 · 1 comment
Open

Instructions for olsrd? #33

ehengberg opened this issue Oct 6, 2021 · 1 comment

Comments

@ehengberg
Copy link

Can you provide any more details for step 5 (build and install olsrd)? The link doesn't lead to any place with explicit instructions.

Thanks

@sanjayjaiman
Copy link

For Redhat:

  1. Clone git repo - https://github.com/OLSR/olsrd.git
  2. Perform “make install”
  3. OLSRd built this way does not have all the plugins installed and built and thus exits
  4. It was recommended to do a “make build_all” to build all the plugins while building OLSRd
  5. That failed with “fatal error: gps.h: No such file or directory”
  6. Pull gpsd-devel package
    wget https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/aarch64/os/Packages/g/gpsd-devel-3.25-.fc39.aarch64.rpm
  7. sudo yum install gpsd-devel
  8. If youre having build issue, follow OLSRd exits on Redhat. OLSR/olsrd#128 for further instructions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants