Durval Menezes
2014-04-01 17:25:12 UTC
Hi Gordan, Ray,
(Moving this to the zfs-fuse list which is more on-topic)
On Tue, Apr 1, 2014 at 11:17 AM, Durval Menezes <durval.menezes-***@public.gmane.org>wrote:
[...]
A) With Gordan's (redsleeve) binaries:
cd /tmp/zfs-fuse-0.7.0.20121023-6.el6.armv5tel/usr/local/bin
./zfs-fuse
./zfs-fuse: error while loading shared libraries: libaio.so.1: cannot open
shared object file: No such file or directory
ldd ./zfs-fuse
/lib/libarmmem.so (0xb6f01000)
librt.so.1 => /lib/librt.so.1 (0xb6ef2000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6ed3000)
libfuse.so.2 => /usr/lib/libfuse.so.2 (0xb6eae000)
libdl.so.2 => /lib/libdl.so.2 (0xb6ea3000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6e91000)
libaio.so.1 => not found
libcrypto.so.10 => not found
libbz2.so.1 => not found
liblzo2.so.2 => not found
liblzma.so.0 => not found
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6e6b000)
libc.so.6 => /lib/libc.so.6 (0xb6d46000)
ld-linux.so.3 => /lib/ld-linux.so.3 (0xb6d1e000)
/lib/ld-linux.so.3 (0xb6f0b000)
The situation with Ray's binaries are much improved, just libaio.so
missing:
cd /tmp/zfs-fuse-0.7.0-arm-bin.tar.gz/usr/local/sbin
ldd ./zfs-fuse
./zfs-fuse: /usr/lib/libcrypto.so.1.0.0: no version information
available (required by ./zfs-fuse)
/lib/libarmmem.so (0xb6edf000)
librt.so.1 => /lib/librt.so.1 (0xb6ed0000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6eb1000)
libfuse.so.2 => /usr/lib/libfuse.so.2 (0xb6e8c000)
libdl.so.2 => /lib/libdl.so.2 (0xb6e81000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6e6f000)
libaio.so.1 => not found
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb6d1e000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6cf8000)
libc.so.6 => /lib/libc.so.6 (0xb6bd3000)
/lib/ld-linux.so.3 (0xb6ee9000)
Oh my... shared library hell... :-/ and to think that the initial rationale
for using shared libraries was to 1. simplify things (ha!) and 2. make
executables smaller (double ha!).
Any chance of getting a statically-linked version without having to do it
myself? :-)
Cheers,
--
Durval.
(Moving this to the zfs-fuse list which is more on-topic)
On Tue, Apr 1, 2014 at 11:17 AM, Durval Menezes <durval.menezes-***@public.gmane.org>wrote:
[...]
I plan on using it here in my RPi (as soon as I get the leisure to modify
my OpenELEC image to load it on boot), will keep you posted as to the
developments..
[...]
Thanks! Will give it a try in case the binaries I extracted from Gordan's
RPM cause me any trouble.
As promised (threatened? :-):my OpenELEC image to load it on boot), will keep you posted as to the
developments..
[...]
Thanks! Will give it a try in case the binaries I extracted from Gordan's
RPM cause me any trouble.
A) With Gordan's (redsleeve) binaries:
cd /tmp/zfs-fuse-0.7.0.20121023-6.el6.armv5tel/usr/local/bin
./zfs-fuse
./zfs-fuse: error while loading shared libraries: libaio.so.1: cannot open
shared object file: No such file or directory
ldd ./zfs-fuse
/lib/libarmmem.so (0xb6f01000)
librt.so.1 => /lib/librt.so.1 (0xb6ef2000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6ed3000)
libfuse.so.2 => /usr/lib/libfuse.so.2 (0xb6eae000)
libdl.so.2 => /lib/libdl.so.2 (0xb6ea3000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6e91000)
libaio.so.1 => not found
libcrypto.so.10 => not found
libbz2.so.1 => not found
liblzo2.so.2 => not found
liblzma.so.0 => not found
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6e6b000)
libc.so.6 => /lib/libc.so.6 (0xb6d46000)
ld-linux.so.3 => /lib/ld-linux.so.3 (0xb6d1e000)
/lib/ld-linux.so.3 (0xb6f0b000)
The situation with Ray's binaries are much improved, just libaio.so
missing:
cd /tmp/zfs-fuse-0.7.0-arm-bin.tar.gz/usr/local/sbin
ldd ./zfs-fuse
./zfs-fuse: /usr/lib/libcrypto.so.1.0.0: no version information
available (required by ./zfs-fuse)
/lib/libarmmem.so (0xb6edf000)
librt.so.1 => /lib/librt.so.1 (0xb6ed0000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6eb1000)
libfuse.so.2 => /usr/lib/libfuse.so.2 (0xb6e8c000)
libdl.so.2 => /lib/libdl.so.2 (0xb6e81000)
libz.so.1 => /usr/lib/libz.so.1 (0xb6e6f000)
libaio.so.1 => not found
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb6d1e000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb6cf8000)
libc.so.6 => /lib/libc.so.6 (0xb6bd3000)
/lib/ld-linux.so.3 (0xb6ee9000)
Oh my... shared library hell... :-/ and to think that the initial rationale
for using shared libraries was to 1. simplify things (ha!) and 2. make
executables smaller (double ha!).
Any chance of getting a statically-linked version without having to do it
myself? :-)
Cheers,
--
Durval.
Cheers,
--
Durval.
--
Durval.
Gordan
To unsubscribe from this group and stop receiving emails from it, send an
To unsubscribe from this group and stop receiving emails from it, send an
--
--
To post to this group, send email to zfs-fuse-/***@public.gmane.org
To visit our Web site, click on http://zfs-fuse.net/
---
You received this message because you are subscribed to the Google Groups "zfs-fuse" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zfs-fuse+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
--
To post to this group, send email to zfs-fuse-/***@public.gmane.org
To visit our Web site, click on http://zfs-fuse.net/
---
You received this message because you are subscribed to the Google Groups "zfs-fuse" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zfs-fuse+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.