Paul Seaman wrote:

> I'm trying to compile a Mandrake 10.1 RPM for Freeradius-1.1.1 using the
> redhat .specfile, and it gets all the way to the end and then spits out:
>
> ln: creating symbolic link `/tmp/freeradius-root/usr/lib/libradius-1.1.1.la'
> to `libradius.la': No such file or directory

It's a known problem, and it'll be fixed in 1.1.2.

Just add this in src/lib/Makefile:

install:
        $(INSTALL) -d -m 755 $(R)$(libdir)
        ...

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to