Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816972 - net-dialup/freeradius missing /usr/lib64/rlm_eap_leap.so
Summary: net-dialup/freeradius missing /usr/lib64/rlm_eap_leap.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-10-08 14:38 UTC by Michiel Hazelhof
Modified: 2021-12-30 20:52 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel Hazelhof 2021-10-08 14:38:25 UTC
leap library appears to have been deprecated without the config.

Reproducible: Always

Steps to Reproduce:
1. emerge freeradius
2. enable eap module
3. start freeradius
Actual Results:  
rlm_eap (EAP): Failed to link rlm_eap_leap: /usr/lib64/rlm_eap_leap.so: cannot open shared object file: No such file or directory

Expected Results:  
succesfull start

Commenting the 
leap {
}

lines in the eap config fixes the issue for now, think is best to do this by default, as it's deprecated according to the documentation.
Comment 1 Larry the Git Cow gentoo-dev 2021-12-30 20:52:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5921dd829647c67b900a994522325dc2e0fcb1ed

commit 5921dd829647c67b900a994522325dc2e0fcb1ed
Author:     Tomáš Mózes <hydrapolic@gmail.com>
AuthorDate: 2021-12-23 12:16:17 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-12-30 20:52:25 +0000

    net-dialup/freeradius: bump to 3.0.25
    
    Closes: https://bugs.gentoo.org/719984
    Closes: https://bugs.gentoo.org/721040
    Closes: https://bugs.gentoo.org/784143
    Closes: https://bugs.gentoo.org/816972
    Closes: https://bugs.gentoo.org/818205
    Closes: https://github.com/gentoo/gentoo/pull/23479
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 net-dialup/freeradius/Manifest                 |   1 +
 net-dialup/freeradius/files/radius.conf-r6     |  22 ++
 net-dialup/freeradius/freeradius-3.0.25.ebuild | 267 +++++++++++++++++++++++++
 3 files changed, 290 insertions(+)