[Bug 421005] Re: can't compile version from repository (on 64bit)

2013-11-06 Thread sscdvp
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

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-10-17 Thread crypt
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 Server Team, which is subscribed to

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-17 Thread Thierry Carrez
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

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-12 Thread Chuck Short
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 Server Team, which is subscribed to freeradius in ubuntu. -- Ubuntu

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-05 Thread Alan DeKok
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

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-09-04 Thread Alan DeKok
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

[Bug 421005] Re: can't compile version from repository (on 64bit)

2009-08-29 Thread Dave Lentz
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 Server Team, which is