These lines added to src/main/modules.c fixed the problem for me:
--cut--
#ifndef lt__PROGRAM__LTX_preloaded_symbols
LT_DLSYM_CONST lt_dlsymlist lt__PROGRAM__LTX_preloaded_symbols[];
#endif
--cut--
My system is ORACLE Solaris 11.1
Regards,
Serghei
--
You received this bug notification because
to Alan DeKok:
Thank you very much, Alan. It helped me with ubuntu hardy and latest radius
2.1.7.
--
can't compile version from repository (on 64bit)
https://bugs.launchpad.net/bugs/421005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
The following works on Jaunty:
sudo apt-get build-dep freeradius
apt-get source freeradius
cd freeradius-*
debuild
This is how we build packages. Failure to recompile manually from an
apt-get sourced package without using debian/rules is not a bug of the
Ubuntu package, so I'm setting this to Inv
Hi,
I was not able to reproduce this under karmic.
Regards
chuck
--
can't compile version from repository (on 64bit)
https://bugs.launchpad.net/bugs/421005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
It's a bug in libltdl that is in Ubuntu.
See /usr/include/ltdl.h on the affected system. It has a line:
#define lt_preloaded_symbolslt__PROGRAM__LTX_preloaded_symbols
Q: Where is lt__PROGRAM__LTX_preloaded_symbols defined or referenced?
A: Nowhere.
If you spend some time spelunking thro
It looks like a conflict between the ltdl.h / libltld.a included on the
system, and the ones included with the server. Due to "magic" issues
with libtool, it can compile using the local files, and then link to the
global files. Hence the conflict.
In version 2.1.7 (to be released soon), we've a
I was able to reproduce this (also on amd64).
** Changed in: freeradius (Ubuntu)
Status: New => Confirmed
--
can't compile version from repository (on 64bit)
https://bugs.launchpad.net/bugs/421005
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri