aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: installieren unter suse9.1 64bit  (Read 5019 times)

Dawnrazor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
installieren unter suse9.1 64bit
« on: May 13, 2004, 09:39:14 AM »

hi ich habe es gestern Stundenlang versucht,
aber es haut einfach nicht hin.

die rpms habe ich alle installiert nur die amule.rpm will nicht (libcurl.2.so kann nicht gefunden werden) ist aber da (im lib64 folder)
alles aus diesem thread habe ich auch schon versucht.

könnt ihr mir vielleicht helfen?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: installieren unter suse9.1 64bit
« Reply #1 on: May 13, 2004, 10:02:40 AM »

hmmm
die andern rpms haben alle funktioniert? sprich wxGTK, wxBase, wxGTK-devel und die beiden Crypto rpms?
hast du schonmal probiert selber zu kompiliere das amule?
ich meine so schwer is das ganze ja nicht...
tar.gz runterladen, entpacken und dann
$./configre --enable-optimise --disable-debug
$make
als root
#make install

denn ich weis nicht ob unsere rpms 64b compatibel sind ;) da ich nicht wüsste das einer von uns einen 64b prozessor hat ;)

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Dawnrazor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: installieren unter suse9.1 64bit
« Reply #2 on: May 13, 2004, 10:13:58 AM »

habe ich auch versucht nur ohne "--enable-optimise --disable-debug"
bin gerade nicht zuhause deswegen kann ich es nicht probieren, könnte das was ändern?


Im Suse Admin Handbuch steht dazu folgendes:

Quote
Bei der Entwicklung von 64-bit Code müssen die 64-bit Libraries benutzt werden. Die Pfade  /lib64/ und /usr/lib64/ werden immer durchsucht, aber für z.B. X11-Code, muß ein -L/usr/X11R6/lib64 benutzt werden. Hier sind also teilweise Anpassungen an den Makefiles nötig.

Da kann ich leider nichts mit anfangen.
« Last Edit: May 13, 2004, 10:18:13 AM by Dawnrazor »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: installieren unter suse9.1 64bit
« Reply #3 on: May 13, 2004, 10:19:01 AM »

hmm schade
nein, wird nix ändern, sind nur ein paar optimierungen...
naja wenn er meckert das er curl net findet...
kannst ja erstemal damit anfangen das nachzucompilieren... is auch ziemlich einfach ;)
und dann wieder amule compilieren und gucken wo es als nächstes hängenbleibt :)
wenn es dann an wx problemem hängt.. vielleicht auhc die tar.gz dafür runterladen und selbst compilieren..
sorry unsere packete sind wohl net wirklich 64b compatibel ;)

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Dawnrazor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: installieren unter suse9.1 64bit
« Reply #4 on: May 13, 2004, 01:49:42 PM »

Ich hab es halb

bin schon bis zum make gekommen

dann kommt folgendes

Quote
linux:/home/dawn/Desktop/aMule-2.0.0rc3 # make
make  all-recursive
make[1]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/dawn/Desktop/aMule-2.0.0rc3/src'
gcc  -O2    -o cas  cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o    -lcryptopp
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libcryptopp.a when searching for -lcryptopp
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lcryptopp
collect2: ld returned 1 exit status
make[2]: *** [cas] Fehler 1
make[2]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/dawn/Desktop/aMule-2.0.0rc3'
make: *** [all] Fehler 2
linux:/home/dawn/Desktop/aMule-2.0.0rc3 #

mmmmh noch vorschläge?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: installieren unter suse9.1 64bit
« Reply #5 on: May 13, 2004, 02:47:11 PM »

poste bitte dein configure output und zwar wo die ganzen sachen wie curl, wx-config , wxbase usw gesucht werden

gruss

Dawnrazor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: installieren unter suse9.1 64bit
« Reply #6 on: May 13, 2004, 04:30:19 PM »

Quote
linux:/home/dawn/Desktop/aMule-2.0.0rc3 # ./configure  --prefix=/usr --disable-gtk2 --enable-timedate --enable-gui
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 whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... 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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 how to run the C preprocessor... gcc -E
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-suse-linux
checking host system type... x86_64-suse-linux
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
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 shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
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);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... /usr/bin/wxbase-2.4-config
checking for wxWidgets base version >= 2.4.0... yes (version 2.4.2)
checking for curl >= 7.9.5... yes (version 7.11.0)
checking for gdlib-config... no
configure:
        WARNING: gd-lib >= 2.0.0 not found.
        gd-lib is needed for fully funtional cas. If you don't have gd-lib,
        cas will be compiled, but you won't be able to create that cool
        status image (text mode however will work). Also note that you should
        upgrade to gd-lib >= 2.0.22 if you intend to use it, other versions have        not been tested and therefore are unsupported at the moment.
        Please check that gdlib-config is in your default path, check out
        LD_LIBRARY_PATH or equivalent variable.
        Or this might also be that your gdlib-config has other name.
        Please try again with --with-gdlib-config=/usr/bin/gdlib-config
        (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
        If you use compiled packages check if you have devel pack installed.
        To download the lastest version check http://www.boutell.com/gd
        for sources.

checking if wxWidgets was linked with GTK2... no
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
./configure: line 1: no: command not found
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking whether progress bar drawing should be disabled... no
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

  Configured aMule 2.0.0rc3 for 'x86_64-suse-linux'.

  Should aMule be compiled in debug mode?                  yes
  Should aMule be compiled with release grp code?          no
  Should aMule be compiled without debug reporting?        yes
  Should aMule be compiled with profiling?                 no
  Should aMule be compiled with optimizations?             no
  Should aMule be compiled with systray?                   yes
  Should aMule be compiled with safe systray?              no
  Should aMule be compiled with pure GTK code?             yes
  Should aMule be compiled without bar drawing?            no
  Should aMule be linked against patched gsocket?          yes
  Should ccache support be enabled?                        no
  Should aMule command line client be built?               no
  Should aMule GUI client be build?                        no
  Should aMule WebServer be build?                         no
  Should aMule WebServer GUI be build?                     no
  Should aMule ed2k links handler be build?                yes
  Should C aMule Statistics (CAS) be build?                yes
  Should aMule GUI Statistics (wxCas) be build?            yes
  Crypto++ library/headers style?                          mdk_suse_fc

  Which libraries should aMule use?
                                       wxWidgets          2.4.2
                                       GTK                Not detected

Vielleicht liegt die Lösung ja nahe, aber ich bin erst seit Gestern Linuxbenutzer
und man kann ja schon ein wenig erkennen wie viel ich mich an diesem einen Tag damit beschäftigt habe.  ;(

wenn ich versuche die rpm zu inst. kammt immer noch dies:

Quote
linux:/home/dawn/Desktop # rpm -Uvh aMul*.rpm
error: Failed dependencies:
        libcurl.so.2 is needed by aMule-2.0.0rc3-1
        libgd.so.2 is needed by aMule-2.0.0rc3-1
« Last Edit: May 13, 2004, 04:43:02 PM by Dawnrazor »
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: installieren unter suse9.1 64bit
« Reply #7 on: May 13, 2004, 08:00:46 PM »

./configure als root ?

soviel ich weiss crypto lässt sich net unter 64bit kompilieren .. nehme bitte erstmal amule 1.2.6 bis wir das crypto-problem beseitigt haben

gruss

Dawnrazor

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: installieren unter suse9.1 64bit
« Reply #8 on: May 15, 2004, 11:17:59 PM »

mit der 1.2.6 ist es das gleiche :(
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: installieren unter suse9.1 64bit
« Reply #9 on: May 21, 2004, 01:05:01 PM »

Quote
Originally posted by Dawnrazor
mit der 1.2.6 ist es das gleiche :(

ich bin jetzt ne woche kr.geschrieben also komm mal bei irc vorbei.. versuchen es dann zusammen zu kompilieren

gruss