<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>Thanks for your response!<br>
<br>
We have libapache2-mod-shib2 installed and when running the commands we get similar results as you did (included at the end). Still won’t start.<br>
<br>
<br>
Do you think there could be something with our shib config that cause this? We have tried to find anything but haven’t yet.<br>
<br>
Thanks,<br>
Lukas<br>
<br>
<br>
<br>
<br>
# ldd /usr/sbin/shibd | fgrep ssl<br>
         libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 <br>
(0x00007fcdbac32000)<br>
<br>
# dpkg -S /usr/lib/x86_64-linux-gnu/libssl.so.1.1<br>
libssl1.1:amd64: /usr/lib/x86_64-linux-gnu/libssl.so.1.1<br>
<br>
# systemctl start shibd.service<br>
Job for shibd.service failed because the control process exited with error <br>
code.<br>
See "systemctl status shibd.service" and "journalctl -xe" for details.<br>
<br>
root@v-test:~# journalctl -xe<br>
-- Support: http://www.ubuntu.com/support<br>
-- <br>
-- A stop job for unit shibd.service has finished.<br>
-- <br>
-- The job identifier is 6471697 and the job result is done.<br>
jun 19 16:31:41 v-test systemd[1]: Starting Shibboleth Service Provider <br>
Daemon...<br>
-- Subject: A start job for unit shibd.service has begun execution<br>
-- Defined-By: systemd<br>
-- Support: http://www.ubuntu.com/support<br>
-- <br>
-- A start job for unit shibd.service has begun execution.<br>
-- <br>
-- The job identifier is 6471697.<br>
jun 19 16:31:41 v-test shibd[1762384]: /usr/sbin/shibd: error while <br>
loading shared libraries: libssl.so.1.0.0: cannot open shared object file: <br>
No such file or directory<br>
jun 19 16:31:41 v-test systemd[1]: shibd.service: Main process exited, <br>
code=exited, status=127/n/a<br>
<br>
# systemctl status shibd<br>
● shibd.service - Shibboleth Service Provider Daemon<br>
      Loaded: loaded (/lib/systemd/system/shibd.service; enabled; vendor <br>
preset: enabled)<br>
     Drop-In: /etc/systemd/system/shibd.service.d<br>
              └─override.conf<br>
      Active: activating (auto-restart) (Result: exit-code) since Mon <br>
2023-06-19 16:32:12 CEST; 19s ago<br>
        Docs: man:shibd(8)<br>
              https://wiki.shibboleth.net/confluence/display/SP3/Home<br>
     Process: 1762398 ExecStart=/usr/sbin/shibd -f -F (code=exited, <br>
status=127)<br>
    Main PID: 1762398 (code=exited, status=127)<br>
<br>
jun 19 16:32:12 v-test systemd[1]: shibd.service: Main process exited, <br>
code=exited, status=127/n/a<br>
jun 19 16:32:12 v-test systemd[1]: shibd.service: Failed with result <br>
'exit-code'.<br>
jun 19 16:32:12 v-test shibd[1762398]: /usr/sbin/shibd: error while <br>
loading shared libraries: libssl.so.1.0.0: cannot open shared object file: <br>
No such file or directory<br>
jun 19 16:32:12 v-test systemd[1]: Failed to start Shibboleth Service <br>
Provider Daemon.<br>
<br>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Från:</b> users <users-bounces@shibboleth.net> för Peter Schober via users <users@shibboleth.net><br>
<b>Skickat:</b> den 19 juni 2023 11:09:29<br>
<b>Till:</b> users@shibboleth.net<br>
<b>Kopia:</b> Peter Schober<br>
<b>Ämne:</b> Re: Error starting shibboleth 3.0.4 on ubuntu 20.04, says we need libssl.so.1.0.0</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">* Lukas Fredriksson via users <users@shibboleth.net> [2023-06-19 03:51]:<br>
> When running 'systemctl start shibd.service' we get an<br>
> error. Running 'journalctl -xe' shows the message '/usr/sbin/shibd:<br>
> error while loading shared libraries: libssl.so.1.0.0: cannot open<br>
> shared object file: No such file or directory'. I have tried<br>
> reinstalling shibboleth but the same error occurs.<br>
<br>
Then your system is somehow broken. (Maybe check your apt sources for<br>
stale entries.)  On a fresh Ubuntu 20.04 LTS system installing<br>
libapache2-mod-shib2 pulls in all dependencies and shibd<br>
starts correctly:<br>
<br>
$ ldd /usr/sbin/shibd | fgrep ssl<br>
        libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f56a7e30000)<br>
<br>
$ dpkg -S /usr/lib/x86_64-linux-gnu/libssl.so.1.1<br>
libssl1.1:amd64: /usr/lib/x86_64-linux-gnu/libssl.so.1.1<br>
<br>
$ systemctl status shibd <br>
● shibd.service - Shibboleth Service Provider Daemon<br>
     Loaded: loaded (/lib/systemd/system/shibd.service; enabled; vendor preset: enabled)<br>
     Active: active (running) since Mon 2023-06-19 09:05:13 UTC; 2min 55s ago<br>
       Docs: man:shibd(8)<br>
             <a href="https://wiki.shibboleth.net/confluence/display/SP3/Home">https://wiki.shibboleth.net/confluence/display/SP3/Home</a><br>
   Main PID: 19286 (shibd)<br>
      Tasks: 5 (limit: 618903)<br>
     Memory: 10.0M<br>
        CPU: 43ms<br>
     CGroup: /system.slice/shibd.service<br>
             └─19286 /usr/sbin/shibd -f -F<br>
<br>
Jun 19 09:05:13 ubu20 systemd[1]: Starting Shibboleth Service Provider Daemon...<br>
Jun 19 09:05:13 ubu20 systemd[1]: Started Shibboleth Service Provider Daemon.<br>
<br>
-peter<br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw">
https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br>
To unsubscribe from this list send an email to users-unsubscribe@shibboleth.net<br>
</div>
</span></font>
</body>
</html>