Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2009 12:13:41 -0400
From:      Sahil Tandon <sahil@tandon.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: mod_auth_xradius-0.4.6
Message-ID:  <20090620161340.GA22258@tandon.net>
In-Reply-To: <20090618182830.D0C8C8FC25@mx1.freebsd.org>
References:  <20090618182830.D0C8C8FC25@mx1.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Jun 2009, Cantu, Mike wrote:

> I had an issue building the port with apr_memcache under the amd64
> 7.2-RELEASE.  No matter what I tried, the configure phase would not
> "find" libapr_memcache.  One of the tests would say "yes" but it would
> end up saying that the lib was not found.  It didn't matter what I added
> to the make command when I ran it from the
> /usr/ports/www/mod_auth_xradius directory where I started (e.g. "make
> CONFIGURE_ARGS=--with-apr-memcache=/usr/local/lib" or even "make
> CONFIGURE_ARGS=--with-apr-memcache=/usr/local").
> 
> I found what I think was the problem on line 4404 of the file
> /usr/ports/www/mod_auth_xradius/work/mod_auth_xradius-0.4.6/configure
> 
> configure was not able to "see" the installed lib when the original line
> 4404 was:
> 
>     amc_shlib="${x}/libapr_memcache${shrext_cmds}"
> 
> configure was able to "see" it when I changed line 4404 to:
> 
>     amc_shlib="${x}/lib/libapr_memcache${shrext_cmds}"

Out of curiosity, what is the output of 'ldconfig -r | grep memcache' on your
machine?

-- 
Sahil Tandon <sahil@tandon.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090620161340.GA22258>