Hi Matt,

I don't know what might be going on, since we didn't have any more problems
with 64-bit systems in a while.

Can you try the following:

-go to the ossec package (ossec-hids-1.5.1/src)
-Edit the file Config.OS and set -DHIGHFIRST into any of the variables
present in
there.

Like if you have:
DEXTRA=-DUSE_OPENSSL

change to:
DEXTRA=-DUSE_OPENSSL -DHIGHFIRST


If you don't have any, just add:
EEXTRA=-DHIGHFIRST


-After that, run:

# /var/ossec/bin/ossec-control stop
# make all
# make build
# cp -pr ../bin/* /var/ossec/bin
# /var/ossec/bin/ossec-control start


If that doesn't solve your problem, we will need more debugging to find out
what is going on..


Hope it helps.

--
Daniel B. Cid
dcid ( at ) ossec.net


On Tue, Jul 8, 2008 at 12:09 PM, Matt Goldsberry <[EMAIL PROTECTED]> wrote:
>
> I'm trying to get ossec (1.5.1) installed on SUSE Enterprise 10 running on
> s390x (64-bit) architecture.  The installation seems to work correctly and
> the program will start, but successful communication with the server does
> not occur.  ossec-agentd simply repeats the following lines:
>
> 2008/07/08 08:50:29 ossec-agentd(1211): ERROR: Error creating encrypted
> message.
> 2008/07/08 08:50:35 ossec-agentd(2211): ERROR: Error compressing string:
> '751a7b2411e930edc38fa864e6063fa8015890000000000:0005:#!-agent startup '.
>
> Google leads me to previous messages on this list:
> http://www.ossec.net/ossec-list/2006-August/msg00122.html
>
> The proposed solution in that two-year-old thread has apparently been
> applied to the mainline source, and yet I am still experiencing the problem.
>  Any thoughts?
>
> --Matt

Reply via email to