* mount error 79 = Can not access a needed shared library
@ 2013-06-27 20:50 Thomas Wolff
[not found] ` <51CCA586.1070105-JHPtuYzOr/0@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Wolff @ 2013-06-27 20:50 UTC (permalink / raw)
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA
My attempt to mount with -o iocharset=utf8 fails with this message:
mount error 79 = Can not access a needed shared library
By google, I found one hint to "compile and install" nls_utf8.ko but
without a mention of where to get that from or how to proceed anyway
(very funny).
The system is Debian on a ppc, uname -a:
Linux MyBookLive 2.6.32.11-svn21605 #1 Fri Oct 15 17:13:23 PDT 2010 ppc
GNU/Linux
aptitude search does not show any useful results for nls
------
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mount error 79 = Can not access a needed shared library
[not found] ` <51CCA586.1070105-JHPtuYzOr/0@public.gmane.org>
@ 2013-06-27 21:15 ` Shirish Pargaonkar
2013-06-28 2:27 ` Günter Kukkukk
1 sibling, 0 replies; 3+ messages in thread
From: Shirish Pargaonkar @ 2013-06-27 21:15 UTC (permalink / raw)
To: Thomas Wolff; +Cc: linux-cifs
What is the output of command the dmesg? Does lsmod show nls_utf8
as one of the loaded modules? You can try modprobe nls_utf8 and check
with lsmod whether it is loaded or not!
On Thu, Jun 27, 2013 at 3:50 PM, Thomas Wolff <towo-JHPtuYzOr/0@public.gmane.org> wrote:
> My attempt to mount with -o iocharset=utf8 fails with this message:
> mount error 79 = Can not access a needed shared library
>
> By google, I found one hint to "compile and install" nls_utf8.ko but without
> a mention of where to get that from or how to proceed anyway (very funny).
>
> The system is Debian on a ppc, uname -a:
> Linux MyBookLive 2.6.32.11-svn21605 #1 Fri Oct 15 17:13:23 PDT 2010 ppc
> GNU/Linux
>
> aptitude search does not show any useful results for nls
>
> ------
> Thomas
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: mount error 79 = Can not access a needed shared library
[not found] ` <51CCA586.1070105-JHPtuYzOr/0@public.gmane.org>
2013-06-27 21:15 ` Shirish Pargaonkar
@ 2013-06-28 2:27 ` Günter Kukkukk
1 sibling, 0 replies; 3+ messages in thread
From: Günter Kukkukk @ 2013-06-28 2:27 UTC (permalink / raw)
To: Thomas Wolff; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA
Am Donnerstag, 27. Juni 2013, 22:50:14 schrieb Thomas Wolff:
Hello Thomas,
> My attempt to mount with -o iocharset=utf8 fails with this message:
> mount error 79 = Can not access a needed shared library
>
> By google, I found one hint to "compile and install" nls_utf8.ko but
> without a mention of where to get that from or how to proceed anyway
> (very funny).
>
> The system is Debian on a ppc, uname -a:
> Linux MyBookLive 2.6.32.11-svn21605 #1 Fri Oct 15 17:13:23 PDT 2010 ppc
> GNU/Linux
>
> aptitude search does not show any useful results for nls
All those NLS related stuff is built into the kernel - usually as
modules. So you _cannot_ just install those kernel modules "on the fly".
Some linux .config file (used for the kernel build) might contain
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
...
Which results to nls kernel modules in e.g.
lib/modules/2.6.32.11-svn21605/kernel/fs/nls/
Note - check for subpath "2.6.32.11-svn21605" above - it might be
different.
Strange is that utf8 seems to be not build-in in your kernel version.
(Should be the default for years)
Cheers, Günter
>
> ------
> Thomas
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-28 2:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 20:50 mount error 79 = Can not access a needed shared library Thomas Wolff
[not found] ` <51CCA586.1070105-JHPtuYzOr/0@public.gmane.org>
2013-06-27 21:15 ` Shirish Pargaonkar
2013-06-28 2:27 ` Günter Kukkukk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.