From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 2 19:41:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F1D16A4CE for ; Fri, 2 Jul 2004 19:41:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7072A43D5D for ; Fri, 2 Jul 2004 19:41:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i62JePnP018195 for ; Fri, 2 Jul 2004 19:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i62JePgS018194; Fri, 2 Jul 2004 19:40:25 GMT (envelope-from gnats) Date: Fri, 2 Jul 2004 19:40:25 GMT Message-Id: <200407021940.i62JePgS018194@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: paul beard Subject: Re: ports/68609: pkg-message for daapd is incorrect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: paul beard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 19:41:15 -0000 The following reply was made to PR ports/68609; it has been noted by GNATS. From: paul beard To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/68609: pkg-message for daapd is incorrect Date: Fri, 2 Jul 2004 12:31:46 -0700 Also, it appears daapd is linked against the wrong libhttpd or perhaps not linked against one at all. These errors (from the FAQ) are consistent with what I am seeing: TROUBLESHOOTING Q: Does daapd work with iTunes 4.6? A: It does. Make sure you have at least daapd 0.2.2a. Also make sure that daapd is linked against a recent version of libhttpd-persistent (at least version g). The following output is an indication that daapd uses an earlier version of libhttpd: 192.168.53.69 - - [10/May/2004:12:46:11 CEST] GET "daap:/192.168.53.68:3689/server-info" HTTP/1.1 400 0 You should get an output like that instead: 10.0.0.100 - - [12/Jun/2004:12:17:06 CEST] GET "/server-info" HTTP/1.1 200 132 ldd `which daapd` /usr/local/bin/daapd: libid3tag.so.2 => /usr/local/lib/libid3tag.so.2 (0x28090000) libz.so.2 => /usr/lib/libz.so.2 (0x280a0000) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x280ad000) libm.so.2 => /usr/lib/libm.so.2 (0x280f2000) libc.so.4 => /usr/lib/libc.so.4 (0x2810d000) -- Paul Beard paulbeard [at] mac.com