Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2003 18:15:34 +0100
From:      "Gian-Carlo" <gbalda@glomanet.com>
To:        <ports@freebsd.org>
Subject:   FreeBSD Port: freeradius-0.9.2
Message-ID:  <JDEMJOJMGJHOJLCJMGOMKEKMHPAA.gbalda@glomanet.com>

next in thread | raw e-mail | index | archive | help
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@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



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