Bryan, Do you need help compiling the source code for the Windows agent?
I was able to muddle my way through the process of this and can offer some assistance if that was your question. Looking through my .bash_history - it looks like the following commands got me there. This is on the virtual appliance download of OSSEC (CentOS 6.5) yum install mingw32-pkg-config yum install mingw32-binutils yum install epel-release yum install mingw32-gcc cd /etc/yum.repos.d wget http://download.lbs.solidcharity.com/repos/tpokorra/nsis/centos/6/lbs-tpokorra-nsis.repo yum install nsis.x86_64 path=/usr/local/nsis:$PATH make TARGET=winagent *- from the source code dir.* The above steps might be incomplete or inaccurate, but this should get you in the neighborhood. On Wednesday, May 20, 2015 at 2:59:57 PM UTC-7, Bryan Carter wrote: > > I am finally to a point where I can do testing on the agent-auth bit for > Windows. > I am not real keen on the windows compilation process, and have very > little experience taking code to the executable level. > I see that some things have been done on this since it was discussed last, > but can someone tell me the actual steps to be able to test it? > > Thanks > --------------------------------------------------- > Bryan K. Carter > > -- --- 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.
