2 Nov
2010
2 Nov
'10
9:03 a.m.
Nirmal Guhan wrote:
I use a cross compiler with CC set to mygcc. Is there anything else I must do?
Set up the cross-compile environment correctly. This isn't a FreeRADIUS question.
./radiusd: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
Obviously I do not have libssl. Do I pull sources and build these?
Your cross-compilation system has a different set of libraries than the actual run-time system. Go fix that. This isn't a FreeRADIUS question. Alan DeKok.