FreeBSD Port: freeradius-0.9.2

Gian-Carlo gbalda at glomanet.com
Tue Dec 9 09:15:46 PST 2003


I need to install freeradius with mysql but I can't find how to install the
mysql library:

rlm_sql_mysql.so ....

rlm_sql (sql): Could not link driver rlm_sql_mysql: Shared object
"rlm_sql_mysql.so" not found
rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the
search path of your system's ld.

How do I install it ????


Thanks for help !!


Gian-Carlo





#####################################


# $FreeBSD: ports/net/freeradius/Makefile,v 1.17 2003/11/20 14:57:40 marcus
Exp $
#

PORTNAME=       freeradius
PORTVERSION=    0.9.2
CATEGORIES=     net
MASTER_SITES=   ftp://ftp.freeradius.org/pub/radius/ \
                ftp://ftp.Awfulhak.org/pub/radius/

MAINTAINER=     ports at FreeBSD.org
COMMENT=        A free RADIUS server implementation

LIB_DEPENDS=    gdbm.3:${PORTSDIR}/databases/gdbm \
                ltdl.4:${PORTSDIR}/devel/libltdl

LOGDIR?=        /var/log

CONFLICTS=      gnu-radius-1.* openradius-0.* radiusd-cistron-1.*
USE_GMAKE=      yes
USE_PERL5_BUILD=yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \
                --localstatedir=/var \
                --disable-ltdl-install \
                --with-mysql \
                --with-ltdl-include=${LOCALBASE}/include \
                --with-ltdl-lib=${LOCALBASE}/lib


More information about the freebsd-ports mailing list