Bugzilla – Bug 903671
hiawatha fails to start due to missing POLARSSL_THREADING_PTHREAD flag in polarssl
Last modified: 2014-11-24 20:28:42 UTC
After installing hiawatha (9.7-2.2) package and dependencies, it fails to start. # systemctl status hiawatha hiawatha.service - Hiawatha Web Server Loaded: loaded (/usr/lib/systemd/system/hiawatha.service; enabled) Active: failed (Result: exit-code) since pon 2014-11-03 11:29:25 CET; 1h 11min ago Main PID: 1184 (code=exited, status=1/FAILURE) lis 03 11:29:25 pendrak hiawatha[1144]: Using /etc/hiawatha lis 03 11:29:25 pendrak hiawatha[1144]: Reading hiawatha.conf lis 03 11:29:25 pendrak hiawatha[1144]: No non-fatal errors found in the Hiawatha configuration. lis 03 11:29:25 pendrak hiawatha[1157]: Using /etc/hiawatha lis 03 11:29:25 pendrak hiawatha[1157]: Reading hiawatha.conf lis 03 11:29:25 pendrak hiawatha[1157]: Reading mimetype.conf lis 03 11:29:25 pendrak hiawatha[1157]: Configuration OK. lis 03 11:29:25 pendrak hiawatha[1184]: PolarSSL was compiled without the required POLARSSL_THREADING_PTHREAD compiler flag. Solution is to rebuild polarssl with enabled POLARSSL_THREADING_PTHREAD flag.
This is an autogenerated message for OBS integration: This bug (903671) was mentioned in https://build.opensuse.org/request/show/260041 13.2 / polarssl
This is an autogenerated message for OBS integration: This bug (903671) was mentioned in https://build.opensuse.org/request/show/260748 13.2 / polarssl
openSUSE-SU-2014:1457-1: An update that fixes two vulnerabilities is now available. Category: security (moderate) Bug References: 903671,903672 CVE References: CVE-2014-8627,CVE-2014-8628 Sources used: openSUSE 13.2 (src): polarssl-1.3.9-4.1
Updated package is already available in Update repository which is compiled with POLARSSL_THREADING_PTHREAD flag. Hiawatha web server starts and works fine now.