From owner-freebsd-ports@FreeBSD.ORG Tue Jan 17 03:09:19 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 3CCA916A41F; Tue, 17 Jan 2006 03:09:19 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF3B43D45; Tue, 17 Jan 2006 03:09:18 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 96B7E62C852; Mon, 16 Jan 2006 23:09:18 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 10779-02; Mon, 16 Jan 2006 23:09:18 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 3485162C851; Mon, 16 Jan 2006 23:09:18 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id C939B46A0D; Mon, 16 Jan 2006 23:09:22 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id C826E469FF; Mon, 16 Jan 2006 23:09:22 -0400 (AST) Date: Mon, 16 Jan 2006 23:09:22 -0400 (AST) From: "Marc G. Fournier" To: Alex Dupre In-Reply-To: <20060116190830.G28752@ganymede.hub.org> Message-ID: <20060116230840.X28752@ganymede.hub.org> References: <20060116151317.P28752@ganymede.hub.org> <43CBF3E9.8060206@FreeBSD.org> <20060116163816.S28752@ganymede.hub.org> <43CC1C35.5030001@FreeBSD.org> <20060116190830.G28752@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org 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: Tue, 17 Jan 2006 03:09:19 -0000 That did it ... not sure if there is any way of making the 'port' smarter, but the issue was that I had php5-5.0.1 installed, and, of course, the port is up to 5.1.1, so needed to upgrade php5 first, then add imap ... didn't even think of that :( thanks ... On Mon, 16 Jan 2006, Marc G. Fournier wrote: > > Let me do a portupgrade on that vserver and see if that changes anything ... > maybe something is out of sync that I'm not aware of :( > > > > On Mon, 16 Jan 2006, Alex Dupre wrote: > >> 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 >> >> > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664