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

[dev.icinga.com #1278] Issues installing on Icinga on FreeBSD #199

Closed
icinga-migration opened this issue Mar 7, 2011 · 3 comments
Closed

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/1278

Created by henrik on 2011-03-07 19:32:01 +00:00

Assignee: Wolfgang
Status: Resolved (closed on 2011-04-26 21:45:04 +00:00)
Target Version: (none)
Last Update: 2011-04-26 21:45:04 +00:00 (in Redmine)


Hello!

I tried installing Icinga with idoutils following this guide:
http://docs.icinga.org/latest/en/quickstart-idoutils-freebsd.html

There was a lot of problems running the configure script at first, complaining that it could not find the dbi libs.

So then I included this:
--with-dbi-lib=/usr/local/lib

Then, configure ran smoothly.

Though, it crashed on make, giving misc errors when trying make idoutils.

Then I added this:
--with-dbi-inc=/usr/local/include

So my complete configure line was:
./configure --with-command-group=icinga-cmd --enable-idoutils --enable-ssl --includedir=/usr/local --with-dbi-lib=/usr/local/lib --with-dbi-inc=/usr/local/include

This solved my issue.

Also:
cd /usr/ports/devel/libtool22/ && make all install clean

Does not exist, but this does:
cd /usr/ports/devel/libtool/ && make all install clean

Hope this helps! :-)

@icinga-migration
Copy link
Author

Updated by LarsEngels on 2011-03-09 12:30:40 +00:00

The guide should be re-worked, as there's a FreeBSD port of Icinga now (net-mgmt/icinga).

@icinga-migration
Copy link
Author

Updated by Wolfgang on 2011-03-22 21:29:57 +00:00

  • Status changed from New to Assigned
  • Assigned to set to Wolfgang
  • Done % changed from 0 to 50

fixed in git master

@icinga-migration
Copy link
Author

Updated by Wolfgang on 2011-04-26 21:45:04 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 50 to 100

added hint to port

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

No branches or pull requests

1 participant