>> I really, really, really want to try that - but I am not really a >> programmer; how do I convince gcc to use "/usr/lib64/libltdl.so" >> instead of "/usr/lib/libltdl.so" ???
> This is more properly a question for GCC, or your system manuals. The > simplest way would be to delete /usr/lib/libltdl.so, but that's not a good > solution... > As a note: if you're not a programmer, why are you trying to cross-compile > FreeRADIUS? There are a certain set of skills required to do that, > and you're going to get frustrated when you can't get it to work. You're > also going to blame FreeRADIUS for build problems, which is > frustrating for the FreeRADIUS developers. > Please spend some time learning more about compiling & linking programs on > your platform. It will be time well spent, and you won't have to wait days > >for unhelpful responses on this list, if you can solve the problems yourself. I had to change the Make.inc-file at top level directory, from ... LIBLTDL = -lltd ... to ... LIBLTDL = /usr/lib64/libltdl.so ... after running configure-script. It seems like that did the trick :) -- Med vennlig hilsen/Sincerely Alfred H. Dahl Hostmaster �lla Kommunikasjon - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

