#1 25. Januar 2008 Audacious Install? Hey Leute,, OS: Ubuntu 7.10 Gutsy Gibbon habe ein Problem..und zwar habe ich von der Seite Auda die Version 1.4.5 runtergeladen mit der endung tgz... das ganze habe ich entpackt und wollte es installieren...weiß leider nur nicht wie....würde mcih über schnelle antwort freuen.. so long pampers
#2 25. Januar 2008 AW: Audacious Install? Wie wäre es damit das ganze einfach per Paketmanager zu installieren. Konsole auf machen und Code: apt-get install audacious eingeben. Greetz Jojo
#3 25. Januar 2008 AW: Audacious Install? kleiner tipp für dich als umsteiger: bei linux muss man sich (meistens) nich wie bei windoof die sachen mühsam ausm internet suchen, runterladen und installieren, sondern hat nen paketmanager, in deinem falle apt (advanced packaging technology oder so), was dir das alles abnimmt. als grafisches frontend dazu findest du unter system-->systemverwaltung das programm synaptic, also wennde das nächste ma was installieren willst, einfach erst da suchen...mfg coach
#4 25. Januar 2008 AW: Audacious Install? ja, das hatte ich ja auch... aber da ist die alte version 1.3.2 drin oder müsste ich evtl. eine neue quelle in bei der sources.list hinzufügen?... danke schonmal für die antwort... so long pampers
#5 25. Januar 2008 AW: Audacious Install? Wenn du unbedingt die neue Version haben willst musst du es doch selber kompilieren. Aber die alte Version ist völlig OK. Nutze sie selber. Würde also raten die aus dem Paketmanager zu nehmen. kselber kompilieren funzt in etwa so archiv entpacken in ner Konsole in das verzeichnis wechseln Code: ./configure und danach Code: make und dann Code: make install
#6 25. Januar 2008 AW: Audacious Install? funzt immer noch nicht...hier ist mal meine ausgabe.. so long Code: kingdom@Injection:~/Desktop/audacious-1.4.5$ ./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 whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes 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 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 ranlib... ranlib checking for strerror in -lcposix... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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/bin/ld checking if the linker (/usr/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 __fsetlocking... 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... 2.3, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc 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 for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for strerror in -lcposix... (cached) no checking whether byte ordering is bigendian... no checking for style of include used by make... GNU checking dependency style of gcc... none checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for rm... /bin/rm checking for mv... /bin/mv checking for cp... /bin/cp checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for audacious... /usr/bin/audacious checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.10.0 gthread-2.0 pango... yes checking GTK_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 checking GTK_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lcairo -lX11 -lXfixes -lgthread-2.0 -lrt -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking for glib-2.0 >= 2.10.0... yes checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GLIB_LIBS... -lglib-2.0 checking for libmowgli >= 0.4... no configure: error: Cannot find libmowgli: try [url]http://www.atheme-project.org/projects/mowgli.shtml[/url] kingdom@Injection:~/Desktop/audacious-1.4.5$ make Makefile:219: buildsys.mk: No such file or directory make: *** Keine Regel, um »buildsys.mk« zu erstellen. Schluss.
#7 25. Januar 2008 AW: Audacious Install? checking for libmowgli >= 0.4... no configure: error: Cannot find libmowgli: try http://www.atheme-project.org/projects/mowgli.shtml kingdom@Injection:~/Desktop/audacious-1.4.5$ make Makefile:219: buildsys.mk: No such file or directory make: *** Keine Regel, um »buildsys.mk« zu erstellen. Schluss. <--such ma nach libmowgli und installiers, sollte dann gehn...mfg coach edit: version 04. oder höher musses sein^^
#8 25. Januar 2008 AW: Audacious Install? hehe...^^.. genau das selbe habe ich mir auch gedacht..finde nur leider dieses beschissene paket libmowgli net.... hab ubuntu 7.10 und da gibt es des scheinbar nicht -.- # # hab schon überall geguckt.. falls jemand weiß, wie ich es draufbekomme wäre ich sehr dankbar.. so long pampers
#9 25. Januar 2008 AW: Audacious Install? Ein Blick auf der Audacious Download-Page unter Dependencies hätte es auch getan http://www.atheme.org/projects/mowgli.shtml MFG TuXiFiED
#10 25. Januar 2008 AW: Audacious Install? $ hg clone http://hg.atheme-project.org/libmowgli libmowgli-devel /// hat gefunzt $ cd libmowgli-devel /// hat gefunzt $ sh autogen.sh /// hat nicht gefunzt info running aclocal (-I m4) autogen.sh: 81: aclocal: not found *error* aclocal failed (exit code = 127) $ ./configure $ make $ sudo make install
#11 25. Januar 2008 AW: Audacious Install? Unten auf der Seite gibts auch nen DDL... http://distfiles.atheme.org/libmowgli-0.6.0.tgz MFG TuXiFiED
#12 25. Januar 2008 AW: Audacious Install? Hey vielen dank an alle...jetzt funktionierts.. und somit wieder was gelernt...thx... so long pampers