Date: Fri, 11 Dec 2015 23:45:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 205256] Segmentation fault with mount_smbfs Message-ID: <bug-205256-8-0Fa9t1TDiW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205256-8@https.bugs.freebsd.org/bugzilla/> References: <bug-205256-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205256 --- Comment #1 from dohzono@gmail.com --- Do these symbols exist? /usr/src/contrib/smbfs/lib/smb/nls.c iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL); if (iconv_lib == NULL) { warn("Unable to load iconv library: %s\n", dlerror()); iconv_loaded++; return ENOENT; } my_iconv_open = dlsym(iconv_lib, "iconv_open"); my_iconv = dlsym(iconv_lib, "iconv"); my_iconv_close = dlsym(iconv_lib, "iconv_close"); -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205256-8-0Fa9t1TDiW>