Hi there,

We are running Roxen 6.1 for two weeks on openSUSE Leap 42.2 now and
it's running fine. We only ran into the following issue, which I wanted
to report on the list the last couple of days, but always was to busy.
Today's official release notes bumped me again. Thx!


So here's the problem we ran into:

After installing Roxen using the RHEL7 package, Roxen did not start up.
The following message was displayed in debug log:

> pike/lib/modules/___Mysql.so:-: Warning: Failed to load library: 
> libssl.so.10: cannot open shared object file: No such file or directory
> ...
> Roxen requires MySQL support in Pike since version 2.4.
> Your Pike has been compiled without support for MySQL.
> Please install MySQL client libraries and reconfigure
> and rebuild Pike from source.


After some research I found the following solution:

The libraries libssl and libcrypto had to be installed:
> $ sudo zypper install libssl38 libcrypto37

Additionally the following two symlink had to be created:
> $ sudo ln -s /lib64/libssl.so.1.0.0 /usr/lib64/libssl.so.10
> $ sudo ln -s /lib64/libcrypto.so.1.0.0 /usr/lib64/libcrypto.so.10


Afterwards Roxen Webserver started up as usual. No issues. Even our
custom modules work (lucky us).

I hope this is of some help to others running similar setups.


Best regards,
Sascha

Reply via email to