Scott Balneaves schrieb:
On Tue, May 16, 2006 at 05:58:21PM +0200, Eilert wrote:
/usr/sbin/ltspfs: error while loading shared libraries:
libfuse.so.2: cannot open shared object file: No such file or directory
Well, the computer's told you what the error is: it can't find your fuse
libraries. Perhaps you could tell us a bit how you got fuse installed,
the contents of your /etc/ld.so.conf file, what kernel you're running?
Scott
Hi Scott,
It's kernel 2.6.5 running on the server.
I got fuse from the fuse website (latest version 2.5.3 yesterday) and
compiled it here.
To give you an impression, I compiled it again a few minutes ago and
I'm appending the output from the configure, make and install. Maybe
you can read anything from it...
Thanks for your help.
Rolf
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /raid/usr/i586-suse-linux/bin/ld
checking if the linker (/raid/usr/i586-suse-linux/bin/ld) is GNU ld...
yes
checking for /raid/usr/i586-suse-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/raid/usr/i586-suse-linux/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for fork... yes
checking for setxattr... yes
checking for fdatasync... yes
checking for struct stat.st_atim... yes
configure: creating ./config.status
config.status: creating fuse.pc
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating util/Makefile
config.status: creating example/Makefile
config.status: creating include/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: configuring in kernel
configure: running /bin/sh './configure' --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking if FUSE is loaded as a module... yes
checking if FUSE module is from official kernel... no
checking kernel source directory... /raid/usr/src/linux-2.6.5-7.252
checking kernel build directory...
/raid/usr/src/linux-2.6.5-7.252-obj/i386/smp
checking kernel source version... 2.6.5-7.252-smp
checking if FUSE is configured in the kernel... no
checking if kernel has extended attribute support... yes
checking whether lookup_instantiate_filp is defined... no
checking if this is user mode linux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
Making all in kernel
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel'
make -C /raid/usr/src/linux-2.6.5-7.252
SUBDIRS=/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel
O=/raid/usr/src/linux-2.6.5-7.252-obj/i386/smp modules
make[2]: Entering directory `/raid/usr/src/linux-2.6.5-7.252'
CC [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/dev.o
CC [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/dir.o
CC [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/file.o
CC [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/inode.o
LD [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/fuse.o
Building modules, stage 2.
MODPOST
CC /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/fuse.mod.o
LD [M] /raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel/fuse.ko
make[2]: Leaving directory `/raid/usr/src/linux-2.6.5-7.252'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel'
Making all in include
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make all-am
make[2]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make[2]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
Making all in lib
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse.lo -MD -MP -MF
".deps/fuse.Tpo" -c -o fuse.lo fuse.c; \
then mv -f ".deps/fuse.Tpo" ".deps/fuse.Plo"; else rm -f
".deps/fuse.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse.lo -MD -MP
-MF .deps/fuse.Tpo -c fuse.c -fPIC -DPIC -o .libs/fuse.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse.lo -MD -MP
-MF .deps/fuse.Tpo -c fuse.c -o fuse.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_kern_chan.lo -MD -MP
-MF ".deps/fuse_kern_chan.Tpo" -c -o fuse_kern_chan.lo
fuse_kern_chan.c; \
then mv -f ".deps/fuse_kern_chan.Tpo" ".deps/fuse_kern_chan.Plo"; else
rm -f ".deps/fuse_kern_chan.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT
fuse_kern_chan.lo -MD -MP -MF .deps/fuse_kern_chan.Tpo -c
fuse_kern_chan.c -fPIC -DPIC -o .libs/fuse_kern_chan.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT
fuse_kern_chan.lo -MD -MP -MF .deps/fuse_kern_chan.Tpo -c
fuse_kern_chan.c -o fuse_kern_chan.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop.lo -MD -MP -MF
".deps/fuse_loop.Tpo" -c -o fuse_loop.lo fuse_loop.c; \
then mv -f ".deps/fuse_loop.Tpo" ".deps/fuse_loop.Plo"; else rm -f
".deps/fuse_loop.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop.lo
-MD -MP -MF .deps/fuse_loop.Tpo -c fuse_loop.c -fPIC -DPIC -o
.libs/fuse_loop.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop.lo
-MD -MP -MF .deps/fuse_loop.Tpo -c fuse_loop.c -o fuse_loop.o
>/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop_mt.lo -MD -MP -MF
".deps/fuse_loop_mt.Tpo" -c -o fuse_loop_mt.lo fuse_loop_mt.c; \
then mv -f ".deps/fuse_loop_mt.Tpo" ".deps/fuse_loop_mt.Plo"; else rm
-f ".deps/fuse_loop_mt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop_mt.lo
-MD -MP -MF .deps/fuse_loop_mt.Tpo -c fuse_loop_mt.c -fPIC -DPIC -o
.libs/fuse_loop_mt.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_loop_mt.lo
-MD -MP -MF .deps/fuse_loop_mt.Tpo -c fuse_loop_mt.c -o fuse_loop_mt.o
>/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_lowlevel.lo -MD -MP
-MF ".deps/fuse_lowlevel.Tpo" -c -o fuse_lowlevel.lo fuse_lowlevel.c; \
then mv -f ".deps/fuse_lowlevel.Tpo" ".deps/fuse_lowlevel.Plo"; else
rm -f ".deps/fuse_lowlevel.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT
fuse_lowlevel.lo -MD -MP -MF .deps/fuse_lowlevel.Tpo -c
fuse_lowlevel.c -fPIC -DPIC -o .libs/fuse_lowlevel.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT
fuse_lowlevel.lo -MD -MP -MF .deps/fuse_lowlevel.Tpo -c
fuse_lowlevel.c -o fuse_lowlevel.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_mt.lo -MD -MP -MF
".deps/fuse_mt.Tpo" -c -o fuse_mt.lo fuse_mt.c; \
then mv -f ".deps/fuse_mt.Tpo" ".deps/fuse_mt.Plo"; else rm -f
".deps/fuse_mt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_mt.lo -MD
-MP -MF .deps/fuse_mt.Tpo -c fuse_mt.c -fPIC -DPIC -o .libs/fuse_mt.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_mt.lo -MD
-MP -MF .deps/fuse_mt.Tpo -c fuse_mt.c -o fuse_mt.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_opt.lo -MD -MP -MF
".deps/fuse_opt.Tpo" -c -o fuse_opt.lo fuse_opt.c; \
then mv -f ".deps/fuse_opt.Tpo" ".deps/fuse_opt.Plo"; else rm -f
".deps/fuse_opt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_opt.lo -MD
-MP -MF .deps/fuse_opt.Tpo -c fuse_opt.c -fPIC -DPIC -o .libs/fuse_opt.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_opt.lo -MD
-MP -MF .deps/fuse_opt.Tpo -c fuse_opt.c -o fuse_opt.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_session.lo -MD -MP -MF
".deps/fuse_session.Tpo" -c -o fuse_session.lo fuse_session.c; \
then mv -f ".deps/fuse_session.Tpo" ".deps/fuse_session.Plo"; else rm
-f ".deps/fuse_session.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_session.lo
-MD -MP -MF .deps/fuse_session.Tpo -c fuse_session.c -fPIC -DPIC -o
.libs/fuse_session.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_session.lo
-MD -MP -MF .deps/fuse_session.Tpo -c fuse_session.c -o fuse_session.o
>/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_signals.lo -MD -MP -MF
".deps/fuse_signals.Tpo" -c -o fuse_signals.lo fuse_signals.c; \
then mv -f ".deps/fuse_signals.Tpo" ".deps/fuse_signals.Plo"; else rm
-f ".deps/fuse_signals.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_signals.lo
-MD -MP -MF .deps/fuse_signals.Tpo -c fuse_signals.c -fPIC -DPIC -o
.libs/fuse_signals.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fuse_signals.lo
-MD -MP -MF .deps/fuse_signals.Tpo -c fuse_signals.c -o fuse_signals.o
>/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT helper.lo -MD -MP -MF
".deps/helper.Tpo" -c -o helper.lo helper.c; \
then mv -f ".deps/helper.Tpo" ".deps/helper.Plo"; else rm -f
".deps/helper.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT helper.lo -MD
-MP -MF .deps/helper.Tpo -c helper.c -fPIC -DPIC -o .libs/helper.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT helper.lo -MD
-MP -MF .deps/helper.Tpo -c helper.c -o helper.o >/dev/null 2>&1
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../include -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT mount.lo -MD -MP -MF
".deps/mount.Tpo" -c -o mount.lo mount.c; \
then mv -f ".deps/mount.Tpo" ".deps/mount.Plo"; else rm -f
".deps/mount.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT mount.lo -MD
-MP -MF .deps/mount.Tpo -c mount.c -fPIC -DPIC -o .libs/mount.o
gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT mount.lo -MD
-MP -MF .deps/mount.Tpo -c mount.c -o mount.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o libfuse.la
-rpath /usr/local/lib -lpthread -version-number 2:5:3
-Wl,--version-script,fuse_versionscript fuse.lo fuse_kern_chan.lo
fuse_loop.lo fuse_loop_mt.lo fuse_lowlevel.lo fuse_mt.lo fuse_opt.lo
fuse_session.lo fuse_signals.lo helper.lo mount.lo
gcc -shared .libs/fuse.o .libs/fuse_kern_chan.o .libs/fuse_loop.o
.libs/fuse_loop_mt.o .libs/fuse_lowlevel.o .libs/fuse_mt.o
.libs/fuse_opt.o .libs/fuse_session.o .libs/fuse_signals.o
.libs/helper.o .libs/mount.o -lpthread -Wl,--version-script
-Wl,fuse_versionscript -Wl,-soname -Wl,libfuse.so.2 -o
.libs/libfuse.so.2.5.3
(cd .libs && rm -f libfuse.so.2 && ln -s libfuse.so.2.5.3 libfuse.so.2)
(cd .libs && rm -f libfuse.so && ln -s libfuse.so.2.5.3 libfuse.so)
ar cru .libs/libfuse.a fuse.o fuse_kern_chan.o fuse_loop.o
fuse_loop_mt.o fuse_lowlevel.o fuse_mt.o fuse_opt.o fuse_session.o
fuse_signals.o helper.o mount.o
ranlib .libs/libfuse.a
creating libfuse.la
(cd .libs && rm -f libfuse.la && ln -s ../libfuse.la libfuse.la)
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
Making all in util
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fusermount.o
-MD -MP -MF ".deps/fusermount.Tpo" -c -o fusermount.o fusermount.c; \
then mv -f ".deps/fusermount.Tpo" ".deps/fusermount.Po"; else rm -f
".deps/fusermount.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o fusermount
fusermount.o
mkdir .libs
gcc -Wall -W -g -O2 -o fusermount fusermount.o
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
Making all in example
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fusexmp.o -MD
-MP -MF ".deps/fusexmp.Tpo" -c -o fusexmp.o fusexmp.c; \
then mv -f ".deps/fusexmp.Tpo" ".deps/fusexmp.Po"; else rm -f
".deps/fusexmp.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o fusexmp
fusexmp.o ../lib/libfuse.la -lpthread
mkdir .libs
gcc -Wall -W -g -O2 -o .libs/fusexmp fusexmp.o
../lib/.libs/libfuse.so -lpthread
creating fusexmp
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT fusexmp_fh.o
-MD -MP -MF ".deps/fusexmp_fh.Tpo" -c -o fusexmp_fh.o fusexmp_fh.c; \
then mv -f ".deps/fusexmp_fh.Tpo" ".deps/fusexmp_fh.Po"; else rm -f
".deps/fusexmp_fh.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o fusexmp_fh
fusexmp_fh.o ../lib/libfuse.la -lpthread
gcc -Wall -W -g -O2 -o .libs/fusexmp_fh fusexmp_fh.o
../lib/.libs/libfuse.so -lpthread
creating fusexmp_fh
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT null.o -MD -MP
-MF ".deps/null.Tpo" -c -o null.o null.c; \
then mv -f ".deps/null.Tpo" ".deps/null.Po"; else rm -f
".deps/null.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o null null.o
../lib/libfuse.la -lpthread
gcc -Wall -W -g -O2 -o .libs/null null.o ../lib/.libs/libfuse.so
-lpthread
creating null
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT hello.o -MD
-MP -MF ".deps/hello.Tpo" -c -o hello.o hello.c; \
then mv -f ".deps/hello.Tpo" ".deps/hello.Po"; else rm -f
".deps/hello.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o hello
hello.o ../lib/libfuse.la -lpthread
gcc -Wall -W -g -O2 -o .libs/hello hello.o ../lib/.libs/libfuse.so
-lpthread
creating hello
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -D_FILE_OFFSET_BITS=64
-D_REENTRANT -DFUSE_USE_VERSION=25 -Wall -W -g -O2 -MT hello_ll.o -MD
-MP -MF ".deps/hello_ll.Tpo" -c -o hello_ll.o hello_ll.c; \
then mv -f ".deps/hello_ll.Tpo" ".deps/hello_ll.Po"; else rm -f
".deps/hello_ll.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -o hello_ll
hello_ll.o ../lib/libfuse.la -lpthread
gcc -Wall -W -g -O2 -o .libs/hello_ll hello_ll.o
../lib/.libs/libfuse.so -lpthread
creating hello_ll
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
make[1]: Entering directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
make[1]: Für das Ziel »all-am« ist nichts zu tun.
make[1]: Leaving directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
Making install in kernel
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel'
make -C /raid/usr/src/linux-2.6.5-7.252
SUBDIRS=/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel
O=/raid/usr/src/linux-2.6.5-7.252-obj/i386/smp modules
make[2]: Entering directory `/raid/usr/src/linux-2.6.5-7.252'
Building modules, stage 2.
MODPOST
make[2]: Leaving directory `/raid/usr/src/linux-2.6.5-7.252'
mkdir -p /lib/modules/2.6.5-7.252-smp/kernel/fs/fuse
/usr/bin/install -c -m 644 fuse.ko
/lib/modules/2.6.5-7.252-smp/kernel/fs/fuse/fuse.ko
/sbin/depmod -a
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/kernel'
Making install in include
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make[2]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/include/fuse" || mkdir -p --
"/usr/local/include/fuse"
/usr/bin/install -c -m 644 'fuse.h' '/usr/local/include/fuse/fuse.h'
/usr/bin/install -c -m 644 'fuse_compat.h'
'/usr/local/include/fuse/fuse_compat.h'
/usr/bin/install -c -m 644 'fuse_common.h'
'/usr/local/include/fuse/fuse_common.h'
/usr/bin/install -c -m 644 'fuse_lowlevel.h'
'/usr/local/include/fuse/fuse_lowlevel.h'
/usr/bin/install -c -m 644 'fuse_lowlevel_compat.h'
'/usr/local/include/fuse/fuse_lowlevel_compat.h'
/usr/bin/install -c -m 644 'fuse_opt.h'
'/usr/local/include/fuse/fuse_opt.h'
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/usr/bin/install -c -m 644 'old/fuse.h' '/usr/local/include/fuse.h'
make[2]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/include'
Making install in lib
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
make[2]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libfuse.la'
'/usr/local/lib/libfuse.la'
/usr/bin/install -c .libs/libfuse.so.2.5.3
/usr/local/lib/libfuse.so.2.5.3
(cd /usr/local/lib && rm -f libfuse.so.2 && ln -s libfuse.so.2.5.3
libfuse.so.2)
(cd /usr/local/lib && rm -f libfuse.so && ln -s libfuse.so.2.5.3
libfuse.so)
/usr/bin/install -c .libs/libfuse.lai /usr/local/lib/libfuse.la
/usr/bin/install -c .libs/libfuse.a /usr/local/lib/libfuse.a
ranlib /usr/local/lib/libfuse.a
chmod 644 /usr/local/lib/libfuse.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/lib'
Making install in util
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
make[2]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'fusermount'
'/usr/local/bin/fusermount'
/usr/bin/install -c fusermount /usr/local/bin/fusermount
mkdir -p -- /sbin
/usr/bin/install -c ./mount.fuse /sbin/mount.fuse
make install-exec-hook
make[3]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
chown root /usr/local/bin/fusermount
chmod u+s /usr/local/bin/fusermount
make[3]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
mkdir -p -- /etc/udev/rules.d
/usr/bin/install -c -m 644 ./udev.rules /etc/udev/rules.d/40-fuse.rules
make[2]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/util'
Making install in example
make[1]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
make[2]: Entering directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
make[2]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
make[1]: Leaving directory
`/raid/home/tester/Downloads/FUSE/fuse-2.5.3/example'
make[1]: Entering directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
make[2]: Entering directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/lib/pkgconfig" || mkdir -p --
"/usr/local/lib/pkgconfig"
/usr/bin/install -c -m 644 'fuse.pc' '/usr/local/lib/pkgconfig/fuse.pc'
make[2]: Leaving directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
make[1]: Leaving directory `/raid/home/tester/Downloads/FUSE/fuse-2.5.3'
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net