Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2016 17:22:31 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Bug 205256 - Segmentation fault with mount_smbfs
Message-ID:  <56A79D47.4060703@gmail.com>
In-Reply-To: <20160126123833.GA36004@admin.sibptus.tomsk.ru>
References:  <20160126055046.GA23116@admin.sibptus.tomsk.ru> <20160126123833.GA36004@admin.sibptus.tomsk.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 26/01/2016 13:38, Victor Sudakov a écrit :
> What I fail to understand is how converters/libiconv from the ports
> collection should influence mount_smbfs from the base system. But it
> does.

It does because mount_smbfs dynamically load symbols by using 
dlopen("libiconv.so") which then search into several paths and that also 
includes /usr/local/lib/*

I wonder what's wrong with libiconv-1.14_9 because it should be a minor 
update with no API breakage.

Regards,

-- 
David Demelier




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56A79D47.4060703>