FreeBSD Port: mod_auth_xradius-0.4.6

Sahil Tandon sahil at tandon.net
Sat Jun 20 16:13:44 UTC 2009


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 at tandon.net>


More information about the freebsd-ports mailing list