From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 20:45:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC43106564A for ; Mon, 7 Apr 2008 20:45:09 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (demon.dce.harvard.edu [140.247.198.85]) by mx1.freebsd.org (Postfix) with ESMTP id 504138FC0C for ; Mon, 7 Apr 2008 20:45:09 +0000 (UTC) (envelope-from forrie@forrie.com) X-Envelope-From: forrie@forrie.com X-Envelope-To: X-Originating-IP: 66.92.75.97 Received: from forrest-aldrichs-macbook-pro.local (dsl092-075-097.bos1.dsl.speakeasy.net [66.92.75.97]) (authenticated as=forrie bits=0) by forrie.com (envelope-from forrie@forrie.com) (8.14.2/8.14.2) with ESMTP id m37KQGAi054149 for ; Mon, 7 Apr 2008 16:26:22 -0400 (EDT) X-Authentication-Warning: mail.forrie.com: Host dsl092-075-097.bos1.dsl.speakeasy.net [66.92.75.97] claimed to be forrest-aldrichs-macbook-pro.local Message-ID: <47FA8368.9070309@forrie.com> Date: Mon, 07 Apr 2008 16:26:16 -0400 From: Forrest Aldrich User-Agent: Thunderbird 2.0.0.15pre (Macintosh/20080406) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6649/Mon Apr 7 12:09:17 2008 on mail.forrie.com X-Virus-Status: Clean Subject: Compiling scanlogd and dependencies (libnids, et al).... problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 20:45:09 -0000 After a week of trying to resolve these issues, I want to ask if anyone has had luck getting this lot to compile correctly. I am looking to get scanlogd compiled with libnids. This is the last error I get: cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so -march=pentium4 -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 Stop in /usr/ports/net/libnids. *** Error code 1 I tried installing binary packages from ftp.freebsd.org (not my preferred method) - but it doesn't link even against the binary libnids, tons of errors. This is on a recently updated FreeBSD_7.0 system - two different systems (different configs) have the same problems above. I'd appreciate any pointers - or just info that these are known errors. Thanks....