Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 605
    • Issues 605
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 63
    • Merge requests 63
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #367

Kea does not compile with boost installed into the system by default on FreeBSD 11.2

./configure fails this way (form config.log):

configure:20063: c++ -o conftest -g -O2  -DOS_BSD -I/usr/local/include  conftest.cpp  -lboost_system  >&5
/usr/bin/ld: cannot find -lboost_system
c++: error: linker command failed with exit code 1 (use -v to see invocation)

There is a workaround:

./configure --with-boost-include=/usr/local/include --with-boost-lib-dir=/usr/local/lib

Edited Dec 24, 2018 by Michal Nowikowski
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking