installation of freeradius

Donald J. O'Neill duncan.fbsd at gmail.com
Mon Nov 20 04:47:01 PST 2006


On Monday 20 November 2006 05:47, gahn wrote:
> hi all:
>
>
> i am having trouble to get freeradius installed:
>
> ===>  Installing for openldap-client-2.3.29
>
> ===>  openldap-client-2.3.29 conflicts with installed
> package(s):
>       openldap-client-2.2.30
>
>       They install files into the same place.
>       Please remove them first with pkg_delete(1).
> *** Error code 1
>
> Stop in /usr/ports/net/openldap23-client.
> *** Error code 1
>
> i can't remove the "openldap-client-2.2.30" since
> other packages depend on it, but without the
> "openldap-client-2.3.29", i can't get freeradius
> going.
>
> any idea to solve this delimma?
>
> regards
>
> _ming
>
>
You can follow the instructions that you have up above.

# pkg_delete -f openldap-client-2.2.30

# cd /usr/ports/net/openldap23-client
# make install
- or -
# pkg_add -vr openldap23-client

# pkgdb -Ff
change the dependancies to the new openldap23-client.
Then try installing freeradius.

Don


More information about the freebsd-questions mailing list