Re: krb5 port fails to build in newly upgraded jails 14.4
Kaya Saman <[email protected]> Tue, 7 Jul 2026 21:58:43 +0100
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
On 7/7/26 9:41 PM, Mark Millard wrote: > On 7/7/26 13:24, Kaya Saman wrote: >> On 7/7/26 9:00 PM, Mark Millard wrote: >>> On 7/7/26 12:34, Mark Millard wrote: >>>> On 7/7/26 12:09, Kaya Saman wrote: >>>>> On 7/7/26 7:39 PM, Mark Millard wrote: >>>>>> On 7/7/26 10:53, Kaya Saman wrote: >>>>>>> On 7/7/26 6:48 PM, Janky Jay, III wrote: >>>>>>>> Hello, >>>>>>>> >>>>>>>> On 7/7/26 11:28AM, Kaya Saman wrote: >>>>>>>>> Ah something seems to be hanging in the jail upgrade? >>>>>>>>> >>>>>>>>> >>>>>>>>> src component not installed, skipped >>>>>>>>> You have a partially completed upgrade pending >>>>>>>> If you're having issues with upgrading jails using freebsd-updat= e, >>>>>>>> might I suggest maybe just switching to pkgbase and being done w= ith >>>>>>>> all that old headache? >>>>>>>> >>>>>>>> There's a pretty good write-up on jail updating/upgrading from >>>>>>>> 14.x to >>>>>>>> 15.x here, if you're interested. Would likely save you a bunch o= f >>>>>>>> time >>>>>>>> as well if there are many jails: >>>>>>>> https://forums.freebsd.org/threads/jail-upgrade-from-14-3-releas= e- >>>>>>>> to-15-0-release-with-pkgbase.101467/ >>>>>>>> >>>>>>>> Regards, >>>>>>>> Janky Jay, III >>>>>>>> >>>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> >>>>>>> So far I think the jail has upgraded properly? I ran a freebsd- >>>>>>> update -j >>>>>>> <name> -F fetch install >>>>>>> >>>>>>> >>>>>>> it's got the jail up to 14.4-p7 which is great >>>>>>> >>>>>>> >>>>>>> I still can't build krb5 as it's looking for the same libraries w= hich >>>>>>> just don't exist. >>>>>> That means that you have other files around that are in use and >>>>>> contain >>>>>> references to the paths that start with /usr/src/gnu/lib/libdialog= / >>>>>> (and, possibly, more old paths). It might be old code compiled/lin= ked >>>>>> long ago that recorded the source code paths. >>>>>> >>>>>> Your original message report indicated the following as containing >>>>>> such >>>>>> references: >>>>>> >>>>>> display.o:(rl_redisplay) in archive /usr/lib/libreadline.a >>>>>> terminal.o:(_rl_backspace) in archive /usr/lib/libreadline.a >>>>>> >>>>>> and those same .o file copies in the same .a file for other routin= es: >>>>>> >>>>>> _rl_get_screen_size >>>>>> _rl_init_terminal_io >>>>>> update_line >>>>>> >>>>>> I'll note that none of my fairly modern jail/chroot/boot systems h= as a >>>>>> /usr/lib/libreadline.a : it is another example of a file long gone= (no >>>>>> longer produced from source that is also long gone). >>>>>> >>>>>> As I indicated earlier, you seem to need to do a very general clea= nout >>>>>> of out of date materials that go back as far as 11.* (and possibly >>>>>> farther). >>>>>> >>>>>> Depending on what you know vs. do not know for making old vs. mode= rn >>>>>> distinctions, that might involve simply starting over from scratch >>>>>> based >>>>>> on modern installation techniques. >>>>>> >>>>>>> I'm not sure where to begin debugging that? >>>>>>> >>>>>>> >>>>>>> Remove all ports and reinstall but I think result will be same? >>>>>>> >>>>>>> >>>>>>> >>>>> Hi Mark, >>>>> >>>>> >>>>> you're a legend! >>>>> >>>>> >>>>> I had a look within /usr/lib and sure there were 3x libreadline* fi= les >>>>> in there. >>>>> >>>>> >>>>> Now I don't know if this is a permanent solution and if all old >>>>> libraries etc... have gone *but a very nice rm /usr/lib/libreadline= * >>>>> followed by building the ports worked. >>>>> >>>>> >>>>> I remember there was an IDS approach to cross-compare old vs new fi= les >>>>> and what's changed. I'm not sure if that still applies.... >>>>> >>>>> >>>>> Some of these jails might have been built during the 8.x era lol an= d >>>>> using the source "make buildworld DESTDIR=3DD" in /usr/src >>>>> >>>>> >>>>> Anyway, it's a fix for now :-) >>>> I should note that trying to use 14.4's: >>>> >>>> make delete-old-libs DESTDIR=3D. . . >>>> >>>> depends on if ObsoleteFiles.inc still contains: >>>> >>>> # 20140705: turn libreadline into an internal lib >>>> OLD_LIBS+=3Dlib/libreadline.so.8 >>>> OLD_FILES+=3Dusr/lib/libreadline.a >>>> . . . >>>> >>>> Looking . . . 14.4 does. 15.0 does not. >>>> >>>> That suggests that you may want to try make delete-old-libs DESTDIR=3D= ... >>>> But you may end up finding that other things are dependent on what >>>> should no longer exist and you may then end up having to reconstruct >>>> things based on the somewhat cleaned out context that resulted. >>> By the way, there are also: >>> >>> make check-old-libs DESTDIR=3D. . . >>> >>> for learning ahead of time what would be involved in the delete seque= nce. >>> >>> There is also a command for listing what is considered for the checki= ng, >>> including what is not found to exist by the check-old-libs command: >>> >>> make list-old-libs DESTDIR=3D. . . >>> >>>> Based on the above, the identified old content goes back to 2014: ov= er a >>>> decade. >>>> >>>>> Regards, >>>>> >>>>> >>>>> Kaya >>>>> >>>>> >>>>> >> Many thanks.... I really appreciate this! >> >> >> where do I run the make command from? >> >> >> Is it from /usr/src? because I cleaned that out... > It is executed from a source tree that matches the modern system > involved. DESTDIR should be pointed to the top of the system/jail/chroo= t > directory tree that is to have any old libraries found deleted. > > So it sounds like you need to establish a /usr/src/ with the source for > the version of the system that you are cleaning up: 14.4-RELEASE-p7 > As stands that is the releng/14.7 branch in git (presuming no more > patching is started any time soon). The release/14.4.0-p7 tag can be > used as a more stable reference. > >> >> Gotcha! As you suspected: =C2=A0# make check-old-libs DESTDIR=3D/jl/dns >>> Checking for old libraries /jl/dns/lib/casper/libcap_dns.so.0 /jl/dns/usr/lib/debug/lib/casper/libcap_dns.so.0.debug /jl/dns/lib/casper/libcap_dns.so.1 /jl/dns/usr/lib/debug/lib/casper/libcap_dns.so.1.debug /jl/dns/lib/casper/libcap_grp.so.0 /jl/dns/usr/lib/debug/lib/casper/libcap_grp.so.0.debug /jl/dns/lib/casper/libcap_pwd.so.0 /jl/dns/usr/lib/debug/lib/casper/libcap_pwd.so.0.debug /jl/dns/lib/casper/libcap_random.so.0 /jl/dns/usr/lib/debug/lib/casper/libcap_random.so.0.debug /jl/dns/lib/casper/libcap_random.so.1 /jl/dns/usr/lib/debug/lib/casper/libcap_random.so.1.debug /jl/dns/lib/casper/libcap_sysctl.so.0 /jl/dns/usr/lib/debug/lib/casper/libcap_sysctl.so.0.debug /jl/dns/lib/casper/libcap_sysctl.so.1 /jl/dns/usr/lib/debug/lib/casper/libcap_sysctl.so.1.debug /jl/dns/lib/geom/geom_sched.so /jl/dns/usr/lib/debug/lib/geom/geom_sched.so.debug /jl/dns/lib/libalias_cuseeme.so /jl/dns/usr/lib/debug/lib/libalias_cuseeme.so.debug /jl/dns/lib/libcam.so.6 /jl/dns/lib/libcapsicum.so.0 /jl/dns/lib/libcasper.so.0 /jl/dns/usr/lib/debug/lib/libcasper.so.0.debug /jl/dns/lib/libcrypto.so.111 /jl/dns/lib/libcrypto.so.7 /jl/dns/lib/libcrypto.so.8 /jl/dns/usr/lib/debug/lib/libcrypto.so.8.debug /jl/dns/lib/libedit.so.7 /jl/dns/usr/lib/debug/lib/libedit.so.7.debug /jl/dns/lib/libipx.so.5 /jl/dns/lib/libkvm.so.6 /jl/dns/lib/libncurses.so.8 /jl/dns/usr/lib/debug/lib/libncurses.so.8.debug /jl/dns/lib/libncursesw.so.8 /jl/dns/usr/lib/debug/lib/libncursesw.so.8.debug /jl/dns/lib/libnv.so.0 /jl/dns/lib/libreadline.so.8 /jl/dns/lib/libufs.so.6 /jl/dns/usr/lib/debug/lib/libufs.so.6.debug /jl/dns/lib/libzfs.so.2 /jl/dns/usr/lib/debug/lib/libzfs.so.2.debug /jl/dns/lib/libzfs.so.3 /jl/dns/usr/lib/debug/lib/libzfs.so.3.debug /jl/dns/usr/lib/engines/lib4758cca.so /jl/dns/usr/lib/debug/usr/lib/engines/lib4758cca.so.debug /jl/dns/usr/lib/engines/libaep.so /jl/dns/usr/lib/debug/usr/lib/engines/libaep.so.debug /jl/dns/usr/lib/engines/libatalla.so /jl/dns/usr/lib/debug/usr/lib/engines/libatalla.so.debug /jl/dns/usr/lib/engines/libcapi.so /jl/dns/usr/lib/debug/usr/lib/engines/libcapi.so.debug /jl/dns/usr/lib/engines/libchil.so /jl/dns/usr/lib/debug/usr/lib/engines/libchil.so.debug /jl/dns/usr/lib/engines/libcswift.so /jl/dns/usr/lib/debug/usr/lib/engines/libcswift.so.debug /jl/dns/usr/lib/engines/libgost.so /jl/dns/usr/lib/debug/usr/lib/engines/libgost.so.debug /jl/dns/usr/lib/engines/libnuron.so /jl/dns/usr/lib/debug/usr/lib/engines/libnuron.so.debug /jl/dns/usr/lib/engines/libsureware.so /jl/dns/usr/lib/debug/usr/lib/engines/libsureware.so.debug /jl/dns/usr/lib/engines/libubsec.so /jl/dns/usr/lib/debug/usr/lib/engines/libubsec.so.debug /jl/dns/usr/lib/i18n/libBIG5.so.4 /jl/dns/usr/lib/i18n/libDECHanyu.so.4 /jl/dns/usr/lib/i18n/libEUC.so.4 /jl/dns/usr/lib/i18n/libEUCTW.so.4 /jl/dns/usr/lib/i18n/libGBK2K.so.4 /jl/dns/usr/lib/i18n/libHZ.so.4 /jl/dns/usr/lib/i18n/libISO2022.so.4 /jl/dns/usr/lib/i18n/libJOHAB.so.4 /jl/dns/usr/lib/i18n/libMSKanji.so.4 /jl/dns/usr/lib/i18n/libUES.so.4 /jl/dns/usr/lib/i18n/libUTF1632.so.4 /jl/dns/usr/lib/i18n/libUTF7.so.4 /jl/dns/usr/lib/i18n/libUTF8.so.4 /jl/dns/usr/lib/i18n/libVIQR.so.4 /jl/dns/usr/lib/i18n/libZW.so.4 /jl/dns/usr/lib/i18n/libiconv_none.so.4 /jl/dns/usr/lib/i18n/libiconv_std.so.4 /jl/dns/usr/lib/i18n/libmapper_646.so.4 /jl/dns/usr/lib/i18n/libmapper_none.so.4 /jl/dns/usr/lib/i18n/libmapper_parallel.so.4 /jl/dns/usr/lib/i18n/libmapper_serial.so.4 /jl/dns/usr/lib/i18n/libmapper_std.so.4 /jl/dns/usr/lib/i18n/libmapper_zone.so.4 /jl/dns/usr/lib/libarchive.so.6 /jl/dns/usr/lib/debug/usr/lib/libarchive.so.6.debug /jl/dns/usr/lib/libatf-c++.so.1 /jl/dns/usr/lib/libatf-c.so.1 /jl/dns/usr/lib/libauditd.so.5 /jl/dns/usr/lib/debug/usr/lib/libauditd.so.5.debug /jl/dns/usr/lib/libbsnmptools.so.0 /jl/dns/usr/lib/libcap_random.so /jl/dns/usr/lib/libdevinfo.so.5 /jl/dns/usr/lib/libdialog.so.8 /jl/dns/usr/lib/debug/usr/lib/libdialog.so.8.debug /jl/dns/usr/lib/libdialog.so.9 /jl/dns/usr/lib/libdpv.so.1 /jl/dns/usr/lib/debug/usr/lib/libdpv.so.1.debug /jl/dns/usr/lib/libdpv.so.2 /jl/dns/usr/lib/libdwarf.so.3 /jl/dns/usr/lib/libelf.so.1 /jl/dns/usr/lib/libform.so.5 /jl/dns/usr/lib/debug/usr/lib/libform.so.5.debug /jl/dns/usr/lib/libformw.so.5 /jl/dns/usr/lib/debug/usr/lib/libformw.so.5.debug /jl/dns/usr/lib/libgnuregex.so.5 /jl/dns/usr/lib/debug/usr/lib/libgnuregex.so.5.debug /jl/dns/usr/lib/libgomp.so.1 /jl/dns/usr/lib/libgpib.so.3 /jl/dns/usr/lib/libheimsqlite.so.11 /jl/dns/usr/lib/libhistory.so.8 /jl/dns/usr/lib/libmenu.so.5 /jl/dns/usr/lib/debug/usr/lib/libmenu.so.5.debug /jl/dns/usr/lib/libmenuw.so.5 /jl/dns/usr/lib/debug/usr/lib/libmenuw.so.5.debug /jl/dns/usr/lib/libmilter.so.5 /jl/dns/usr/lib/debug/usr/lib/libmilter.so.5.debug /jl/dns/usr/lib/libngatm.so.4 /jl/dns/usr/lib/libopie.so.7 /jl/dns/usr/lib/libopie.so.8 /jl/dns/usr/lib/libpam.so.5 /jl/dns/usr/lib/libpanel.so.5 /jl/dns/usr/lib/debug/usr/lib/libpanel.so.5.debug /jl/dns/usr/lib/libpanelw.so.5 /jl/dns/usr/lib/debug/usr/lib/libpanelw.so.5.debug /jl/dns/usr/lib/libprivateevent.so.1 /jl/dns/usr/lib/debug/usr/lib/libprivateevent.so.1.debug /jl/dns/usr/lib/libproc.so.2 /jl/dns/usr/lib/libproc.so.3 /jl/dns/usr/lib/debug/usr/lib/libproc.so.3.debug /jl/dns/usr/lib/libssl.so.111 /jl/dns/usr/lib/libssl.so.7 /jl/dns/usr/lib/libssl.so.8 /jl/dns/usr/lib/debug/usr/lib/libssl.so.8.debug /jl/dns/usr/lib/libugidfw.so.4 /jl/dns/usr/lib/libvmmapi.so.5 /jl/dns/usr/lib/pam_chroot.so.5 /jl/dns/usr/lib/pam_deny.so.5 /jl/dns/usr/lib/pam_echo.so.5 /jl/dns/usr/lib/pam_exec.so.5 /jl/dns/usr/lib/pam_ftpusers.so.5 /jl/dns/usr/lib/pam_group.so.5 /jl/dns/usr/lib/pam_guest.so.5 /jl/dns/usr/lib/pam_krb5.so.5 /jl/dns/usr/lib/pam_ksu.so.5 /jl/dns/usr/lib/pam_lastlog.so.5 /jl/dns/usr/lib/pam_login_access.so.5 /jl/dns/usr/lib/pam_nologin.so.5 /jl/dns/usr/lib/pam_opie.so.5 /jl/dns/usr/lib/pam_opie.so.6 /jl/dns/usr/lib/pam_opieaccess.so.5 /jl/dns/usr/lib/pam_opieaccess.so.6 /jl/dns/usr/lib/pam_passwdqc.so.5 /jl/dns/usr/lib/pam_permit.so.5 /jl/dns/usr/lib/pam_radius.so.5 /jl/dns/usr/lib/pam_rhosts.so.5 /jl/dns/usr/lib/pam_rootok.so.5 /jl/dns/usr/lib/pam_securetty.so.5 /jl/dns/usr/lib/pam_self.so.5 /jl/dns/usr/lib/pam_ssh.so.5 /jl/dns/usr/lib/pam_tacplus.so.5 /jl/dns/usr/lib/pam_unix.so.5 /jl/dns/usr/lib/private/libheimipcc.so.11 /jl/dns/usr/lib/private/libheimipcs.so.11 /jl/dns/usr/lib/private/libldns.so.5 /jl/dns/usr/lib/private/libssh.so.5 /jl/dns/usr/lib/private/libucl.so.1 /jl/dns/usr/lib/private/libunbound.so.5 /jl/dns/usr/lib/private/libyaml.so.1 /jl/dns/usr/lib/snmp_atm.so.6 /jl/dns/usr/lib/debug/usr/lib/snmp_atm.so.6.debug /jl/dns/usr/lib32/capi.so /jl/dns/usr/lib/debug/usr/lib32/capi.so.debug /jl/dns/usr/lib32/geom/geom_sched.so /jl/dns/usr/lib/debug/usr/lib32/geom/geom_sched.so.debug /jl/dns/usr/lib32/lib4758cca.so /jl/dns/usr/lib/debug/usr/lib32/lib4758cca.so.debug /jl/dns/usr/lib32/libaep.so /jl/dns/usr/lib/debug/usr/lib32/libaep.so.debug /jl/dns/usr/lib32/libalias_cuseeme.so /jl/dns/usr/lib/debug/usr/lib32/libalias_cuseeme.so.debug /jl/dns/usr/lib32/libarchive.so.6 /jl/dns/usr/lib/debug/usr/lib32/libarchive.so.6.debug /jl/dns/usr/lib32/libatalla.so /jl/dns/usr/lib/debug/usr/lib32/libatalla.so.debug /jl/dns/usr/lib32/libatf-c++.so.1 /jl/dns/usr/lib32/libatf-c.so.1 /jl/dns/usr/lib32/libauditd.so.5 /jl/dns/usr/lib/debug/usr/lib32/libauditd.so.5.debug /jl/dns/usr/lib32/libcam.so.6 /jl/dns/usr/lib32/libcap_dns.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_dns.so.0.debug /jl/dns/usr/lib32/libcap_dns.so.1 /jl/dns/usr/lib/debug/usr/lib32/libcap_dns.so.1.debug /jl/dns/usr/lib32/libcap_grp.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_grp.so.0.debug /jl/dns/usr/lib32/libcap_pwd.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_pwd.so.0.debug /jl/dns/usr/lib32/libcap_random.so /jl/dns/usr/lib32/libcap_random.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_random.so.0.debug /jl/dns/usr/lib32/libcap_random.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_random.so.0.debug /jl/dns/usr/lib32/libcap_random.so.1 /jl/dns/usr/lib/debug/usr/lib32/libcap_random.so.1.debug /jl/dns/usr/lib32/libcap_sysctl.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcap_sysctl.so.0.debug /jl/dns/usr/lib32/libcap_sysctl.so.1 /jl/dns/usr/lib/debug/usr/lib32/libcap_sysctl.so.1.debug /jl/dns/usr/lib32/libcapi.so /jl/dns/usr/lib/debug/usr/lib32/libcapi.so.debug /jl/dns/usr/lib32/libcapsicum.so.0 /jl/dns/usr/lib32/libcasper.so.0 /jl/dns/usr/lib/debug/usr/lib32/libcasper.so.0.debug /jl/dns/usr/lib32/libchil.so /jl/dns/usr/lib/debug/usr/lib32/libchil.so.debug /jl/dns/usr/lib32/libcrypto.so.7 /jl/dns/usr/lib32/libcrypto.so.8 /jl/dns/usr/lib/debug/usr/lib32/libcrypto.so.8.debug /jl/dns/usr/lib32/libcswift.so /jl/dns/usr/lib/debug/usr/lib32/libcswift.so.debug /jl/dns/usr/lib32/libdevinfo.so.5 /jl/dns/usr/lib32/libdialog.so.8 /jl/dns/usr/lib/debug/usr/lib32/libdialog.so.8.debug /jl/dns/usr/lib32/libdpv.so.1 /jl/dns/usr/lib/debug/usr/lib32/libdpv.so.1.debug /jl/dns/usr/lib32/libdwarf.so.3 /jl/dns/usr/lib32/libedit.so.7 /jl/dns/usr/lib/debug/usr/lib32/libedit.so.7.debug /jl/dns/usr/lib32/libelf.so.1 /jl/dns/usr/lib32/libform.so.5 /jl/dns/usr/lib/debug/usr/lib32/libform.so.5.debug /jl/dns/usr/lib32/libformw.so.5 /jl/dns/usr/lib/debug/usr/lib32/libformw.so.5.debug /jl/dns/usr/lib32/libgnuregex.so.5 /jl/dns/usr/lib/debug/usr/lib32/libgnuregex.so.5.debug /jl/dns/usr/lib32/libgomp.so.1 /jl/dns/usr/lib32/libgost.so /jl/dns/usr/lib/debug/usr/lib32/libgost.so.debug /jl/dns/usr/lib32/libgpib.so.3 /jl/dns/usr/lib32/libheimsqlite.so.11 /jl/dns/usr/lib32/libhistory.so.8 /jl/dns/usr/lib32/libipx.so.5 /jl/dns/usr/lib32/libkvm.so.6 /jl/dns/usr/lib32/libmenu.so.5 /jl/dns/usr/lib/debug/usr/lib32/libmenu.so.5.debug /jl/dns/usr/lib32/libmenuw.so.5 /jl/dns/usr/lib/debug/usr/lib32/libmenuw.so.5.debug /jl/dns/usr/lib32/libmilter.so.5 /jl/dns/usr/lib/debug/usr/lib32/libmilter.so.5.debug /jl/dns/usr/lib32/libncurses.so.8 /jl/dns/usr/lib/debug/usr/lib32/libncurses.so.8.debug /jl/dns/usr/lib32/libncursesw.so.8 /jl/dns/usr/lib/debug/usr/lib32/libncursesw.so.8.debug /jl/dns/usr/lib32/libnuron.so /jl/dns/usr/lib/debug/usr/lib32/libnuron.so.debug /jl/dns/usr/lib32/libopie.so.7 /jl/dns/usr/lib32/libpam.so.5 /jl/dns/usr/lib32/libpanel.so.5 /jl/dns/usr/lib/debug/usr/lib32/libpanel.so.5.debug /jl/dns/usr/lib32/libpanelw.so.5 /jl/dns/usr/lib/debug/usr/lib32/libpanelw.so.5.debug /jl/dns/usr/lib32/libprivateevent.so.1 /jl/dns/usr/lib/debug/usr/lib32/libprivateevent.so.1.debug /jl/dns/usr/lib32/libproc.so.2 /jl/dns/usr/lib32/libproc.so.3 /jl/dns/usr/lib/debug/usr/lib32/libproc.so.3.debug /jl/dns/usr/lib32/libreadline.so.8 /jl/dns/usr/lib32/libssl.so.7 /jl/dns/usr/lib32/libssl.so.8 /jl/dns/usr/lib/debug/usr/lib32/libssl.so.8.debug /jl/dns/usr/lib32/libsureware.so /jl/dns/usr/lib/debug/usr/lib32/libsureware.so.debug /jl/dns/usr/lib32/libubsec.so /jl/dns/usr/lib/debug/usr/lib32/libubsec.so.debug /jl/dns/usr/lib32/libufs.so.6 /jl/dns/usr/lib/debug/usr/lib32/libufs.so.6.debug /jl/dns/usr/lib32/libugidfw.so.4 /jl/dns/usr/lib32/libzfs.so.2 /jl/dns/usr/lib/debug/usr/lib32/libzfs.so.2.debug /jl/dns/usr/lib32/libzfs.so.3 /jl/dns/usr/lib/debug/usr/lib32/libzfs.so.3.debug /jl/dns/usr/lib32/padlock.so /jl/dns/usr/lib/debug/usr/lib32/padlock.so.debug /jl/dns/usr/lib32/pam_chroot.so.5 /jl/dns/usr/lib32/pam_deny.so.5 /jl/dns/usr/lib32/pam_echo.so.5 /jl/dns/usr/lib32/pam_exec.so.5 /jl/dns/usr/lib32/pam_ftpusers.so.5 /jl/dns/usr/lib32/pam_group.so.5 /jl/dns/usr/lib32/pam_guest.so.5 /jl/dns/usr/lib32/pam_krb5.so.5 /jl/dns/usr/lib32/pam_ksu.so.5 /jl/dns/usr/lib32/pam_lastlog.so.5 /jl/dns/usr/lib32/pam_login_access.so.5 /jl/dns/usr/lib32/pam_nologin.so.5 /jl/dns/usr/lib32/pam_opie.so.5 /jl/dns/usr/lib32/pam_opieaccess.so.5 /jl/dns/usr/lib32/pam_passwdqc.so.5 /jl/dns/usr/lib32/pam_permit.so.5 /jl/dns/usr/lib32/pam_radius.so.5 /jl/dns/usr/lib32/pam_rhosts.so.5 /jl/dns/usr/lib32/pam_rootok.so.5 /jl/dns/usr/lib32/pam_securetty.so.5 /jl/dns/usr/lib32/pam_self.so.5 /jl/dns/usr/lib32/pam_ssh.so.5 /jl/dns/usr/lib32/pam_tacplus.so.5 /jl/dns/usr/lib32/pam_unix.so.5 /jl/dns/usr/lib32/private/libheimipcc.so.11 /jl/dns/usr/lib32/private/libheimipcs.so.11 /jl/dns/usr/lib32/private/libldns.so.5 /jl/dns/usr/lib32/private/libssh.so.5 /jl/dns/usr/lib32/private/libucl.so.1 /jl/dns/usr/lib32/private/libunbound.so.5 /jl/dns/usr/lib32/private/libyaml.so.1