You don't say what version of OSSEC you are using... I have found when compiling OSSEC 2.8 on Solaris 10 some of the components were expecting to find the C Compiler from a variable CC, which does not seem to get set. So you could try setting and exporting this before compiling - something like: CC=/usr/bin/gcc; export CC Obviously use your actual path to "gcc" if not as per the above!
On Tuesday, 19 August 2014 23:24:54 UTC+1, Seth Malchow wrote: > > Having issues installing OSSEC on my OpenVPN Virtual Appliance. I'm > getting a: > > Error 0x3. > You need a compiler (like gcc or cc) to continue with the > with the installation. > > After review, its showing I have gcc installed: > > root@openvpnas2:~# dpkg --get-selections | grep gcc > gcc-4.8-base:amd64 install > libgcc1:amd64 install > > Virtual applicance is running NAME="Ubuntu" VERSION="13.10, Saucy > Salamander" > -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
