Ewsg
November 16, 2022, 1:35pm
1
Hello there!
So, after upgrading my Manjaro today I noticed that somethings stopped working.
I have a cron job which should send me an email after run.
But at cronie status I noticed the following error:
/usr/sbin/sendmail: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Does this means that I need to install some extra package? If so, how?
Thanks in advance for any help.
GaVenga
November 16, 2022, 1:51pm
2
Looks like missing openssl-1.1
This is no dependency of sendmail, indeed.
We’ll have to wait for someone smarter, I’m afraid
Ewsg
November 16, 2022, 4:25pm
3
Thank you.
Someone knows if reinstalling OpenSSL would help?
brahma
November 16, 2022, 4:55pm
4
just reinstall it and see if it helped…
1 Like
Ewsg
November 16, 2022, 5:10pm
5
Just tried a pamac reinstall openssl
without success.
xabbu
November 16, 2022, 5:14pm
6
Which sendmail
are you using? There are at least 5 packages in the repo that provides a sendmail program. And probably more in the AUR.
pacman -Qo /usr/bin/sendmail
The sbin
folder should be a link to /usr/bin
Ewsg
November 16, 2022, 5:17pm
7
Hi,
I am using ssmtp 2.64-17.
But, I did not understand very well, sorry for that. What link do I have to create, please?
xabbu
November 16, 2022, 5:22pm
8
Ewsg:
ssmtp
There is no such package in the repository. Since it is an AUR package you are responsible for it.
As always with AUR packages, rebuild it against the new libraries.
2 Likes
zbe
November 16, 2022, 5:22pm
9
That’s an AUR package. Read how to maintain AUR packages.
Difficulty: ★★☆☆☆
What is AUR?
The Arch User Repository is an online repository, managed by the Arch community rather than the Arch packagers.
AUR differs from the Manjaro repositories by multiple, important key points:
AUR does not contain packages, but PKGBUILD s. See below for details.
AUR is not managed by Manjaro.
There is thus no official support for AUR packages.
Package compatibility is not ensured for all points in time. See below for details.
AUR is not managed by Arch…
1 Like
Ewsg
November 16, 2022, 6:40pm
10
Well, that’s strange, because I think I have not used AUR when installing ssmtp. At least I don’t used any AUR helper or similar. However, I just uninstalled ssmtp through pacman. How could that be?
But I just installed Nullmailer through Pamac and it’s working fine.
zbe
November 16, 2022, 6:45pm
11
That’s also explained in link I gave you.
You can uninstall any package with pacman, no problem.
Ewsg
November 16, 2022, 7:11pm
12
Great. Thank you very much. I’ll read the article.
system
Closed
November 19, 2022, 9:11am
13
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.