OpenSSL problem

Address problems with the installation and initial configuration
CoolinJack
Mystified Moa
Posts: 5
Joined: Wed Aug 13, 2014 3:58 am

OpenSSL problem

Wed Aug 13, 2014 4:02 am

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
User avatar
nick.bolton
The Big Cheese
Posts: 2468
Joined: Thu Aug 28, 2008 4:02 pm

Re: OpenSSL problem

Wed Aug 13, 2014 9:31 am

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?
CoolinJack
Mystified Moa
Posts: 5
Joined: Wed Aug 13, 2014 3:58 am

Re: OpenSSL problem

Wed Aug 13, 2014 9:53 am

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).
User avatar
nick.bolton
The Big Cheese
Posts: 2468
Joined: Thu Aug 28, 2008 4:02 pm

Re: OpenSSL problem

Wed Aug 13, 2014 11:02 am

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.
CoolinJack
Mystified Moa
Posts: 5
Joined: Wed Aug 13, 2014 3:58 am

Re: OpenSSL problem

Sat Aug 23, 2014 4:15 am

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
CoolinJack
Mystified Moa
Posts: 5
Joined: Wed Aug 13, 2014 3:58 am

Re: OpenSSL problem

Sat Aug 23, 2014 4:39 am

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
User avatar
nick.bolton
The Big Cheese
Posts: 2468
Joined: Thu Aug 28, 2008 4:02 pm

Re: OpenSSL problem

Sat Aug 23, 2014 6:21 am

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
CoolinJack
Mystified Moa
Posts: 5
Joined: Wed Aug 13, 2014 3:58 am

Re: OpenSSL problem

Sat Aug 23, 2014 6:26 am

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.
User avatar
nick.bolton
The Big Cheese
Posts: 2468
Joined: Thu Aug 28, 2008 4:02 pm

Re: OpenSSL problem

Sat Aug 23, 2014 6:34 am

Can you post the logs, they should be in etc/logs

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

Return to “Installation”