Vraag & Antwoord
Probleempje (suse 10.2)
26 antwoorden
- Ik heb een klein probleempje, Ik gebruik ook Suse 10.2 x64, en als ik daar openftd probeer te installeren krijg ik het volgende
Commando: ./config
[code:1:fbaec0b97f]
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
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 for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… gcc3
checking whether the C++ compiler (g++ -g -O2 ) works… yes
checking whether the C++ compiler (g++ -g -O2 ) is a cross-compiler… no
checking for a BSD-compatible install… /usr/bin/install -c
checking for ranlib… ranlib
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ld used by gcc… /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld… yes
checking for /usr/x86_64-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 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 dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking how to run the C++ preprocessor… g++ -E
checking for g77… no
checking for xlf… no
checking for f77… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for xlf90… no
checking for f90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for xlf95… no
checking for f95… no
checking for fort… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 32768
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… (cached) ranlib
checking for strip… strip
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 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 for shl_load… no
checking for shl_load in -ldld… no
checking for dlopen… no
checking for dlopen in -ldl… yes
checking whether a program can dlopen itself… yes
checking whether a statically linked program can dlopen itself… no
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++… /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC
checking if g++ PIC flag -fPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
appending configuration tag "F77" to libtool
checking whether gcc and cc understand -c and -o together… yes
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for GLIB… yes
checking for LIBXML2… yes
checking for SQLITE3… no
* SQLite 3.0 of hoger kan niet gevonden worden (is het pakket sqlite3-devel wel geinstalleerd?). Zonder SQLite3 zal FTD 3.8 postbestand compatibiliteit niet mogelijk zijn
checking for DBUS… yes
checking for libcurl… libcurl gevonden in /usr/lib64.
checking for curl.h… configure: error:
Curl headers niet gevonden.
*** Probeer –with-libcurl-headers flags op te geven. Zie README.
[/code:1:fbaec0b97f]
Kan iemand zien wat hier fout gaat/wat ik fout doe?
Want als ik dan het 'make' commando geef zecht ie:
[code:1:fbaec0b97f]make: *** Geen doelen opgegeven en geen makefile gevonden. Gestopt.
[/code:1:fbaec0b97f]
b.v.d. - hij meldt dat ie de CURL headers niet heeft gevonden.
dat houdt in dat je de source van CURL moet installeren.
zoek op je installatieCD/DVD naar iets als CURL-devel of Curl-src - Ok, zal ffe kijken, Bedankt voor het snelle antwoord!!!
- De headers kun je vinden in curllib-dev of iets in die richting.
- Het lukt met nog steeds niet:
[code:1:ab529ee575]
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
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 for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… gcc3
checking whether the C++ compiler (g++ -g -O2 ) works… yes
checking whether the C++ compiler (g++ -g -O2 ) is a cross-compiler… no
checking for a BSD-compatible install… /usr/bin/install -c
checking for ranlib… ranlib
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for ld used by gcc… /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld… yes
checking for /usr/x86_64-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 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 dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking how to run the C++ preprocessor… g++ -E
checking for g77… no
checking for xlf… no
checking for f77… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for xlf90… no
checking for f90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for xlf95… no
checking for f95… no
checking for fort… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 32768
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… (cached) ranlib
checking for strip… strip
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 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 for shl_load… no
checking for shl_load in -ldld… no
checking for dlopen… no
checking for dlopen in -ldl… yes
checking whether a program can dlopen itself… yes
checking whether a statically linked program can dlopen itself… no
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++… /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC
checking if g++ PIC flag -fPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
appending configuration tag "F77" to libtool
checking whether gcc and cc understand -c and -o together… yes
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for GLIB… yes
checking for LIBXML2… yes
checking for SQLITE3… no
* SQLite 3.0 of hoger kan niet gevonden worden (is het pakket sqlite3-devel wel geinstalleerd?). Zonder SQLite3 zal FTD 3.8 postbestand compatibiliteit niet mogelijk zijn
checking for DBUS… yes
checking for libcurl… libcurl gevonden in /usr/lib64.
checking for curl.h… curl.h gevonden in /usr/include/curl.
checking for GTK… yes
checking if GTK >= 2.9.0… yes
checking for libpcre… libpcre gevonden in /usr/lib64.
checking for pcre.h… pcre.h gevonden in /usr/include.
checking for GNOME… yes
checking for installed version of libgtkhtml3… libgtkhtml 3.4 or higher is not found!
checking for gawk… (cached) gawk
checking which gecko to use…
No gecko found; you may need to adjust PKG_CONFIG_PATH or install a mozilla/firefox/xulrunner -devel package
checking for LIBNOTIFY… no
* libnotify 0.4.1 of hoger kan niet gevonden worden (is het pakket libnotify-devel wel geinstalleerd?)\nZonder libnotify zijn FTD4Linux watcher notification popup's niet mogelijk
checking for GTKSPELL… no
* gtkspell 2.0 of hoger kan niet gevonden worden (is het pakket gtkspell-devel wel geinstalleerd?)\nZonder gtkspell zal er geen spellingscontrole in FTD4Linux mogelijk zijn
checking for LIBSEXY… no
* libsexy kan niet gevonden worden (is het pakket libsexy-devel wel geinstalleerd?)\nZonder libsexy zal er geen spellingscontrole in de IRC client van FTD4Linux mogelijk zijn
checking for LIBXSLT… yes
checking if we need to build the GUI frontend… configure: error: yes, but one or more depencies are not found, consult the README
[/code:1:ab529ee575]
Als ik nu weer make doe geeft ie precies dezelfde fout?
Moet ik nu nog meer bestanden installeren of heb ik niet het goede geinstalleerd? - Het is al gelukt…
Weet ook niet hoe, maar hij doet het opeens….
Blij!
En nog bedankt! - Je zult nog meer bestanden moeten installeren; volg je de howto van de ftd4linux website? http://www.ftd4linux.nl/wiki/index.php/Source_installatie
Je kunt ook gewoon een voorgecompileerde versie installeren in suse 10.2;
[quote:dfd7030ec3]SuSE 10.2 (i386): Open YaST, kies voor Installatiebronnen en voeg daar de volgende bron toe:
http://www.ftd4linux.nl/releases/suse/10.2
Ga daarna naar softwarebeheer toe en installeer vanaf daar het pakket 'openftd'
Als je een melding krijgt dat de pakketten niet digitaal ondertekend zijn, dan kan je dat negeren.[/quote:dfd7030ec3] (bron: http://www.ftd4linux.nl/?page=downloads ) al weet ik niet of dat op die manier gaat werken in een 64 bit systeem. - LOL, die stond er gisteren nog niet…
Marre hij doet het niet hij start gewoon niet op…
Instaleren gaat verder wel perfect..
En die andere doet het ook niet steeds niet… - welke meldingen krijg je terug bij het opstarten ?
- helemaal niks… Hij gaat gewoon lopen met zo'n zandloper… Dat duurt dan ffe en dat was het dan…
- en als je het een tweede keer start (heb het zelf wel eens)
doet ie het dan wel - Nope, werkt niet… Er gebeurt gewoon helemaal niks… :cry:
- probeer het dan eens te openen via Ctrl+E. dan geeft ie wel een melding terug.
- Hoe moet ik het openen via Ctrl-E dan?
Want als ik Ctrl-E doe gebeurt er niks…
Ik doe het n.l. altijd met Alt-F2.
Maar zo doet ie het ook niet. En ook niet d.m.v. de aangemaakte snelkoppelingen… - En welke foutmelding krijg je als je openftd start in een Terminalvenster?
- [code:1:4c5fd081aa]
/usr/bin/openftd_gui: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
[/code:1:4c5fd081aa] - Die libnotify werd ook al genoemd in je tweede ./config ouput. Had je inmiddels al geprobeerd de ontbrekende devel packages te installeren? Dus alle devel pacakes waar no achter staat.
- jup, maar het helpt niet.
Nu kan ik libnotify-devel niet vinden in yast, maar libnotify wel, maar die had ik zoals gezegd al geinstaleerd en hij doet het nog steeds niet. Alle devel met no ook al, maar het helpt niet. - [quote:e1cbddf322="Japie III"]Nu kan ik libnotify-devel niet vinden in yast,[/quote:e1cbddf322] Ben je daar zeker van? Want ik heb hier een openSuSE 10.2 DVD met zowel de 32 en 64 bits versie. libnotify-devel zit in beide versies
[code:1:e1cbddf322]
jolo@jolo-desktop-conroe:~$ cat libnotify.txt
/cdrom/suse/i586/libnotify-0.4.2-22.i586.rpm
/cdrom/suse/i586/libnotify-devel-0.4.2-22.i586.rpm
/cdrom/suse/x86_64/libnotify-devel-0.4.2-22.x86_64.rpm
/cdrom/suse/x86_64/libnotify-0.4.2-22.x86_64.rpm
jolo@jolo-desktop-conroe:~$
[/code:1:e1cbddf322] - Ik denk dat ik gek ben maar als ik libnotify typ in yast dan krijg ik het volgende:
-libnotify
-perl-gtk2-notify
-python-notify.
Deze 3 dingen zijn alle 3 geinstalleerd maar, libnotify-devel niet want die staat er niet bij… Of doe ik nu iets doms???
Beantwoord deze vraag
Dit is een gearchiveerde pagina. Antwoorden is niet meer mogelijk.
Gerelateerde vragen
- URL zonder extensie wil niet helemaal lukken
- https verbinding met ssl in owncloud
- afspelen met audacity werkt niet goed
- Computer!Totaal-forum maakt plaats voor v&a-module
- computer start soms niet op
- Pro show gold 4 overgangen tussen tekstdia's
- wie kan mij meer vertellen over een Gigabyte GA-B85M-HD3
- Windows Tijdelijke bestanden