https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205256

--- Comment #1 from [email protected] ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to