Kezdőlap › Fórumok › Adattárolók problémái › NTFS filerendszer csatolás ClarkConnect Linuxhoz
- This topic has 24 hozzászólás, 7 résztvevő, and was last updated 18 years telt el by
Névtelen.
-
SzerzőBejegyzés
-
2007-06-18-21:42 #2119398
Névtelen
zoltan22 wrote:lacyc3:
Ezt talaltam: http://download.clarkconnect.com/community/4.1
es ott egy http://download.clarkconnect.com/community/4.0/developer/cc-devel-4.0-20.i386.rpm -et. Annak ha jol latom fuggosege a g++. Azt a csomagot probald apt-vel feltenni, es akkor behuzza a fuggosegeit is — remelhetoleg.
Tehat egy „apt-get install cc-devel” is meger egy probat.Ez jó lehet, egy csomó mindent (56,3MB-nyit) elkezdett lehúzni. Remélhetőleg jó lesz, köszi 🙂 , de nem csak neked mindenkinek, de nem akarom elkiabálni…
2007-06-18-22:29 #2119399Névtelen
Előre haladás történt végre. A csomag, melyet zoltan22 javasolt bevált, csak ugye neki fuse kell. Ezt le is töltöttem, ki is csomagoltam, el is indítottam a ./configure -t, mely – már megint – keresztbetett nekem.
Hibaüzi:
Code:[root@server fuse-2.7.0-rc1]# ./configure
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 ISO C89… none needed
checking dependency style of gcc… gcc3
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 32768
checking whether the shell understands some XSI constructs… yes
checking for /usr/bin/ld option to reload object files… -r
checking how to recognise dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc 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 if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/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 ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking whether gcc and cc understand -c and -o together… yes
checking for fork… yes
checking for setxattr… yes
checking for fdatasync… yes
checking for struct stat.st_atim… yes
checking for struct stat.st_atimespec… no
checking for library containing dlopen… -ldl
checking for library containing clock_gettime… -lrt
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… done
checking for iconv… yes
checking for iconv declaration…
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
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
=== configuring in kernel (/root/fuse-2.7.0-rc1/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… no
checking if FUSE module is built into the kernel… no
checking if FUSE module is from official kernel… no
checking kernel source directory… Not found
configure: error:
*** Please specify the location of the kernel source with
*** the ‘–with-kernel=SRCDIR’ option
configure: error: ./configure failed for kernelOké, ezt kb. idáig felfogtam, a ./configure –with-kernel=SRCDIR parancsot kell neki kiadni.
Code:[root@server fuse-2.7.0-rc1]# ./configure –with-kernel=SRCDIR
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 ISO C89… none needed
checking dependency style of gcc… gcc3
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 32768
checking whether the shell understands some XSI constructs… yes
checking for /usr/bin/ld option to reload object files… -r
checking how to recognise dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc 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 if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/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 ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking whether gcc and cc understand -c and -o together… yes
checking for fork… yes
checking for setxattr… yes
checking for fdatasync… yes
checking for struct stat.st_atim… yes
checking for struct stat.st_atimespec… no
checking for library containing dlopen… -ldl
checking for library containing clock_gettime… -lrt
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… done
checking for iconv… yes
checking for iconv declaration…
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
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: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in kernel (/root/fuse-2.7.0-rc1/kernel)
configure: running /bin/sh ./configure ‘–prefix=/usr/local’ ‘–with-kernel=SRCDIR’ –cache-file=/dev/null –srcdir=.
checking for a BSD-compatible install… /usr/bin/install -c
checking kernel source directory… SRCDIR
checking kernel build directory… SRCDIR
checking kernel source version… Not found
configure: error:
*** Cannot determine the version of the linux kernel source. Please
*** prepare the kernel before running this script
configure: error: ./configure failed for kernelA kernel forrását szeretné megtalálni, csak én azt nem tudom, hogy mit mondjak neki, hogy merre van.
2007-06-18-22:44 #2119400Tedd fel a rendszermag forrasat tartalmazo csomagot. Vagy ha kezzel forgattal magadnak, akkor azt a mappat, ahol a muveletet elkovetted. 🙂 A „SRCDIR” pedig a felpakolt rendszermag forrasanak a helye, altalaban /usr/src/linux (de persze lehet mas is).
Ahogy latom, ebben van a kernel forras: http://download.clarkconnect.com/community/4.1/System/RPMS.developer/kernel-sourcecode-2.6.9-42.cc.i586.rpm
Ja, ezeket a hosszo kimeneteket ertelmetlen idezni, ugyis max. az utolso 5 soruk erdekes — ha az egeszet kuldeni akarod, inkabb csatold.
2007-06-18-22:52 #2119401Névtelen
Remélem, ezzel végre menni fog a dolog, mert nagyon kikészítettem magamat is meg titeket is 🙂
Amúgy köszi :):)
2007-06-19-05:57 #2119402lacyc3 wrote:Remélem, ezzel végre menni fog a dolog, mert nagyon kikészítettem magamat is meg titeket is 🙂Amúgy köszi :):)
Kell neked NTFS-t írni, látod-látod 😛 😀
2007-06-19-16:10 #2119403Névtelen
Már csak egy kérdés: Hogy csomagoljam ki a .rpm-et??
Nah, kipróbáltam próbaképpen egy -i kapcsolót és települt 🙂
Elindítottam a ./configure -t immár ./configure –with-kernel=/src/linux-2.6.9-42.cc így erre meg a forrás verzió kell neki.. keresing..
2007-06-19-20:02 #2119404lacyc3 wrote:erre meg a forrás verzió kell neki.. keresing..Mégis vajon milyen más verzió kellhet?
2007-06-19-21:03 #2119405Névtelen
Nem tudom mi kellet neki, de megtalálta, csak a kernel forrásnál kéne már csak megtalálni az install.sh -t.. remélem megtalálja a Gnome keresője.
2007-06-20-10:58 #2119406Névtelen
Na jó, kész ennyi volt. Hülye ClarkConnect elegem lett belőle. Szenvedtem itt vele lassan 1 hetet és semmi. Ott a vége, hogy a kernel forrásában keressek egy install.sh -t vagy install-sh -t. Meg is van, be is adtam neki, a gépemnek megelelőt (i386) erre meg configure: error: cannot run /bin/sh /usr/src/linux-2.6.9-42.cc/arch/i386/boot/config.sub
szóval ennyi. Elegem van nagyon-nagyon ebből most. Akkor nem lesz samba megosztás és kész.2007-06-21-12:18 #2119407Mit adtál meg pontosan?
-
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz