Page 1 of 1

OpenSSL problem

Posted: Wed Aug 13, 2014 4:02 am
by CoolinJack
Trying to install MWES on Centos 6 but getting

/opt/mwes/mwes.run: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

mwes32-2814.tar.gz

Installed Packages
openssl.i686 1.0.1e-16.el6_5.14
openssl-devel.i686 1.0.1e-16.el6_5.14
openssl098e.i686 .9.8e-18.el6_5.2

Thanks

Colin

Re: OpenSSL problem

Posted: Wed Aug 13, 2014 9:31 am
by nick.bolton
We've had this before from a few users and the result is that they didn't have the correct version of SSL for their server. 32 or 64 bit. Did that help?

Re: OpenSSL problem

Posted: Wed Aug 13, 2014 9:53 am
by CoolinJack
I think it is looking for the older version of OpenSSL - not been updated following heartbleed. My servers are up to date with the latest version. I'm using the correct version (i686).

Re: OpenSSL problem

Posted: Wed Aug 13, 2014 11:02 am
by nick.bolton
Can you try the 64bit version of MWES? Otherwise we can build a 32 bit version - although we'll have to test it first.

http://cdn.firetrust.com/downloads/mwes ... 815.tar.gz

This build also fixes the SSL Heartbleed bug. We haven't officially released it yet although others have had it for a number of months now.
There's quite a few other fixes in there.

Re: OpenSSL problem

Posted: Sat Aug 23, 2014 4:15 am
by CoolinJack
Thanks Nick

Got it working - had to install the 32bit GLIBC but other than that all went fine.
Logged onto the configuration page on 4044 okay and started setting up.
Suddenly I got a 404 error :(

restarted MWES and no better ..
Netstat shows

[root@mailfilter conf.d]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 6975/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 6975/dovecot
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1487/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 6975/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 6975/dovecot
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7458/httpd
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 7015/httpd.admsrv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 6618/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 7315/mwes.run
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 7458/httpd
tcp 0 0 :::990 :::* LISTEN 759/xinetd
tcp 0 0 :::22 :::* LISTEN 6618/sshd

No 4044 ... any idea what has happened?

Thanks

Colin

Re: OpenSSL problem

Posted: Sat Aug 23, 2014 4:39 am
by CoolinJack
Also seeing this if I try to restart:

[root@mailfilter mwes]# service mwesd restart
Stopping Mailwasher Enterprise Server: done
Mailwasher Enterprise Server is already running

Re: OpenSSL problem

Posted: Sat Aug 23, 2014 6:21 am
by nick.bolton
Hmm, Do you recall what you had in the web hostname settings? If it's left blank then it will bind to all interfaces on port 4044.

Nick

Re: OpenSSL problem

Posted: Sat Aug 23, 2014 6:26 am
by CoolinJack
nick.bolton wrote:Hmm, Do you recall what you had in the web hostname settings? If it's left blank then it will bind to all interfaces on port 4044.

Nick
Left it blank I think.

Re: OpenSSL problem

Posted: Sat Aug 23, 2014 6:34 am
by nick.bolton
Can you post the logs, they should be in etc/logs

You're using the 32 bit download? mwes32-2814.tar.gz