Can’t find binary after installation.

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Can’t find binary after installation.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #849
    jenslam
    Guest

    Hi everybody!
    I’m trying to install mt-daapd on my Eisfair-based Linux Server from the Tarball. Unfortunatly there seems to be no mt-daapd binary after the installation-or at least i’m not able to find it 😉
    Here are the log-Files from the installation:

    ./configure:


    eis # ./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 ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc
    checking for bison... bison -y
    checking for flex... flex
    checking for yywrap in -lfl... no
    checking for yywrap in -ll... no
    checking lex output file root... lex.yy
    checking whether yytext is a pointer... no
    checking build system type... i586-pc-linux-gnu
    checking host system type... i586-pc-linux-gnu
    checking for pthread_creat in -lc_r... no
    checking for pthread_create in -lpthread... yes
    Host type is i586-pc-linux-gnu
    checking how to run the C preprocessor... gcc -E
    checking for egrep... 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

    make:


    eis # make
    make all-recursive
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4'
    Making all in src
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/src'
    make all-am
    make[3]: Entering directory `/root/downloads/mt-daapd-0.2.4/src'
    source='main.c' object='main.o' libtool=no
    depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'main.c' || echo './'`main.c
    source='uici.c' object='uici.o' libtool=no
    depfile='.deps/uici.Po' tmpdepfile='.deps/uici.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'uici.c' || echo './'`uici.c
    source='webserver.c' object='webserver.o' libtool=no
    depfile='.deps/webserver.Po' tmpdepfile='.deps/webserver.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'webserver.c' || echo './'`webserver.c
    source='configfile.c' object='configfile.o' libtool=no
    depfile='.deps/configfile.Po' tmpdepfile='.deps/configfile.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'configfile.c' || echo './'`configfile.c
    source='err.c' object='err.o' libtool=no
    depfile='.deps/err.Po' tmpdepfile='.deps/err.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'err.c' || echo './'`err.c
    source='restart.c' object='restart.o' libtool=no
    depfile='.deps/restart.Po' tmpdepfile='.deps/restart.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'restart.c' || echo './'`restart.c
    source='daap-proto.c' object='daap-proto.o' libtool=no
    depfile='.deps/daap-proto.Po' tmpdepfile='.deps/daap-proto.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'daap-proto.c' || echo './'`daap-proto.c
    source='daap.c' object='daap.o' libtool=no
    depfile='.deps/daap.Po' tmpdepfile='.deps/daap.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'daap.c' || echo './'`daap.c
    source='db-gdbm.c' object='db-gdbm.o' libtool=no
    depfile='.deps/db-gdbm.Po' tmpdepfile='.deps/db-gdbm.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'db-gdbm.c' || echo './'`db-gdbm.c
    source='mp3-scanner.c' object='mp3-scanner.o' libtool=no
    depfile='.deps/mp3-scanner.Po' tmpdepfile='.deps/mp3-scanner.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'mp3-scanner.c' || echo './'`mp3-scanner.c
    source='playlist.c' object='playlist.o' libtool=no
    depfile='.deps/playlist.Po' tmpdepfile='.deps/playlist.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'playlist.c' || echo './'`playlist.c
    source='lexer.c' object='lexer.o' libtool=no
    depfile='.deps/lexer.Po' tmpdepfile='.deps/lexer.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'lexer.c' || echo './'`lexer.c
    source='parser.c' object='parser.o' libtool=no
    depfile='.deps/parser.Po' tmpdepfile='.deps/parser.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'parser.c' || echo './'`parser.c
    source='strcasestr.c' object='strcasestr.o' libtool=no
    depfile='.deps/strcasestr.Po' tmpdepfile='.deps/strcasestr.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'strcasestr.c' || echo './'`strcasestr.c
    source='strsep.c' object='strsep.o' libtool=no
    depfile='.deps/strsep.Po' tmpdepfile='.deps/strsep.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'strsep.c' || echo './'`strsep.c
    source='redblack.c' object='redblack.o' libtool=no
    depfile='.deps/redblack.Po' tmpdepfile='.deps/redblack.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'redblack.c' || echo './'`redblack.c
    source='dynamic-art.c' object='dynamic-art.o' libtool=no
    depfile='.deps/dynamic-art.Po' tmpdepfile='.deps/dynamic-art.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'dynamic-art.c' || echo './'`dynamic-art.c
    source='query.c' object='query.o' libtool=no
    depfile='.deps/query.Po' tmpdepfile='.deps/query.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'query.c' || echo './'`query.c
    source='mDNS.c' object='mDNS.o' libtool=no
    depfile='.deps/mDNS.Po' tmpdepfile='.deps/mDNS.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'mDNS.c' || echo './'`mDNS.c
    source='mDNSPosix.c' object='mDNSPosix.o' libtool=no
    depfile='.deps/mDNSPosix.Po' tmpdepfile='.deps/mDNSPosix.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'mDNSPosix.c' || echo './'`mDNSPosix.c
    source='mDNSUNP.c' object='mDNSUNP.o' libtool=no
    depfile='.deps/mDNSUNP.Po' tmpdepfile='.deps/mDNSUNP.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'mDNSUNP.c' || echo './'`mDNSUNP.c
    source='rend-posix.c' object='rend-posix.o' libtool=no
    depfile='.deps/rend-posix.Po' tmpdepfile='.deps/rend-posix.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'rend-posix.c' || echo './'`rend-posix.c
    source='rend-unix.c' object='rend-unix.o' libtool=no
    depfile='.deps/rend-unix.Po' tmpdepfile='.deps/rend-unix.TPo'
    depmode=gcc /bin/sh ../depcomp
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -DHOST='"i586-pc-linux-gnu"' -DNOT_HAVE_SA_LEN -g -O2 -c `test -f 'rend-unix.c' || echo './'`rend-unix.c
    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/downloads/mt-daapd-0.2.4/src'
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4/src'
    Making all in admin-root
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/admin-root'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4/admin-root'
    Making all in contrib
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/contrib'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4/contrib'
    Making all in debian
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/debian'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4/debian'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4'

    make install:


    eis # make install
    Making install in src
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4/src'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/src'
    /bin/sh ../mkinstalldirs /usr/local/sbin
    /usr/bin/install -c mt-daapd /usr/local/sbin/mt-daapd
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/root/downloads/mt-daapd-0.2.4/src'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4/src'
    Making install in admin-root
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4/admin-root'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/admin-root'
    make[2]: Nothing to be done for `install-exec-am'.
    /bin/sh ../mkinstalldirs /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/downloads/mt-daapd-0.2.4/admin-root'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4/admin-root'
    Making install in contrib
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4/contrib'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/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/downloads/mt-daapd-0.2.4/contrib'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4/contrib'
    Making install in debian
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4/debian'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4/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/downloads/mt-daapd-0.2.4/debian'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4/debian'
    make[1]: Entering directory `/root/downloads/mt-daapd-0.2.4'
    make[2]: Entering directory `/root/downloads/mt-daapd-0.2.4'
    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/downloads/mt-daapd-0.2.4'
    make[1]: Leaving directory `/root/downloads/mt-daapd-0.2.4'

    After that there is a directory “/usr/local/share/mt-daapd/admin-root”, but no binary file mt-daapd which i could launch.

    Any hints?

    #7662
    rpedde
    Participant

    /bin/sh ../mkinstalldirs /usr/local/sbin
    /usr/bin/install -c mt-daapd /usr/local/sbin/mt-daapd

    It’s in /usr/local/sbin.

    You may have wanted to configure it with “–prefix=/usr”, though, if you wanted it in /usr/sbin, and /usr/share/mt-daapd, though.

    — Ron

    #7663
    jenslam
    Guest

    That’s it…:oops::oops:
    Thank you..

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