> "tywe" <[EMAIL PROTECTED]> wrote: > > I decided to try 0.5. It compiled fine, so I tried 0.6.. Also > > compiled fine.. So it seems that something changed between 0.6 and > > 0.7 that causes it to fail on my particular installation of RedHat > > 7.2? > > No. Other people have reported success with 0.7 on Redhat 7.2, so > I'm not sure what the problem could be.
I'm sorry, I just realized that the server is RedHat 7.1, not 7.2.. not that it makes much difference or anything.. > ... > > undefined reference to `_dl_cpuclock_offset' > > collect2: ld returned 1 exit status > > There's nothing in FreeRADIUS which uses a variable of that name. > As a work-around, you might try adding '-ldl' *again*, after > -lpthread... Where exactly should I do that at? I tried manually going into the directory that it failed in, and re-running the command that caused it to fail, this time with an extra -ldl after the -lpthread, but it gave the same error. So, I tried removing -lpthread from the command, and the command was successful. But, when I try to run make again, it fails at the same spot. Is there a config file that I can make this change in? I also tried removing -lpthread from the Make.inc with no luck. Yep, I have no idea what I'm doing when it comes to debugging compile problems. Thanks for your help! Frank - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
