This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
help if you can
- From: "Dave Gibelli" <dgibelli at tiscali dot co dot uk>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 29 Jul 2003 23:54:29 +0100
- Subject: help if you can
Hi
I am getting this:
sparc20:/usr/local/etc/raddb# /usr/local/sbin/radiusd
radiusd: Cannot findELF
Killed
sparc20:/usr/local/etc/raddb#
this is freeradius which complied and installed ok but won't run.
sparc20:/usr/local/etc/raddb# gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3/specs
Configured with:
../configure --disable-nls --with-as=/usr/ccs/bin/as --with-ld=
/usr/ccs/bin/ld
Thread model: posix
gcc version 3.3
sparc20:/usr/local/etc/raddb#
I cannot run it through truss
sparc20:/usr/local/etc/raddb# truss /usr/local/sbin/radiusd
radiusd: Cannot findELF
truss: cannot find/execute program: /usr/local/sbin/radiusd
sparc20:/usr/local/etc/raddb#
The following might help, but thats the end of my knowledge with compling.
LD_LIBRARY_PATH=/usr/dt/lib:/usr/openwin/lib:/usr/ARCserve:/usr/local/lib:/u
sr/lib
Dave Gibelli