Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 00:10:03 -0800 (PST)
From:      Alexei Kukso <pyramid@kaluga.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/61298: mount_msdosfs fails to mount a Russian msdos file system with "-L" and "-D" keys due to missing libiconv.so
Message-ID:  <200401130810.i0D8A35t088941@www.freebsd.org>
Resent-Message-ID: <200401130820.i0D8KQCc039080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61298
>Category:       misc
>Synopsis:       mount_msdosfs fails to mount a Russian msdos file system with "-L" and "-D" keys due to missing libiconv.so
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 00:20:26 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexei Kukso
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
pyramid laboratories
>Environment:
FreeBSD 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jun 11 04:21:45 GMT 2004 ot@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386
 
>Description:
      I cannot mount my Russian msdos file system with a correct Codepage and Locale using -L or -D keys:
mount_msdosfs: Unable to load iconv library: Shared object "libiconv.so" not found
: Unknown error: 0
mount_msdosfs: msdosfs_iconv: No such file or directory

mount_msdosfs fails to load iconv library, though kldstat shows that msdosfs_iconv.ko and libiconv.ko have been loaded:
Id Refs Address    Size     Name
 1    6 0xc0400000 5dfaf4   kernel
 2    1 0xc09e0000 51a18    acpi.ko
 3    1 0xc6eb3000 2000     msdosfs_iconv.ko
 4    1 0xc6eb5000 4000     libiconv.ko

It doesn't matter whether you recompile a kernel with LIBICONV and MSDOSFS_ICONV options or use existing modules, the problem persists.
>How-To-Repeat:
mount_msdosfs -L ru_RU.KOI8-R /dev/ad0s1 /mnt       
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



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