Alan DeKok wrote:
Aurélien Geron wrote:
Basically, if I understand correctly, his idea is to have the python fellows declare the proper dependencies in every *.so file, so that the libpython2.5.so.1 file gets loaded automatically when the "math" module (or any other dynamic module) gets loaded. Maybe that's the ideal solution, I really don't know. But it seems to me that we should try to fix freeRADIUS so that it works around this bug before python dependencies are fixed (it make take a while or even never happen). So I thing the only short-medium-term solution is to use LINKFORSHARED linker options.
Thanks for reading this huge message. I hope we can beat this bug.
OK. I'll see about putting that fix into 2.1.9.
Alan DeKok.
That's great, thanks a lot Alan. If I can be of any help (for example, for testing), please let me know. Aurélien Geron