From owner-freebsd-ports@FreeBSD.ORG Mon Jan 16 22:20:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B575716A41F for ; Mon, 16 Jan 2006 22:20:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id A839743D45 for ; Mon, 16 Jan 2006 22:20:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 50573 invoked from network); 16 Jan 2006 22:20:38 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 16 Jan 2006 22:20:38 -0000 Message-ID: <43CC1C35.5030001@FreeBSD.org> Date: Mon, 16 Jan 2006 23:20:37 +0100 From: Alex Dupre User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: "Marc G. Fournier" References: <20060116151317.P28752@ganymede.hub.org> <43CBF3E9.8060206@FreeBSD.org> <20060116163816.S28752@ganymede.hub.org> In-Reply-To: <20060116163816.S28752@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: c-client port and php5-imap "clash" ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 22:20:41 -0000 Marc G. Fournier wrote: > I did in the original, but, giving a few lines before: > > configure:4030: checking for crypt in -lcrypt > configure:4060: cc -o conftest -O -mcpu=pentium -pipe -L/usr/lib > -lcrypto -lssl -rpath=/usr/lib:/usr/local/lib conftest.c -lcrypt >&5 > configure:4066: $? = 0 > configure:4070: test -z > || test ! -s conftest.err > configure:4073: $? = 0 > configure:4076: test -s conftest > configure:4079: $? = 0 > configure:4092: result: yes > configure:4180: error: Cannot find imap library (libc-client.a). Please > check your c-client installation. Very strange. I have the same lines, but the script goes on, since it finds the c-client4 lib. The relevant script portion is this: for lib in c-client4 c-client imap; do IMAP_LIB=$lib str="$IMAP_DIR/$PHP_LIBDIR/lib$lib.*" for i in `echo $str`; do test -r $i && IMAP_LIBDIR=$IMAP_DIR/$PHP_LIBDIR && break 2 done ... done IMAP_DIR is set to LOCALBASE, PHP_LIBDIR to "lib", so the libc-client4 library should be detected correctly. -- Alex Dupre