On Fri, Dec 3, 2010 at 1:44 PM, Lauren Malhoit <[email protected]> wrote: > I'm loading more agents on other devices and everything has been working > fine. I've run into one issue on one linux server, though. After I run > install.sh I get the following: > *** Making os_crypto *** > > make[1]: Entering directory `/ossec-hids-2.5/src/os_crypto' > make[2]: Entering directory `/ossec-hids-2.5/src/os_crypto/blowfish' > gcc -g -Wall -I../../ -I../../headers -DDEFAULTDIR=\"/var/ossec\" > -DCLIENT -DUSE_OPENSSL -DUSEINOTIFY -DARGV0=\"blowfish_op\" > -DXML_VAR=\"var\" -DOSSECHIDS -c bf_op.c bf_skey.c bf_enc.c > In file included from bf_skey.c:62: > bf_locl.h:69:55: error: openssl/opensslconf.h: No such file or directory > In file included from bf_enc.c:60: > bf_locl.h:69:55: error: openssl/opensslconf.h: No such file or directory > make[2]: *** [bf] Error 1 > make[2]: Leaving directory `/ossec-hids-2.5/src/os_crypto/blowfish' > make[1]: *** [os_crypto] Error 2 > make[1]: Leaving directory `/ossec-hids-2.5/src/os_crypto' > >
What distro/version? I'm guessing that if you add the openssl/openssl development packages this might go away. > > I read in a previous post that I should just be able to remove the > USE_OPENSSL section but I searched through the install.sh file and didn't > see any reference. Any suggestions? > I don't know anything about this, and I can't check on the exact location at the moment. I'd guess src/Config.Make. > Thanks, > > > -- > Lauren Malhoit > IASTA - Network Engineer > +1.317.663.6263 (direct) > +1.317.594.8600 (main) > Blog: www.esourcingforum.com > Wiki: www.esourcingwiki.com > >
