Fedora 8 Installation Problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2338
    andrewjamesrose
    Guest

    Hi Ladies and Gents,

    I’m a newbie here and I’m struggling to install this daemon for reasons I cannot understand. I wonder if you could please help me?

    I’m running Fedora 8 on an x86, 32bit platform.
    I’m trying to install by compiling from source mt-daapd-0.2.4.1
    My problem is that it didn’t give me any explicit error messages but, on installation, the configuration files are not there and so I must assume the installation was not complete.

    Anyone know why it is going wrong from this?


    [root@*** mt-daapd-0.2.4.1]# ./configure
    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 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 bison... bison -y
    checking for flex... flex
    checking for yywrap in -lfl... yes
    checking lex output file root... lex.yy
    checking whether yytext is a pointer... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for pthread_creat in -lc_r... no
    checking for pthread_create in -lpthread... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    Host type is i686-pc-linux-gnu
    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 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 gdbm.h usability... yes
    checking gdbm.h presence... yes
    checking for gdbm.h... yes
    checking for gdbm_open in -lgdbm... yes
    Have gdbm
    Adding dynamic libgdbm
    checking id3tag.h usability... yes
    checking id3tag.h presence... yes
    checking for id3tag.h... yes
    checking for id3_file_open in -lid3tag... yes
    Have id3tag
    Adding dynamic libid3tag
    checking for strcasestr... yes
    checking for strsep... yes
    checking for atoll... yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for unistd.h... (cached) yes
    checking sys/filio.h usability... no
    checking sys/filio.h presence... no
    checking for sys/filio.h... no
    checking termio.h usability... yes
    checking termio.h presence... yes
    checking for termio.h... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether gcc needs -traditional... no
    checking whether setpgrp takes no argument... yes
    checking return type of signal handlers... void
    checking for select... yes
    checking for socket... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for socket in -lsocket... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating admin-root/Makefile
    config.status: creating contrib/Makefile
    config.status: creating debian/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands


    [root@*** mt-daapd-0.2.4.1]# make
    make all-recursive
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1'
    Making all in src
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make all-am
    make[3]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;
    then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT uici.o -MD -MP -MF ".deps/uici.Tpo" -c -o uici.o uici.c;
    then mv -f ".deps/uici.Tpo" ".deps/uici.Po"; else rm -f ".deps/uici.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT webserver.o -MD -MP -MF ".deps/webserver.Tpo" -c -o webserver.o webserver.c;
    then mv -f ".deps/webserver.Tpo" ".deps/webserver.Po"; else rm -f ".deps/webserver.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT configfile.o -MD -MP -MF ".deps/configfile.Tpo" -c -o configfile.o configfile.c;
    then mv -f ".deps/configfile.Tpo" ".deps/configfile.Po"; else rm -f ".deps/configfile.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT err.o -MD -MP -MF ".deps/err.Tpo" -c -o err.o err.c;
    then mv -f ".deps/err.Tpo" ".deps/err.Po"; else rm -f ".deps/err.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT restart.o -MD -MP -MF ".deps/restart.Tpo" -c -o restart.o restart.c;
    then mv -f ".deps/restart.Tpo" ".deps/restart.Po"; else rm -f ".deps/restart.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT daap-proto.o -MD -MP -MF ".deps/daap-proto.Tpo" -c -o daap-proto.o daap-proto.c;
    then mv -f ".deps/daap-proto.Tpo" ".deps/daap-proto.Po"; else rm -f ".deps/daap-proto.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT daap.o -MD -MP -MF ".deps/daap.Tpo" -c -o daap.o daap.c;
    then mv -f ".deps/daap.Tpo" ".deps/daap.Po"; else rm -f ".deps/daap.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT db-gdbm.o -MD -MP -MF ".deps/db-gdbm.Tpo" -c -o db-gdbm.o db-gdbm.c;
    then mv -f ".deps/db-gdbm.Tpo" ".deps/db-gdbm.Po"; else rm -f ".deps/db-gdbm.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT mp3-scanner.o -MD -MP -MF ".deps/mp3-scanner.Tpo" -c -o mp3-scanner.o mp3-scanner.c;
    then mv -f ".deps/mp3-scanner.Tpo" ".deps/mp3-scanner.Po"; else rm -f ".deps/mp3-scanner.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT playlist.o -MD -MP -MF ".deps/playlist.Tpo" -c -o playlist.o playlist.c;
    then mv -f ".deps/playlist.Tpo" ".deps/playlist.Po"; else rm -f ".deps/playlist.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT lexer.o -MD -MP -MF ".deps/lexer.Tpo" -c -o lexer.o lexer.c;
    then mv -f ".deps/lexer.Tpo" ".deps/lexer.Po"; else rm -f ".deps/lexer.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o parser.o parser.c;
    then mv -f ".deps/parser.Tpo" ".deps/parser.Po"; else rm -f ".deps/parser.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT strcasestr.o -MD -MP -MF ".deps/strcasestr.Tpo" -c -o strcasestr.o strcasestr.c;
    then mv -f ".deps/strcasestr.Tpo" ".deps/strcasestr.Po"; else rm -f ".deps/strcasestr.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT strsep.o -MD -MP -MF ".deps/strsep.Tpo" -c -o strsep.o strsep.c;
    then mv -f ".deps/strsep.Tpo" ".deps/strsep.Po"; else rm -f ".deps/strsep.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT redblack.o -MD -MP -MF ".deps/redblack.Tpo" -c -o redblack.o redblack.c;
    then mv -f ".deps/redblack.Tpo" ".deps/redblack.Po"; else rm -f ".deps/redblack.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT dynamic-art.o -MD -MP -MF ".deps/dynamic-art.Tpo" -c -o dynamic-art.o dynamic-art.c;
    then mv -f ".deps/dynamic-art.Tpo" ".deps/dynamic-art.Po"; else rm -f ".deps/dynamic-art.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT query.o -MD -MP -MF ".deps/query.Tpo" -c -o query.o query.c;
    then mv -f ".deps/query.Tpo" ".deps/query.Po"; else rm -f ".deps/query.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT mDNS.o -MD -MP -MF ".deps/mDNS.Tpo" -c -o mDNS.o mDNS.c;
    then mv -f ".deps/mDNS.Tpo" ".deps/mDNS.Po"; else rm -f ".deps/mDNS.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT mDNSPosix.o -MD -MP -MF ".deps/mDNSPosix.Tpo" -c -o mDNSPosix.o mDNSPosix.c;
    then mv -f ".deps/mDNSPosix.Tpo" ".deps/mDNSPosix.Po"; else rm -f ".deps/mDNSPosix.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT mDNSUNP.o -MD -MP -MF ".deps/mDNSUNP.Tpo" -c -o mDNSUNP.o mDNSUNP.c;
    then mv -f ".deps/mDNSUNP.Tpo" ".deps/mDNSUNP.Po"; else rm -f ".deps/mDNSUNP.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT rend-posix.o -MD -MP -MF ".deps/rend-posix.Tpo" -c -o rend-posix.o rend-posix.c;
    then mv -f ".deps/rend-posix.Tpo" ".deps/rend-posix.Po"; else rm -f ".deps/rend-posix.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i686-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -MT rend-unix.o -MD -MP -MF ".deps/rend-unix.Tpo" -c -o rend-unix.o rend-unix.c;
    then mv -f ".deps/rend-unix.Tpo" ".deps/rend-unix.Po"; else rm -f ".deps/rend-unix.Tpo"; exit 1; fi
    gcc -g -O2 -lpthread -lgdbm -lid3tag -lz -o mt-daapd main.o uici.o webserver.o configfile.o err.o restart.o daap-proto.o daap.o db-gdbm.o mp3-scanner.o playlist.o lexer.o parser.o strcasestr.o strsep.o redblack.o dynamic-art.o query.o mDNS.o mDNSPosix.o mDNSUNP.o rend-posix.o rend-unix.o
    make[3]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    Making all in admin-root
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    Making all in contrib
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    Making all in debian
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1'


    [root@*** mt-daapd-0.2.4.1]# make install
    Making install in src
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make install-am
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make[3]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    test -z "/usr/local/sbin" || mkdir -p -- "/usr/local/sbin"
    /usr/bin/install -c 'mt-daapd' '/usr/local/sbin/mt-daapd'
    make[3]: Nothing to be done for `install-data-am'.
    make[3]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/src'
    Making install in admin-root
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/local/share/mt-daapd/admin-root" || mkdir -p -- "/usr/local/share/mt-daapd/admin-root"
    /usr/bin/install -c -m 644 'ftr.html' '/usr/local/share/mt-daapd/admin-root/ftr.html'
    /usr/bin/install -c -m 644 'linkOpaque.gif' '/usr/local/share/mt-daapd/admin-root/linkOpaque.gif'
    /usr/bin/install -c -m 644 'status.html' '/usr/local/share/mt-daapd/admin-root/status.html'
    /usr/bin/install -c -m 644 'aspl-license.txt' '/usr/local/share/mt-daapd/admin-root/aspl-license.txt'
    /usr/bin/install -c -m 644 'gpl-license.txt' '/usr/local/share/mt-daapd/admin-root/gpl-license.txt'
    /usr/bin/install -c -m 644 'linkTransparent.gif' '/usr/local/share/mt-daapd/admin-root/linkTransparent.gif'
    /usr/bin/install -c -m 644 'config-update.html' '/usr/local/share/mt-daapd/admin-root/config-update.html'
    /usr/bin/install -c -m 644 'hdr.html' '/usr/local/share/mt-daapd/admin-root/hdr.html'
    /usr/bin/install -c -m 644 'mt-daapd.css' '/usr/local/share/mt-daapd/admin-root/mt-daapd.css'
    /usr/bin/install -c -m 644 'mt-daapd.png' '/usr/local/share/mt-daapd/admin-root/mt-daapd.png'
    /usr/bin/install -c -m 644 'config.html' '/usr/local/share/mt-daapd/admin-root/config.html'
    /usr/bin/install -c -m 644 'index.html' '/usr/local/share/mt-daapd/admin-root/index.html'
    /usr/bin/install -c -m 644 'required.gif' '/usr/local/share/mt-daapd/admin-root/required.gif'
    /usr/bin/install -c -m 644 'gpl-license.html' '/usr/local/share/mt-daapd/admin-root/gpl-license.html'
    /usr/bin/install -c -m 644 'aspl-license.html' '/usr/local/share/mt-daapd/admin-root/aspl-license.html'
    /usr/bin/install -c -m 644 'thanks.html' '/usr/local/share/mt-daapd/admin-root/thanks.html'
    /usr/bin/install -c -m 644 'feedback.html' '/usr/local/share/mt-daapd/admin-root/feedback.html'
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/admin-root'
    Making install in contrib
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/contrib'
    Making install in debian
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1/debian'
    make[1]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1'
    make[2]: Entering directory `/root/Desktop/mt-daapd-0.2.4.1'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1'
    make[1]: Leaving directory `/root/Desktop/mt-daapd-0.2.4.1'

    #16680
    Anonymous
    Inactive

    I think you’ll find that it installed fine, but the Makefile is not going to place configuration files and/or init scripts around the place, as it needs more specific information about the type of system you’re running and how you like to run it.

    You would find it instructive to read http://wiki.mt-daapd.org/wiki/Quickstart_Tarball which outlines the basic procedure. I think you’re most of the way there. 😉

    #16681
    Anonymous
    Inactive

    I’m just struggling to run configuration on my suse 10.1
    configuraton complains: Must have libid3tag. What version
    of id3tab do you use? Could you type


    rpm -qa |grep id3
    ls /usr/include/ |grep id3
    ls /usr/lib/ |grep id3

    and post the result here?

    thanks!

    #16682
    Anonymous
    Inactive

    solved!
    see suse 10.2 thread

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.