Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 514
    • Issues 514
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 49
    • Merge requests 49
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #367

Closed
Open
Created Dec 24, 2018 by Michal Nowikowski@godfrydContributor

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