LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-09-2023, 02:08 AM   #886
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 339

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395

After yesterday's openvpn update, none of my connection works anymore.
I have a dozen of different configs, most are coming from pfsense firewalls, some from mikrotik appliances.

Code:
# sudo /usr/sbin/openvpn config.ovpn
2023-03-09 09:01:31 WARNING: file 'cert.p12' is group or others accessible
2023-03-09 09:01:31 OpenVPN 2.6.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2023-03-09 09:01:31 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
Enter Auth Username:fabio
Enter Auth Password:
2023-03-09 09:01:59 WARNING: --ns-cert-type is DEPRECATED.  Use --remote-cert-tls instead.
Enter Private Key Password:
2023-03-09 09:02:04 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2023-03-09 09:02:04 OpenSSL: error:0308010C:digital envelope routines::unsupported
2023-03-09 09:02:04 OpenSSL: error:11800071:PKCS12 routines::mac verify failure
2023-03-09 09:02:04 Decoding PKCS12 failed. Probably wrong password or unsupported/legacy encryption
2023-03-09 09:02:04 Error: private key password verification failed
2023-03-09 09:02:04 Exiting due to fatal error
So, openssl3 disabled support for some legacy crypto providers
This can be reenabled (at the expense of security) in /etc/ssl/openssl.cnf adding the following values:
Code:
[provider_sect]
default = default_sect
# add legacy provider
legacy = legacy_sect

...
# enable both the default and the legacy providers 
[default_sect]
activate = 1
[legacy_sect]
activate = 1
A more long term solution is to reencrypt the certificate keyfiles with the new openssl:
Code:
openssl pkcs12 -in keyfile.old.p12 -out keyfile.new.p12 -aes256 -legacy
Unfortunately a common practice in openvpn is to bundle the certificate and keyfiles inside the config itself, so this needs a few more work.

Last edited by ctrlaltca; 03-09-2023 at 03:22 AM.
 
7 members found this post helpful.
Old 03-09-2023, 03:14 AM   #887
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,477

Original Poster
Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
Quote:
Originally Posted by ctrlaltca View Post
After yesterday's openvpn update, none of my connection works anymore.
I have a dozen of different configs, most are coming from pfsense firewalls, some from mikrotik appliances.

Code:
# sudo /usr/sbin/openvpn config.ovpn
2023-03-09 09:01:31 WARNING: file 'cert.p12' is group or others accessible
2023-03-09 09:01:31 OpenVPN 2.6.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2023-03-09 09:01:31 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
Enter Auth Username:fabio
Enter Auth Password:
2023-03-09 09:01:59 WARNING: --ns-cert-type is DEPRECATED.  Use --remote-cert-tls instead.
Enter Private Key Password:
2023-03-09 09:02:04 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2023-03-09 09:02:04 OpenSSL: error:0308010C:digital envelope routines::unsupported
2023-03-09 09:02:04 OpenSSL: error:11800071:PKCS12 routines::mac verify failure
2023-03-09 09:02:04 Decoding PKCS12 failed. Probably wrong password or unsupported/legacy encryption
2023-03-09 09:02:04 Error: private key password verification failed
2023-03-09 09:02:04 Exiting due to fatal error
I don't have time to debug this right now, will probably do it later.
Downgrading to the previous package works.
It seems that openvpn needs to be recompiled against openssl 3 (that's what others do: fedora, arch, opensuse)

Last edited by marav; 03-09-2023 at 03:32 AM.
 
2 members found this post helpful.
Old 03-09-2023, 03:26 AM   #888
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 339

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395
Quote:
Originally Posted by marav View Post
It seems that openvpn needs to be recompiled against openssl 3
Found out that i need to fix my certificate keyfiles or enable a legacy option in openssl3, i've updated the original post with the solution
 
4 members found this post helpful.
Old 03-09-2023, 02:41 PM   #889
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,477

Original Poster
Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
14 updates (x86_64) : 10 upgraded, 4 rebuilt
Code:
Thu Mar  9 20:28:23 UTC 2023
a/openssl-solibs-3.0.8-x86_64-2.txz:  Rebuilt.
ap/dc3dd-7.3.0-x86_64-1.txz:  Upgraded.
ap/mariadb-10.11.2-x86_64-1.txz:  Upgraded.
d/cmake-3.25.3-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.1_1-x86_64-1.txz:  Upgraded.
l/libieee1284-0.2.11-x86_64-7.txz:  Rebuilt.
  Rebuilt for python3. Thanks to Heinz Wiesinger.
l/libplist-2.2.0-x86_64-4.txz:  Rebuilt.
  Rebuilt for python3. Thanks to Heinz Wiesinger.
l/pipewire-0.3.67-x86_64-1.txz:  Upgraded.
n/ModemManager-1.20.6-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.42.4-x86_64-1.txz:  Upgraded.
n/openssl-3.0.8-x86_64-2.txz:  Rebuilt.
  Fixed man pages. Thanks to marav.
  Add example for enabling the legacy algorithms to /etc/ssl/openssl.cnf.
  Thanks to ctrlaltca.
n/openvpn-2.6.1-x86_64-1.txz:  Upgraded.
x/ibus-libpinyin-1.15.2-x86_64-1.txz:  Upgraded.
x/mesa-22.3.7-x86_64-1.txz:  Upgraded.
Provided by http://marav8.free.fr/report/slack-current-x86_64.txt
 
1 members found this post helpful.
Old 03-09-2023, 02:45 PM   #890
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,477

Original Poster
Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
Code:
x/mesa-22.3.7-x86_64-1.txz:  Upgraded.
Mesa 22.3.7 Released To End Out The Series
Code:
Mesa 22.3.7 has been released as the last planned point release for that driver Q4'2022 driver series.
https://www.phoronix.com/news/Mesa-22.3.7-Released
 
1 members found this post helpful.
Old 03-10-2023, 12:42 AM   #891
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
...
problem solved.

Last edited by nobodino; 03-10-2023 at 12:56 AM.
 
Old 03-10-2023, 01:10 AM   #892
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,642

Rep: Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522Reputation: 3522
Quote:
Originally Posted by marav View Post
Code:
x/mesa-22.3.7-x86_64-1.txz:  Upgraded.
Mesa 22.3.7 Released To End Out The Series
Code:
Mesa 22.3.7 has been released as the last planned point release for that driver Q4'2022 driver series.
https://www.phoronix.com/news/Mesa-22.3.7-Released
Yep, we are lucky to have Mesa 22.3.7 on (soon to be released) Slackware 15.1

In the end, on Slackware 15.0 we got Mesa 21.3.5 while there was even 21.3.9 released.
 
1 members found this post helpful.
Old 03-10-2023, 09:47 AM   #893
dalacor
Member
 
Registered: Feb 2019
Distribution: Slackware
Posts: 178

Rep: Reputation: Disabled
Is the issue with Openvpn only if you have installed Openvpn Source? I updated Slackware current - about a week ago - and am running Opevnpn 2.6.0 and Openssl 1.1.1 on the Servers. I don't seem to have openssl3 installed on my Slackware systems. My openvpn connections are working perfectly and are using openssl 1.1.1, although admittedly the clients are still running Openvpn 2.5.8. My openvpn is installed along with all the other Slackware packages, so is updated every time I run slackpkg upgrade-all.

I have looked at the documentation of Openvpn and it's really unclear when Openvpn uses Openssl 3 and when it uses Openssl 1.1.1. I don't know if its the version of the server or the client package that is important here or something else that makes openvpn use 1.1.1 or ver 3?

I created my certificates/keys last year using openssl 1.1.1. I only updated slackware Serviers about a week ago and no issues with anyone connecting to any of the Openvpn Servers.
 
Old 03-10-2023, 02:53 PM   #894
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,477

Original Poster
Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
13 updates (x86_64) : 11 upgraded, 2 rebuilt
Code:
Fri Mar 10 20:32:48 UTC 2023
a/kernel-firmware-20230310_588dd07-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.16-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.16-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.16-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.1.16-x86-1.txz:  Upgraded.
k/kernel-source-6.1.16-noarch-1.txz:  Upgraded.
  +SND_HDA_CTL_DEV_ID n
l/imagemagick-7.1.1_2-x86_64-1.txz:  Upgraded.
l/mozilla-nss-3.89-x86_64-1.txz:  Upgraded.
l/openexr-3.1.6-x86_64-1.txz:  Upgraded.
n/libnftnl-1.2.5-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
Provided by http://marav8.free.fr/report/slack-current-x86_64.txt
 
1 members found this post helpful.
Old 03-11-2023, 03:36 AM   #895
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 339

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395
Quote:
Originally Posted by dalacor View Post
Is the issue with Openvpn only if you have installed Openvpn Source?
Nope, the problem is the use of legacy ciphers that have been disabled by default on openssl3.
These ciphers can be used both for encrypting the connection or, if you use a certificate, to encrypt the private key.

To determine the openvpn/openssl version you are using, just look at the start of the connection log:
Code:
2023-03-09 09:01:31 OpenVPN 2.6.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2023-03-09 09:01:31 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
 
1 members found this post helpful.
Old 03-11-2023, 06:44 AM   #896
dalacor
Member
 
Registered: Feb 2019
Distribution: Slackware
Posts: 178

Rep: Reputation: Disabled
Quote:
Originally Posted by ctrlaltca View Post
Nope, the problem is the use of legacy ciphers that have been disabled by default on openssl3.
These ciphers can be used both for encrypting the connection or, if you use a certificate, to encrypt the private key.

To determine the openvpn/openssl version you are using, just look at the start of the connection log:
Code:
2023-03-09 09:01:31 OpenVPN 2.6.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2023-03-09 09:01:31 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
I understand why the error is occurring. What I was asking is under what circumstances does Opevnpn use Openssl 3 as opposed to Openssl 1.1.1?

My servers are running Openvpn 2.6.0 (exactly like your version). Yet my system is using Openssl 1.1.1. Why is mine using openssl 1.1.1 and yours is using Openssl 3, when we are both running the same server version?
 
Old 03-11-2023, 06:49 AM   #897
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,071

Rep: Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305Reputation: 1305
Quote:
Originally Posted by dalacor View Post
I understand why the error is occurring. What I was asking is under what circumstances does Opevnpn use Openssl 3 as opposed to Openssl 1.1.1?

My servers are running Openvpn 2.6.0 (exactly like your version). Yet my system is using Openssl 1.1.1. Why is mine using openssl 1.1.1 and yours is using Openssl 3, when we are both running the same server version?
This is a very good question!

How about you open your own thread about this problem and stop derailing this changelog thread?
 
1 members found this post helpful.
Old 03-11-2023, 07:31 PM   #898
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,477

Original Poster
Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
105 updates (x86_64) : 102 upgraded, 3 rebuilt
Code:
Sun Mar 12 01:11:34 UTC 2023
a/kernel-generic-6.1.18-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.18-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.18-x86_64-1.txz:  Upgraded.
ap/sqlite-3.41.1-x86_64-1.txz:  Upgraded.
d/kernel-headers-6.1.18-x86-1.txz:  Upgraded.
k/kernel-source-6.1.18-noarch-1.txz:  Upgraded.
  Sorry we missed 6.1.17 ;-)
kde/attica-5.104.0-x86_64-1.txz:  Upgraded.
kde/baloo-5.104.0-x86_64-1.txz:  Upgraded.
kde/bluez-qt-5.104.0-x86_64-1.txz:  Upgraded.
kde/breeze-icons-5.104.0-noarch-1.txz:  Upgraded.
kde/extra-cmake-modules-5.104.0-x86_64-1.txz:  Upgraded.
kde/fcitx5-configtool-5.0.17-x86_64-1.txz:  Upgraded.
kde/frameworkintegration-5.104.0-x86_64-1.txz:  Upgraded.
kde/kactivities-5.104.0-x86_64-1.txz:  Upgraded.
kde/kactivities-stats-5.104.0-x86_64-1.txz:  Upgraded.
kde/kapidox-5.104.0-x86_64-1.txz:  Upgraded.
kde/karchive-5.104.0-x86_64-1.txz:  Upgraded.
kde/kauth-5.104.0-x86_64-1.txz:  Upgraded.
kde/kbookmarks-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcalendarcore-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcmutils-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcodecs-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcompletion-5.104.0-x86_64-1.txz:  Upgraded.
kde/kconfig-5.104.0-x86_64-1.txz:  Upgraded.
kde/kconfigwidgets-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcontacts-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcoreaddons-5.104.0-x86_64-1.txz:  Upgraded.
kde/kcrash-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdav-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdbusaddons-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdeclarative-5.104.0-x86_64-1.txz:  Upgraded.
kde/kded-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdelibs4support-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdesignerplugin-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdesu-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdewebkit-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdnssd-5.104.0-x86_64-1.txz:  Upgraded.
kde/kdoctools-5.104.0-x86_64-1.txz:  Upgraded.
kde/kemoticons-5.104.0-x86_64-1.txz:  Upgraded.
kde/kfilemetadata-5.104.0-x86_64-1.txz:  Upgraded.
kde/kglobalaccel-5.104.0-x86_64-1.txz:  Upgraded.
kde/kguiaddons-5.104.0-x86_64-1.txz:  Upgraded.
kde/kholidays-5.104.0-x86_64-1.txz:  Upgraded.
kde/khtml-5.104.0-x86_64-1.txz:  Upgraded.
kde/ki18n-5.104.0-x86_64-1.txz:  Upgraded.
kde/kiconthemes-5.104.0-x86_64-1.txz:  Upgraded.
kde/kidletime-5.104.0-x86_64-1.txz:  Upgraded.
kde/kimageformats-5.104.0-x86_64-1.txz:  Upgraded.
kde/kinit-5.104.0-x86_64-1.txz:  Upgraded.
kde/kio-5.104.0-x86_64-1.txz:  Upgraded.
kde/kirigami2-5.104.0-x86_64-1.txz:  Upgraded.
kde/kitemmodels-5.104.0-x86_64-1.txz:  Upgraded.
kde/kitemviews-5.104.0-x86_64-1.txz:  Upgraded.
kde/kjobwidgets-5.104.0-x86_64-1.txz:  Upgraded.
kde/kjs-5.104.0-x86_64-1.txz:  Upgraded.
kde/kjsembed-5.104.0-x86_64-1.txz:  Upgraded.
kde/kmediaplayer-5.104.0-x86_64-1.txz:  Upgraded.
kde/knewstuff-5.104.0-x86_64-1.txz:  Upgraded.
kde/knotifications-5.104.0-x86_64-1.txz:  Upgraded.
kde/knotifyconfig-5.104.0-x86_64-1.txz:  Upgraded.
kde/kpackage-5.104.0-x86_64-1.txz:  Upgraded.
kde/kparts-5.104.0-x86_64-1.txz:  Upgraded.
kde/kpeople-5.104.0-x86_64-1.txz:  Upgraded.
kde/kplotting-5.104.0-x86_64-1.txz:  Upgraded.
kde/kpty-5.104.0-x86_64-1.txz:  Upgraded.
kde/kquickcharts-5.104.0-x86_64-1.txz:  Upgraded.
kde/kross-5.104.0-x86_64-1.txz:  Upgraded.
kde/krunner-5.104.0-x86_64-1.txz:  Upgraded.
kde/kservice-5.104.0-x86_64-1.txz:  Upgraded.
kde/ktexteditor-5.104.0-x86_64-1.txz:  Upgraded.
kde/ktextwidgets-5.104.0-x86_64-1.txz:  Upgraded.
kde/kunitconversion-5.104.0-x86_64-1.txz:  Upgraded.
kde/kwallet-5.104.0-x86_64-1.txz:  Upgraded.
kde/kwayland-5.104.0-x86_64-1.txz:  Upgraded.
kde/kwidgetsaddons-5.104.0-x86_64-1.txz:  Upgraded.
kde/kwindowsystem-5.104.0-x86_64-1.txz:  Upgraded.
kde/kxmlgui-5.104.0-x86_64-1.txz:  Upgraded.
kde/kxmlrpcclient-5.104.0-x86_64-1.txz:  Upgraded.
kde/modemmanager-qt-5.104.0-x86_64-1.txz:  Upgraded.
kde/networkmanager-qt-5.104.0-x86_64-1.txz:  Upgraded.
kde/oxygen-icons5-5.104.0-noarch-1.txz:  Upgraded.
kde/plasma-framework-5.104.0-x86_64-1.txz:  Upgraded.
kde/prison-5.104.0-x86_64-1.txz:  Upgraded.
kde/purpose-5.104.0-x86_64-1.txz:  Upgraded.
kde/qqc2-desktop-style-5.104.0-x86_64-1.txz:  Upgraded.
kde/solid-5.104.0-x86_64-1.txz:  Upgraded.
kde/sonnet-5.104.0-x86_64-1.txz:  Upgraded.
kde/syndication-5.104.0-x86_64-1.txz:  Upgraded.
kde/syntax-highlighting-5.104.0-x86_64-1.txz:  Upgraded.
kde/threadweaver-5.104.0-x86_64-1.txz:  Upgraded.
n/php-8.2.3-x86_64-2.txz:  Rebuilt.
  The XMLRPC extension is no longer bundled in PHP since PHP 8.0, so stop
  trying to load it in php.ini. This change is pending in 15.0's
  /extra/source as well for when there are new versions of PHP8 there.
  Thanks to ctrlaltca (and others).
x/fcitx5-5.0.22-x86_64-1.txz:  Upgraded.
x/fcitx5-anthy-5.0.14-x86_64-1.txz:  Upgraded.
x/fcitx5-chinese-addons-5.0.17-x86_64-1.txz:  Upgraded.
x/fcitx5-gtk-5.0.22-x86_64-1.txz:  Upgraded.
x/fcitx5-hangul-5.0.11-x86_64-1.txz:  Upgraded.
x/fcitx5-kkc-5.0.12-x86_64-1.txz:  Upgraded.
x/fcitx5-qt-5.0.17-x86_64-1.txz:  Upgraded.
x/fcitx5-table-extra-5.0.13-x86_64-1.txz:  Upgraded.
x/fcitx5-table-other-5.0.11-x86_64-1.txz:  Upgraded.
x/fcitx5-unikey-5.0.13-x86_64-1.txz:  Upgraded.
x/libime-1.0.17-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
Provided by http://marav8.free.fr/report/slack-current-x86_64.txt
 
Old 03-12-2023, 02:19 PM   #899
lucabon
Member
 
Registered: Oct 2021
Location: Italy
Distribution: Slackware
Posts: 111

Rep: Reputation: 77
Quote:
Originally Posted by marav View Post
Code:
l/serf-1.3.9-x86_64-8.txz:  Rebuilt.
  Recompiled against openssl-3.0.8.
Implicit declaration of ERR_GET_FUNC (no more available on openssl-3) while compiling, so subversion fails to link:
Code:
buckets/ssl_buckets.c:1329:24: warning: implicit declaration of function 'ERR_GET_FUNC'; did you mean 'ERR_GET_LIB'? [-Wimplicit-function-declaration]
 1329 |                        ERR_GET_FUNC(err),
      |                        ^~~~~~~~~~~~
      |                        ERR_GET_LIB

There is a patch from LFS:
https://www.linuxfromscratch.org/pat..._fixes-1.patch
 
Old 03-12-2023, 04:19 PM   #900
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,362

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
I think thi is not the correct thread , but comment, archlinux have 3 patches for serf udner openssl3

https://github.com/archlinux/svntogi...ges/serf/trunk
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Latest Firefox (88.0.1) has trouble with -current changelog... andrew.46 Slackware 5 05-10-2021 04:59 AM
Wrong ChangeLog for Slackware Current? rsamurti Slackware 5 06-28-2020 01:46 AM
Latest Xorg changelog effect brodo Slackware 12 09-22-2008 01:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration