Build Problems

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2705
    Anonymous
    Inactive

    Ok, I am fairly new to linux and Firefly. I was successful in installing the latest stable build, but am having issues upgrading further. I installed sqlite3 and executed the following:

    ./configure –prefix=/usr –enable-sqlite3 –with-sqlite3-includes=/usr/include –with-sqlite3-libs=/usr/lib

    then make
    then make install

    Everything looks good on the build and no errors are reported that I can see, but it doesn’t appear to create the executable. My output is listed below and I appreciate any advice you can give. As far as my setup, I am running Clarkconnect v4.3.

    Thanks,
    aggie98

    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2008.11.23 15:20:22 =~=~=~=~=~=~=~=~=~=~=~=

    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 style of include used by make… GNU
    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 dependency style of gcc… gcc3
    checking how to run the C preprocessor… gcc -E
    checking for egrep… grep -E
    checking for AIX… no
    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 minix/config.h usability… no
    checking minix/config.h presence… no
    checking for minix/config.h… no
    checking whether it is safe to define __EXTENSIONS__… yes
    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 ANSI C… (cached) none needed
    checking dependency style of gcc… (cached) gcc3
    checking build system type… i686-pc-linux-gnu
    checking host system type… i686-pc-linux-gnu
    checking for a sed that does not truncate output… /bin/sed
    checking for ld used by gcc… /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld… yes
    checking for /usr/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 dlfcn.h usability… yes
    checking dlfcn.h presence… yes
    checking for dlfcn.h… yes
    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 how to run the C++ preprocessor… g++ -E
    checking for g77… g77
    checking whether we are using the GNU Fortran 77 compiler… yes
    checking whether g77 accepts -g… yes
    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… ranlib
    checking for strip… strip
    checking if gcc static flag works… yes
    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 supports -c -o file.o… yes
    checking whether the gcc linker (/usr/bin/ld) 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 if libtool supports shared libraries… yes
    checking whether to build shared libraries… yes
    checking whether to build static libraries… yes
    configure: creating libtool
    appending configuration tag “CXX” to libtool
    checking for ld used by g++… /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld… yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries… yes
    checking for g++ option to produce PIC… -fPIC
    checking if g++ PIC flag -fPIC works… yes
    checking if g++ supports -c -o file.o… yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries… yes
    checking dynamic linker characteristics… GNU/Linux ld.so
    checking how to hardcode library paths into programs… immediate
    checking whether stripping libraries is possible… yes
    appending configuration tag “F77” to libtool
    checking if libtool supports shared libraries… yes
    checking whether to build shared libraries… yes
    checking whether to build static libraries… yes
    checking for g77 option to produce PIC… -fPIC
    checking if g77 PIC flag -fPIC works… yes
    checking if g77 supports -c -o file.o… yes
    checking whether the g77 linker (/usr/bin/ld) supports shared libraries… yes
    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 sys/wait.h usability… yes
    checking sys/wait.h presence… yes
    checking for sys/wait.h… yes
    checking sys/param.h usability… yes
    checking sys/param.h presence… yes
    checking for sys/param.h… yes
    checking sys/select.h usability… yes
    checking sys/select.h presence… yes
    checking for sys/select.h… yes
    checking dirent.h usability… yes
    checking dirent.h presence… yes
    checking for dirent.h… yes
    checking for strptime… yes
    checking for strtok_r… yes
    checking for timegm… yes
    checking whether setpgrp takes no argument… yes
    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
    checking for strcasestr… yes
    checking for strsep… yes
    Host type is i686-pc-linux-gnu
    checking getopt.h usability… yes
    checking getopt.h presence… yes
    checking for getopt.h… yes
    checking for stdint.h… (cached) yes
    checking id3tag.h usability… yes
    checking id3tag.h presence… yes
    checking for id3tag.h… yes
    checking for id3_file_open in -lid3tag… yes
    checking sqlite3.h usability… yes
    checking sqlite3.h presence… yes
    checking for sqlite3.h… yes
    checking for sqlite3_open in -lsqlite3… yes
    checking for strcasestr… (cached) yes
    checking for strsep… (cached) yes
    checking for atoll… yes
    checking for ANSI C header files… (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible… (cached) 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 return type of signal handlers… void
    checking for select… yes
    checking for socket… yes
    checking for strdup… yes
    checking for strerror… yes
    checking for dlsym in -ldl… yes
    checking for socket in -lsocket… no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating src/plugins/Makefile
    config.status: creating admin-root/Makefile
    config.status: creating admin-root/lib-js/Makefile
    config.status: creating admin-root/lib-js/script.aculo.us/Makefile
    config.status: creating contrib/Makefile
    config.status: creating contrib/init.d/Makefile
    config.status: creating src/mdns/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    ]0;root@cconnect:/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586[root@cconnect

    mt-daapd-svn-1586]# make
    make all-recursive
    make[1]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    Making all in src
    make[2]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    Making all in plugins
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT out-daap.lo -MD -MP -MF “.deps/out-daap.Tpo” -c -o out-daap.lo

    out-daap.c;
    then mv -f “.deps/out-daap.Tpo” “.deps/out-daap.Plo”; else rm -f “.deps/out-daap.Tpo”; exit 1;

    fi
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT out-daap.lo -MD

    -MP -MF .deps/out-daap.Tpo -c out-daap.c -fPIC -DPIC -o .libs/out-daap.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT out-daap.lo -MD

    -MP -MF .deps/out-daap.Tpo -c out-daap.c -o out-daap.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT out-daap-proto.lo -MD -MP -MF “.deps/out-daap-proto.Tpo” -c -o

    out-daap-proto.lo out-daap-proto.c;
    then mv -f “.deps/out-daap-proto.Tpo” “.deps/out-daap-proto.Plo”; else rm -f

    “.deps/out-daap-proto.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT out-daap-proto.lo

    -MD -MP -MF .deps/out-daap-proto.Tpo -c out-daap-proto.c -fPIC -DPIC -o .libs/out-daap-proto.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT out-daap-proto.lo

    -MD -MP -MF .deps/out-daap-proto.Tpo -c out-daap-proto.c -o out-daap-proto.o >/dev/null 2>&1
    /bin/sh ../../libtool –tag=CC –mode=link gcc -I.. -g -O2 -L/usr/lib -R/usr/lib -o

    out-daap.la -rpath /usr/share/mt-daapd/plugins -module -avoid-version out-daap.lo

    out-daap-proto.lo -ldl -lpthread -lid3tag -lz -lsqlite3
    gcc -shared .libs/out-daap.o .libs/out-daap-proto.o -Wl,–rpath -Wl,/usr/lib -L/usr/lib -ldl

    -lpthread /usr/lib/libid3tag.so -lz -lsqlite3 -Wl,-soname -Wl,out-daap.so -o .libs/out-daap.so
    ar cru .libs/out-daap.a out-daap.o out-daap-proto.o
    ranlib .libs/out-daap.a
    creating out-daap.la
    (cd .libs && rm -f out-daap.la && ln -s ../out-daap.la out-daap.la)
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT compat.lo -MD -MP -MF “.deps/compat.Tpo” -c -o compat.lo

    compat.c;
    then mv -f “.deps/compat.Tpo” “.deps/compat.Plo”; else rm -f “.deps/compat.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT compat.lo -MD -MP

    -MF .deps/compat.Tpo -c compat.c -fPIC -DPIC -o .libs/compat.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT compat.lo -MD -MP

    -MF .deps/compat.Tpo -c compat.c -o compat.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF “.deps/rsp.Tpo” -c -o rsp.lo rsp.c;
    then mv -f “.deps/rsp.Tpo” “.deps/rsp.Plo”; else rm -f “.deps/rsp.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF

    .deps/rsp.Tpo -c rsp.c -fPIC -DPIC -o .libs/rsp.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF

    .deps/rsp.Tpo -c rsp.c -o rsp.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP -MF “.deps/xml-rpc.Tpo” -c -o xml-rpc.lo

    xml-rpc.c;
    then mv -f “.deps/xml-rpc.Tpo” “.deps/xml-rpc.Plo”; else rm -f “.deps/xml-rpc.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP

    -MF .deps/xml-rpc.Tpo -c xml-rpc.c -fPIC -DPIC -o .libs/xml-rpc.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP

    -MF .deps/xml-rpc.Tpo -c xml-rpc.c -o xml-rpc.o >/dev/null 2>&1
    /bin/sh ../../libtool –tag=CC –mode=link gcc -I.. -g -O2 -L/usr/lib -R/usr/lib -o rsp.la

    -rpath /usr/share/mt-daapd/plugins -module -avoid-version compat.lo rsp.lo xml-rpc.lo -ldl

    -lpthread -lid3tag -lz -lsqlite3
    gcc -shared .libs/compat.o .libs/rsp.o .libs/xml-rpc.o -Wl,–rpath -Wl,/usr/lib -L/usr/lib

    -ldl -lpthread /usr/lib/libid3tag.so -lz -lsqlite3 -Wl,-soname -Wl,rsp.so -o .libs/rsp.so
    ar cru .libs/rsp.a compat.o rsp.o xml-rpc.o
    ranlib .libs/rsp.a
    creating rsp.la
    (cd .libs && rm -f rsp.la && ln -s ../rsp.la rsp.la)
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall

    -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -I.. -g -O2 -MT ssc-script.lo -MD -MP -MF “.deps/ssc-script.Tpo” -c -o

    ssc-script.lo ssc-script.c;
    then mv -f “.deps/ssc-script.Tpo” “.deps/ssc-script.Plo”; else rm -f “.deps/ssc-script.Tpo”;

    exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT ssc-script.lo -MD

    -MP -MF .deps/ssc-script.Tpo -c ssc-script.c -fPIC -DPIC -o .libs/ssc-script.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -I.. -g -O2 -MT ssc-script.lo -MD

    -MP -MF .deps/ssc-script.Tpo -c ssc-script.c -o ssc-script.o >/dev/null 2>&1
    /bin/sh ../../libtool –tag=CC –mode=link gcc -I.. -g -O2 -L/usr/lib -R/usr/lib -o

    ssc-script.la -rpath /usr/share/mt-daapd/plugins -module -avoid-version ssc-script.lo -ldl

    -lpthread -lid3tag -lz -lsqlite3
    gcc -shared .libs/ssc-script.o -Wl,–rpath -Wl,/usr/lib -L/usr/lib -ldl -lpthread

    /usr/lib/libid3tag.so -lz -lsqlite3 -Wl,-soname -Wl,ssc-script.so -o .libs/ssc-script.so
    ar cru .libs/ssc-script.a ssc-script.o
    ranlib .libs/ssc-script.a
    creating ssc-script.la
    (cd .libs && rm -f ssc-script.la && ln -s ../ssc-script.la ssc-script.la)
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    Making all in mdns
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT mDNS.lo -MD -MP -MF “.deps/mDNS.Tpo” -c -o mDNS.lo mDNS.c;
    then mv -f “.deps/mDNS.Tpo” “.deps/mDNS.Plo”; else rm -f “.deps/mDNS.Tpo”; exit 1; fi
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNS.lo -MD -MP -MF

    .deps/mDNS.Tpo -c mDNS.c -fPIC -DPIC -o .libs/mDNS.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNS.lo -MD -MP -MF

    .deps/mDNS.Tpo -c mDNS.c -o mDNS.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT mDNSPosix.lo -MD -MP -MF “.deps/mDNSPosix.Tpo” -c -o mDNSPosix.lo

    mDNSPosix.c;
    then mv -f “.deps/mDNSPosix.Tpo” “.deps/mDNSPosix.Plo”; else rm -f “.deps/mDNSPosix.Tpo”; exit

    1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSPosix.lo -MD -MP

    -MF .deps/mDNSPosix.Tpo -c mDNSPosix.c -fPIC -DPIC -o .libs/mDNSPosix.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSPosix.lo -MD -MP

    -MF .deps/mDNSPosix.Tpo -c mDNSPosix.c -o mDNSPosix.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT mDNSUNP.lo -MD -MP -MF “.deps/mDNSUNP.Tpo” -c -o mDNSUNP.lo

    mDNSUNP.c;
    then mv -f “.deps/mDNSUNP.Tpo” “.deps/mDNSUNP.Plo”; else rm -f “.deps/mDNSUNP.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSUNP.lo -MD -MP -MF

    .deps/mDNSUNP.Tpo -c mDNSUNP.c -fPIC -DPIC -o .libs/mDNSUNP.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSUNP.lo -MD -MP -MF

    .deps/mDNSUNP.Tpo -c mDNSUNP.c -o mDNSUNP.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT DNSCommon.lo -MD -MP -MF “.deps/DNSCommon.Tpo” -c -o DNSCommon.lo

    DNSCommon.c;
    then mv -f “.deps/DNSCommon.Tpo” “.deps/DNSCommon.Plo”; else rm -f “.deps/DNSCommon.Tpo”; exit

    1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT DNSCommon.lo -MD -MP

    -MF .deps/DNSCommon.Tpo -c DNSCommon.c -fPIC -DPIC -o .libs/DNSCommon.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT DNSCommon.lo -MD -MP

    -MF .deps/DNSCommon.Tpo -c DNSCommon.c -o DNSCommon.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT uDNS.lo -MD -MP -MF “.deps/uDNS.Tpo” -c -o uDNS.lo uDNS.c;
    then mv -f “.deps/uDNS.Tpo” “.deps/uDNS.Plo”; else rm -f “.deps/uDNS.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT uDNS.lo -MD -MP -MF

    .deps/uDNS.Tpo -c uDNS.c -fPIC -DPIC -o .libs/uDNS.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT uDNS.lo -MD -MP -MF

    .deps/uDNS.Tpo -c uDNS.c -o uDNS.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT DNSDigest.lo -MD -MP -MF “.deps/DNSDigest.Tpo” -c -o DNSDigest.lo

    DNSDigest.c;
    then mv -f “.deps/DNSDigest.Tpo” “.deps/DNSDigest.Plo”; else rm -f “.deps/DNSDigest.Tpo”; exit

    1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT DNSDigest.lo -MD -MP

    -MF .deps/DNSDigest.Tpo -c DNSDigest.c -fPIC -DPIC -o .libs/DNSDigest.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT DNSDigest.lo -MD -MP

    -MF .deps/DNSDigest.Tpo -c DNSDigest.c -o DNSDigest.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT GenLinkedList.lo -MD -MP -MF “.deps/GenLinkedList.Tpo” -c -o

    GenLinkedList.lo GenLinkedList.c;
    then mv -f “.deps/GenLinkedList.Tpo” “.deps/GenLinkedList.Plo”; else rm -f

    “.deps/GenLinkedList.Tpo”; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT GenLinkedList.lo -MD

    -MP -MF .deps/GenLinkedList.Tpo -c GenLinkedList.c -fPIC -DPIC -o .libs/GenLinkedList.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT GenLinkedList.lo -MD

    -MP -MF .deps/GenLinkedList.Tpo -c GenLinkedList.c -o GenLinkedList.o >/dev/null 2>&1
    if /bin/sh ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g

    -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘ -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX

    -I/usr/include -g -O2 -MT mDNSDebug.lo -MD -MP -MF “.deps/mDNSDebug.Tpo” -c -o mDNSDebug.lo

    mDNSDebug.c;
    then mv -f “.deps/mDNSDebug.Tpo” “.deps/mDNSDebug.Plo”; else rm -f “.deps/mDNSDebug.Tpo”; exit

    1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSDebug.lo -MD -MP

    -MF .deps/mDNSDebug.Tpo -c mDNSDebug.c -fPIC -DPIC -o .libs/mDNSDebug.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -Wall -DHAVE_SQL -DHOST=”i686-pc-linux-gnu”

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT mDNSDebug.lo -MD -MP

    -MF .deps/mDNSDebug.Tpo -c mDNSDebug.c -o mDNSDebug.o >/dev/null 2>&1
    /bin/sh ../../libtool –tag=CC –mode=link gcc -g -O2 -L/usr/lib -R/usr/lib -o libmdns.la

    mDNS.lo mDNSPosix.lo mDNSUNP.lo DNSCommon.lo uDNS.lo DNSDigest.lo GenLinkedList.lo mDNSDebug.lo

    -ldl -lpthread -lid3tag -lz -lsqlite3
    ar cru .libs/libmdns.a .libs/mDNS.o .libs/mDNSPosix.o .libs/mDNSUNP.o .libs/DNSCommon.o

    .libs/uDNS.o .libs/DNSDigest.o .libs/GenLinkedList.o .libs/mDNSDebug.o
    ranlib .libs/libmdns.a
    creating libmdns.la
    (cd .libs && rm -f libmdns.la && ln -s ../libmdns.la libmdns.la)
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    make[3]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT wavstreamer.o -MD -MP

    -MF “.deps/wavstreamer.Tpo” -c -o wavstreamer.o wavstreamer.c;
    then mv -f “.deps/wavstreamer.Tpo” “.deps/wavstreamer.Po”; else rm -f “.deps/wavstreamer.Tpo”;

    exit 1; fi
    /bin/sh ../libtool –tag=CC –mode=link gcc -g -O2 -L/usr/lib -R/usr/lib -o wavstreamer

    wavstreamer.o mdns/libmdns.la -ldl -lpthread -lid3tag -lz -lsqlite3
    mkdir .libs
    gcc -g -O2 -o wavstreamer wavstreamer.o -L/usr/lib mdns/.libs/libmdns.a -ldl -lpthread

    /usr/lib/libid3tag.so -lz -lsqlite3 -Wl,–rpath -Wl,/usr/lib
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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
    err.c: In function `_err_get_threadid’:
    err.c:95: warning: dereferencing type-punned pointer will break strict-aliasing rules
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT db-generic.o -MD -MP

    -MF “.deps/db-generic.Tpo” -c -o db-generic.o db-generic.c;
    then mv -f “.deps/db-generic.Tpo” “.deps/db-generic.Po”; else rm -f “.deps/db-generic.Tpo”;

    exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT rxml.o -MD -MP -MF

    “.deps/rxml.Tpo” -c -o rxml.o rxml.c;
    then mv -f “.deps/rxml.Tpo” “.deps/rxml.Po”; else rm -f “.deps/rxml.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-mp3.o -MD -MP -MF

    “.deps/scan-mp3.Tpo” -c -o scan-mp3.o scan-mp3.c;
    then mv -f “.deps/scan-mp3.Tpo” “.deps/scan-mp3.Po”; else rm -f “.deps/scan-mp3.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-mp4.o -MD -MP -MF

    “.deps/scan-mp4.Tpo” -c -o scan-mp4.o scan-mp4.c;
    then mv -f “.deps/scan-mp4.Tpo” “.deps/scan-mp4.Po”; else rm -f “.deps/scan-mp4.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-aif.o -MD -MP -MF

    “.deps/scan-aif.Tpo” -c -o scan-aif.o scan-aif.c;
    then mv -f “.deps/scan-aif.Tpo” “.deps/scan-aif.Po”; else rm -f “.deps/scan-aif.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-xml.o -MD -MP -MF

    “.deps/scan-xml.Tpo” -c -o scan-xml.o scan-xml.c;
    then mv -f “.deps/scan-xml.Tpo” “.deps/scan-xml.Po”; else rm -f “.deps/scan-xml.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-wma.o -MD -MP -MF

    “.deps/scan-wma.Tpo” -c -o scan-wma.o scan-wma.c;
    then mv -f “.deps/scan-wma.Tpo” “.deps/scan-wma.Po”; else rm -f “.deps/scan-wma.Tpo”; exit 1;

    fi
    scan-wma.c: In function `wma_parse_extended_content_description’:
    scan-wma.c:560: warning: dereferencing type-punned pointer will break strict-aliasing rules
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-aac.o -MD -MP -MF

    “.deps/scan-aac.Tpo” -c -o scan-aac.o scan-aac.c;
    then mv -f “.deps/scan-aac.Tpo” “.deps/scan-aac.Po”; else rm -f “.deps/scan-aac.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-wav.o -MD -MP -MF

    “.deps/scan-wav.Tpo” -c -o scan-wav.o scan-wav.c;
    then mv -f “.deps/scan-wav.Tpo” “.deps/scan-wav.Po”; else rm -f “.deps/scan-wav.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT scan-url.o -MD -MP -MF

    “.deps/scan-url.Tpo” -c -o scan-url.o scan-url.c;
    then mv -f “.deps/scan-url.Tpo” “.deps/scan-url.Po”; else rm -f “.deps/scan-url.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT smart-parser.o -MD -MP

    -MF “.deps/smart-parser.Tpo” -c -o smart-parser.o smart-parser.c;
    then mv -f “.deps/smart-parser.Tpo” “.deps/smart-parser.Po”; else rm -f

    “.deps/smart-parser.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT xml-rpc.o -MD -MP -MF

    “.deps/xml-rpc.Tpo” -c -o xml-rpc.o xml-rpc.c;
    then mv -f “.deps/xml-rpc.Tpo” “.deps/xml-rpc.Po”; else rm -f “.deps/xml-rpc.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT ll.o -MD -MP -MF

    “.deps/ll.Tpo” -c -o ll.o ll.c;
    then mv -f “.deps/ll.Tpo” “.deps/ll.Po”; else rm -f “.deps/ll.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT conf.o -MD -MP -MF

    “.deps/conf.Tpo” -c -o conf.o conf.c;
    then mv -f “.deps/conf.Tpo” “.deps/conf.Po”; else rm -f “.deps/conf.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT compat.o -MD -MP -MF

    “.deps/compat.Tpo” -c -o compat.o compat.c;
    then mv -f “.deps/compat.Tpo” “.deps/compat.Po”; else rm -f “.deps/compat.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT util.o -MD -MP -MF

    “.deps/util.Tpo” -c -o util.o util.c;
    then mv -f “.deps/util.Tpo” “.deps/util.Po”; else rm -f “.deps/util.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT os-unix.o -MD -MP -MF

    “.deps/os-unix.Tpo” -c -o os-unix.o os-unix.c;
    then mv -f “.deps/os-unix.Tpo” “.deps/os-unix.Po”; else rm -f “.deps/os-unix.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT plugin.o -MD -MP -MF

    “.deps/plugin.Tpo” -c -o plugin.o plugin.c;
    then mv -f “.deps/plugin.Tpo” “.deps/plugin.Po”; else rm -f “.deps/plugin.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT db-sql-updates.o -MD

    -MP -MF “.deps/db-sql-updates.Tpo” -c -o db-sql-updates.o db-sql-updates.c;
    then mv -f “.deps/db-sql-updates.Tpo” “.deps/db-sql-updates.Po”; else rm -f

    “.deps/db-sql-updates.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT memdebug.o -MD -MP -MF

    “.deps/memdebug.Tpo” -c -o memdebug.o memdebug.c;
    then mv -f “.deps/memdebug.Tpo” “.deps/memdebug.Po”; else rm -f “.deps/memdebug.Tpo”; exit 1;

    fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -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.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT db-sql-sqlite3.o -MD

    -MP -MF “.deps/db-sql-sqlite3.Tpo” -c -o db-sql-sqlite3.o db-sql-sqlite3.c;
    then mv -f “.deps/db-sql-sqlite3.Tpo” “.deps/db-sql-sqlite3.Po”; else rm -f

    “.deps/db-sql-sqlite3.Tpo”; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='”i686-pc-linux-gnu”‘

    -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -I/usr/include -g -O2 -MT db-sql.o -MD -MP -MF

    “.deps/db-sql.Tpo” -c -o db-sql.o db-sql.c;
    then mv -f “.deps/db-sql.Tpo” “.deps/db-sql.Po”; else rm -f “.deps/db-sql.Tpo”; exit 1; fi
    /bin/sh ../libtool –tag=CC –mode=link gcc -g -O2 -L/usr/lib -R/usr/lib -o mt-daapd main.o

    uici.o webserver.o configfile.o err.o restart.o mp3-scanner.o db-generic.o rxml.o redblack.o

    scan-mp3.o scan-mp4.o scan-aif.o scan-xml.o scan-wma.o scan-aac.o scan-wav.o scan-url.o

    smart-parser.o xml-rpc.o ll.o conf.o compat.o util.o os-unix.o plugin.o db-sql-updates.o

    memdebug.o rend-unix.o rend-posix.o db-sql-sqlite3.o db-sql.o mdns/libmdns.la -ldl

    -lpthread -lid3tag -lz -lsqlite3
    gcc -g -O2 -o mt-daapd main.o uici.o webserver.o configfile.o err.o restart.o mp3-scanner.o

    db-generic.o rxml.o redblack.o scan-mp3.o scan-mp4.o scan-aif.o scan-xml.o scan-wma.o

    scan-aac.o scan-wav.o scan-url.o smart-parser.o xml-rpc.o ll.o conf.o compat.o util.o os-unix.o

    plugin.o db-sql-updates.o memdebug.o rend-unix.o rend-posix.o db-sql-sqlite3.o db-sql.o

    -L/usr/lib mdns/.libs/libmdns.a -ldl -lpthread /usr/lib/libid3tag.so -lz -lsqlite3 -Wl,–rpath

    -Wl,/usr/lib
    make[3]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    make[2]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    Making all in admin-root
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    Making all in lib-js
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    Making all in script.aculo.us
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[4]: Nothing to be done for `all’.
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[4]: Nothing to be done for `all-am’.
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[3]: Nothing to be done for `all-am’.
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    Making all in contrib
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    if [ “/usr” = “/usr” ]; then
    sed -e s,[@]prefix[@],/usr,g -e s,[@]dbdir[@],/var/cache/mt-daapd,g mt-daapd.conf.templ

    >mt-daapd.conf;
    else
    sed -e s,[@]prefix[@],/usr,g -e s,[@]dbdir[@],/usr/var/cache/mt-daapd,g

    mt-daapd.conf.templ >mt-daapd.conf;
    fi
    make all-recursive
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    Making all in init.d
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    sed -e s,[@]prefix[@],/usr,g mt-daapd-fedora.templ >mt-daapd-fedora;
    chmod +x mt-daapd-fedora
    sed -e s,[@]prefix[@],/usr,g mt-daapd-suse.templ >mt-daapd-suse;
    chmod +x mt-daapd-suse
    sed -e s,[@]prefix[@],/usr,g mtdaapd-bsd.templ >mtdaapd-bsd;
    chmod +x mtdaapd-bsd
    make all-am
    make[5]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[5]: Nothing to be done for `all-am’.
    make[5]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[4]: Nothing to be done for `all-am’.
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[2]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    make[2]: Nothing to be done for `all-am’.
    make[2]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    make[1]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    ]0;root@cconnect:/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586[root@cconnect

    mt-daapd-svn-1586]# make install
    Making install in src
    make[1]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    Making install in plugins
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    make[3]: Nothing to be done for `install-exec-am’.
    test -z “/usr/share/mt-daapd/plugins” || mkdir -p — “/usr/share/mt-daapd/plugins”
    /bin/sh ../../libtool –mode=install /usr/bin/install -c ‘out-daap.la’

    ‘/usr/share/mt-daapd/plugins/out-daap.la’
    /usr/bin/install -c .libs/out-daap.so /usr/share/mt-daapd/plugins/out-daap.so
    /usr/bin/install -c .libs/out-daap.lai /usr/share/mt-daapd/plugins/out-daap.la
    /usr/bin/install -c .libs/out-daap.a /usr/share/mt-daapd/plugins/out-daap.a
    ranlib /usr/share/mt-daapd/plugins/out-daap.a
    chmod 644 /usr/share/mt-daapd/plugins/out-daap.a
    PATH=”$PATH:/sbin” ldconfig -n /usr/share/mt-daapd/plugins


    Libraries have been installed in:
    /usr/share/mt-daapd/plugins

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR’
    flag during linking and do at least one of the following:
    – add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
    during execution
    – add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
    – use the `-Wl,–rpath -Wl,LIBDIR’ linker flag
    – have your system administrator add LIBDIR to `/etc/ld.so.conf’

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.


    test -z “/usr/share/mt-daapd/plugins” || mkdir -p — “/usr/share/mt-daapd/plugins”
    /bin/sh ../../libtool –mode=install /usr/bin/install -c ‘rsp.la’

    ‘/usr/share/mt-daapd/plugins/rsp.la’
    /usr/bin/install -c .libs/rsp.so /usr/share/mt-daapd/plugins/rsp.so
    /usr/bin/install -c .libs/rsp.lai /usr/share/mt-daapd/plugins/rsp.la
    /usr/bin/install -c .libs/rsp.a /usr/share/mt-daapd/plugins/rsp.a
    ranlib /usr/share/mt-daapd/plugins/rsp.a
    chmod 644 /usr/share/mt-daapd/plugins/rsp.a
    PATH=”$PATH:/sbin” ldconfig -n /usr/share/mt-daapd/plugins


    Libraries have been installed in:
    /usr/share/mt-daapd/plugins

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR’
    flag during linking and do at least one of the following:
    – add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
    during execution
    – add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
    – use the `-Wl,–rpath -Wl,LIBDIR’ linker flag
    – have your system administrator add LIBDIR to `/etc/ld.so.conf’

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.


    test -z “/usr/share/mt-daapd/plugins” || mkdir -p — “/usr/share/mt-daapd/plugins”
    test -z “/usr/share/mt-daapd/plugins” || mkdir -p — “/usr/share/mt-daapd/plugins”
    /bin/sh ../../libtool –mode=install /usr/bin/install -c ‘ssc-script.la’

    ‘/usr/share/mt-daapd/plugins/ssc-script.la’
    /usr/bin/install -c .libs/ssc-script.so /usr/share/mt-daapd/plugins/ssc-script.so
    /usr/bin/install -c .libs/ssc-script.lai /usr/share/mt-daapd/plugins/ssc-script.la
    /usr/bin/install -c .libs/ssc-script.a /usr/share/mt-daapd/plugins/ssc-script.a
    ranlib /usr/share/mt-daapd/plugins/ssc-script.a
    chmod 644 /usr/share/mt-daapd/plugins/ssc-script.a
    PATH=”$PATH:/sbin” ldconfig -n /usr/share/mt-daapd/plugins


    Libraries have been installed in:
    /usr/share/mt-daapd/plugins

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR’
    flag during linking and do at least one of the following:
    – add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
    during execution
    – add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
    – use the `-Wl,–rpath -Wl,LIBDIR’ linker flag
    – have your system administrator add LIBDIR to `/etc/ld.so.conf’

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.


    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/plugins’
    Making install in mdns
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    make[3]: Nothing to be done for `install-exec-am’.
    make[3]: Nothing to be done for `install-data-am’.
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src/mdns’
    make[2]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    make[3]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    test -z “/usr/bin” || mkdir -p — “/usr/bin”
    /bin/sh ../libtool –mode=install /usr/bin/install -c ‘wavstreamer’ ‘/usr/bin/wavstreamer’
    /usr/bin/install -c wavstreamer /usr/bin/wavstreamer
    test -z “/usr/sbin” || mkdir -p — “/usr/sbin”
    /bin/sh ../libtool –mode=install /usr/bin/install -c ‘mt-daapd’ ‘/usr/sbin/mt-daapd’
    /usr/bin/install -c mt-daapd /usr/sbin/mt-daapd
    make[3]: Nothing to be done for `install-data-am’.
    make[3]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    make[2]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    make[1]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/src’
    Making install in admin-root
    make[1]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    Making install in lib-js
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    Making install in script.aculo.us
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[4]: Nothing to be done for `install-exec-am’.
    test -z “/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us” || mkdir -p —

    “/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us”
    /usr/bin/install -c -m 644 ‘builder.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/builder.js’
    /usr/bin/install -c -m 644 ‘controls.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/controls.js’
    /usr/bin/install -c -m 644 ‘dragdrop.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/dragdrop.js’
    /usr/bin/install -c -m 644 ‘effects.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/effects.js’
    /usr/bin/install -c -m 644 ‘scriptaculous.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/scriptaculous.js’
    /usr/bin/install -c -m 644 ‘slider.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/slider.js’
    /usr/bin/install -c -m 644 ‘unittest.js’

    ‘/usr/share/mt-daapd/admin-root/lib-js/script.aculo.us/unittest.js’
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js/script.aculo.us’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[4]: Nothing to be done for `install-exec-am’.
    test -z “/usr/share/mt-daapd/admin-root/lib-js” || mkdir -p —

    “/usr/share/mt-daapd/admin-root/lib-js”
    /usr/bin/install -c -m 644 ‘prototype.js’ ‘/usr/share/mt-daapd/admin-root/lib-js/prototype.js’
    /usr/bin/install -c -m 644 ‘rico.js’ ‘/usr/share/mt-daapd/admin-root/lib-js/rico.js’
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root/lib-js’
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[3]: Nothing to be done for `install-exec-am’.
    test -z “/usr/share/mt-daapd/admin-root” || mkdir -p — “/usr/share/mt-daapd/admin-root”
    /usr/bin/install -c -m 644 ‘ftr.html’ ‘/usr/share/mt-daapd/admin-root/ftr.html’
    /usr/bin/install -c -m 644 ‘linkOpaque.gif’ ‘/usr/share/mt-daapd/admin-root/linkOpaque.gif’
    /usr/bin/install -c -m 644 ‘about.html’ ‘/usr/share/mt-daapd/admin-root/about.html’
    /usr/bin/install -c -m 644 ‘aspl-license.txt’

    ‘/usr/share/mt-daapd/admin-root/aspl-license.txt’
    /usr/bin/install -c -m 644 ‘gpl-license.txt’ ‘/usr/share/mt-daapd/admin-root/gpl-license.txt’
    /usr/bin/install -c -m 644 ‘linkTransparent.gif’

    ‘/usr/share/mt-daapd/admin-root/linkTransparent.gif’
    /usr/bin/install -c -m 644 ‘config-update.html’

    ‘/usr/share/mt-daapd/admin-root/config-update.html’
    /usr/bin/install -c -m 644 ‘hdr.html’ ‘/usr/share/mt-daapd/admin-root/hdr.html’
    /usr/bin/install -c -m 644 ‘firefly.css’ ‘/usr/share/mt-daapd/admin-root/firefly.css’
    /usr/bin/install -c -m 644 ‘ff_logo_sm.gif’ ‘/usr/share/mt-daapd/admin-root/ff_logo_sm.gif’
    /usr/bin/install -c -m 644 ‘config.html’ ‘/usr/share/mt-daapd/admin-root/config.html’
    /usr/bin/install -c -m 644 ‘index.html’ ‘/usr/share/mt-daapd/admin-root/index.html’
    /usr/bin/install -c -m 644 ‘required.gif’ ‘/usr/share/mt-daapd/admin-root/required.gif’
    /usr/bin/install -c -m 644 ‘gpl-license.html’

    ‘/usr/share/mt-daapd/admin-root/gpl-license.html’
    /usr/bin/install -c -m 644 ‘aspl-license.html’

    ‘/usr/share/mt-daapd/admin-root/aspl-license.html’
    /usr/bin/install -c -m 644 ‘thanks.html’ ‘/usr/share/mt-daapd/admin-root/thanks.html’
    /usr/bin/install -c -m 644 ‘feedback.html’ ‘/usr/share/mt-daapd/admin-root/feedback.html’
    /usr/bin/install -c -m 644 ‘playlist.html’ ‘/usr/share/mt-daapd/admin-root/playlist.html’
    /usr/bin/install -c -m 644 ‘playlist.js’ ‘/usr/share/mt-daapd/admin-root/playlist.js’
    /usr/bin/install -c -m 644 ‘smart.html’ ‘/usr/share/mt-daapd/admin-root/smart.html’
    /usr/bin/install -c -m 644 ‘smart.js’ ‘/usr/share/mt-daapd/admin-root/smart.js’
    /usr/bin/install -c -m 644 ‘DAAPApplet-0.1.jar’

    ‘/usr/share/mt-daapd/admin-root/DAAPApplet-0.1.jar’
    /usr/bin/install -c -m 644 ‘smartpopup.html’ ‘/usr/share/mt-daapd/admin-root/smartpopup.html’
    /usr/bin/install -c -m 644 ‘applet.html’ ‘/usr/share/mt-daapd/admin-root/applet.html’
    /usr/bin/install -c -m 644 ‘firefly.js’ ‘/usr/share/mt-daapd/admin-root/firefly.js’
    /usr/bin/install -c -m 644 ‘CREDITS’ ‘/usr/share/mt-daapd/admin-root/CREDITS’
    /usr/bin/install -c -m 644 ‘status.js’ ‘/usr/share/mt-daapd/admin-root/status.js’
    /usr/bin/install -c -m 644 ‘config.js’ ‘/usr/share/mt-daapd/admin-root/config.js’
    /usr/bin/install -c -m 644 ‘config.xml’ ‘/usr/share/mt-daapd/admin-root/config.xml’
    /usr/bin/install -c -m 644 ‘spinner.gif’ ‘/usr/share/mt-daapd/admin-root/spinner.gif’
    /usr/bin/install -c -m 644 ‘spinner_stopped.gif’

    ‘/usr/share/mt-daapd/admin-root/spinner_stopped.gif’
    /usr/bin/install -c -m 644 ‘util.js’ ‘/usr/share/mt-daapd/admin-root/util.js’
    /usr/bin/install -c -m 644 ‘pngfix.js’ ‘/usr/share/mt-daapd/admin-root/pngfix.js’
    /usr/bin/install -c -m 644 ‘no_access.html’ ‘/usr/share/mt-daapd/admin-root/no_access.html’
    /usr/bin/install -c -m 644 ‘index.css’ ‘/usr/share/mt-daapd/admin-root/index.css’
    /usr/bin/install -c -m 644 ‘config.css’ ‘/usr/share/mt-daapd/admin-root/config.css’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    make[1]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/admin-root’
    Making install in contrib
    make[1]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make install-recursive
    make[2]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    Making install in init.d
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make install-am
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[5]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[5]: Nothing to be done for `install-exec-am’.
    make[5]: Nothing to be done for `install-data-am’.
    make[5]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib/init.d’
    make[3]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[4]: Entering directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    test -z “/usr/bin” || mkdir -p — “/usr/bin”
    /usr/bin/install -c ‘mt-daapd-ssc.sh’ ‘/usr/bin/mt-daapd-ssc.sh’
    make[4]: Nothing to be done for `install-data-am’.
    make[4]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[3]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[2]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[1]: Leaving directory

    `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586/contrib’
    make[1]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    make[2]: Entering directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    make[2]: Nothing to be done for `install-exec-am’.
    make[2]: Nothing to be done for `install-data-am’.
    make[2]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    make[1]: Leaving directory `/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586′
    ]0;root@cconnect:/var/flexshare/shares/general/linux-stuff/mt-daapd-svn-1586[root@cconnect

    mt-daapd-svn-1586]#

    #17916
    fizze
    Participant

    mt-daapd should reside in /usr/bin.
    What does

    locate mt-daapd

    say?

    #17917
    Anonymous
    Inactive

    Thanks fizze.

    I expected the exec to be in the same location it was in the stable builds contrib/my-daapd. Once I copied it to /etc/init.d, updated the config, and the deleted the database I was good to go. Unfortunately it tells me I can’t chkconfig it to get it started automatically when I bounce the server.

    Thanks again,
    aggie98

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