Re: [icinga-users] Can't compile Icinga2 for Solaris 10

2015-07-25 Thread Dennis Zheleznyak
Hi Carl, First of all I'm using a VirtualBox in order run Solaris 10 to simulate the installation before I turn to the machines at work. For some reason, a few people at work insist running Solaris on IBM M4 servers ... But hey, it works :) Lets get to business: 1. The problem was -Wl, --gc-sect

Re: [icinga-users] Can't compile Icinga2 for Solaris 10

2015-07-20 Thread Carl R. Friend
On 07/19/2015 10:33 PM, Dennis Zheleznyak wrote: I've download the required packages from OpenCSW and ran cmake: [...] However, I still get the same error when running gmake all: bash-3.2# gmake all Linking C shared library ../../Bin/Release/libmmatch.so ld: fatal: unrecognize

Re: [icinga-users] Can't compile Icinga2 for Solaris 10

2015-07-19 Thread Dennis Zheleznyak
Hi Carl, Thank you for the quick response :) I've download the required packages from OpenCSW and ran cmake: bash-3.2# /opt/csw/bin/cmake -DICINGA2_WITH_MYSQL=OFF -- Boost version: 1.54.0 -- Found the following Boost libraries: -- thread -- system -- program_options -- regex -- Configuri

Re: [icinga-users] Can't compile Icinga2 for Solaris 10

2015-07-19 Thread Carl R. Friend
On 07/19/2015 02:24 PM, Dennis Zheleznyak wrote: Hi, I'm trying to compile icinga2's source on Solaris 10. [...] I've ran the following: * /usr/local/bin/cmake -DICINGA2_WITH_MYSQL=OFF -DFLEX_EXECUTABLE=/usr/local/bin/flex . And then tried to compile it using gmake command but I'm get

[icinga-users] Can't compile Icinga2 for Solaris 10

2015-07-19 Thread Dennis Zheleznyak
Hi, I'm trying to compile icinga2's source on Solaris 10. I've installed the following prerequisites and some more: - boost.1.54.0.i86pc.Solaris.10.pkg - cmake.2.8.4.i86pc.Solaris.10.pkg - curl.7.37.1.i86pc.Solaris.10.pkg - cyrus-sasl.2.1.26.i86pc.Solaris.10.pkg - expat.2.1.0.i86pc