Bug 165198

Summary: pppd capi plugin fails to load libcapi20
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: isdn4k-utilsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: christoph.wickert
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-10 15:59:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Woodhouse 2005-08-05 09:34:04 UTC
Attempting to use the capiplugin results in the following error:

Couldn't load shared library libcapi20.so
libcapi20.so: cannot open shared object file: No such file or directory
Segmentation fault

Symlinking libcapi20.so -> libcapi20.so.3 makes it work.

You also need to remove /dev/capi20 (the 20th capi tty device) and recreate the
/dev/capi20 control device (major 68, minor 0).

Comment 1 Christoph Wickert 2006-03-04 03:06:40 UTC
(In reply to comment #0)
> Attempting to use the capiplugin results in the following error:
> 
> Couldn't load shared library libcapi20.so
> libcapi20.so: cannot open shared object file: No such file or directory
> Segmentation fault
> 
> Symlinking libcapi20.so -> libcapi20.so.3 makes it work.

looks like a packagin bug to me:
# rpm -qf libcapi20.so
isdn4k-utils-devel-3.2-28
 
> You also need to remove /dev/capi20 (the 20th capi tty device) and recreate the
> /dev/capi20 control device (major 68, minor 0).

this is an udev issue, see bug #139321

Comment 2 Than Ngo 2006-03-10 15:59:46 UTC
it's now fixed in isdn4k-utils-3.2-41 (rawhide). Thanks for your report.