<br><tt><font size=2><br>
> ken wrote:<br>
> > I am trying to install freeradius 1.1.4 on solaris 10 using the<br>
> > following commands.<br>
> > <br>
> > ../configure --without-rlm-x99-token<br>
> > <br>
> > configure creates the Makefile<br>
> <br>
>   It also produces other error messages, I think.<br>
> <br>
> > I then run make and get the following error<br>
> ...<br>
> > false cru .libs/libradius.a  crypt.o dict.o filters.o hash.o
hmac.o<br>
> <br>
>   You don't have a dynamic linker on your system.  Install
one.<br>
> <br>
>   Alan DeKok.<br>
</font></tt>
<br><tt><font size=2>I had almost the same error compiling libxml on Solaris
10 x86 recently.  In that instance the appropriate command was "ar",
which was installed on the system, however I hadn't included /usr/ccs/bin
in my PATH at the time I ran configure.  Once I reran configure with
/usr/ccs/bin in my path I was able to compile without the error.</font></tt>
<br>
<br><tt><font size=2>I was able to reproduce the problem under the conditions
I just described with freeradius 1.1.4.  Here are all the warnings
I received</font></tt>
<br>
<br><tt><font size=2>/software/oss/builds/freeradius-1.1.4> ./configure
--without-rlm-x99-token > /tmp/config2.out</font></tt>
<br><tt><font size=2>f90: Warning: Option -print-search-dirs passed to
ld, if ld is invoked, ignored otherwise</font></tt>
<br><tt><font size=2>Usage: f90 [ options ] files.  Use 'f90 -flags'
for details</font></tt>
<br><tt><font size=2>config.status: WARNING:  ./Make.inc.in seems
to ignore the --datarootdir setting</font></tt>
<br><tt><font size=2>config.status: WARNING:  ./src/include/build-radpaths-h.in
seems to ignore the --datarootdir setting</font></tt>
<br><tt><font size=2>f90: Warning: Option -print-search-dirs passed to
ld, if ld is invoked, ignored otherwise</font></tt>
<br><tt><font size=2>Usage: f90 [ options ] files.  Use 'f90 -flags'
for details</font></tt>
<br><tt><font size=2>configure: WARNING: silently not building rlm_counter.</font></tt>
<br><tt><font size=2>configure: WARNING: FAILURE: rlm_counter requires:
 libgdbm.</font></tt>
<br><tt><font size=2>configure: WARNING: silently not building rlm_ippool.</font></tt>
<br><tt><font size=2>configure: WARNING: FAILURE: rlm_ippool requires:
 libgdbm.</font></tt>
<br><tt><font size=2>configure: WARNING: the comm_err library isn't found!</font></tt>
<br><tt><font size=2>configure: WARNING: silently not building rlm_krb5.</font></tt>
<br><tt><font size=2>configure: WARNING: FAILURE: rlm_krb5 requires:  krb5.</font></tt>
<br><tt><font size=2>configure: WARNING: silently not building rlm_ldap.</font></tt>
<br><tt><font size=2>configure: WARNING: FAILURE: rlm_ldap requires:  libldap_r.</font></tt>
<br><tt><font size=2>configure: WARNING: silently not building rlm_perl.</font></tt>
<br><tt><font size=2>configure: WARNING: FAILURE: rlm_perl requires:  EXTERN.h
perl.h.</font></tt>
<br><tt><font size=2>configure: WARNING: iodbc headers not found.  Use
--with-iodbc-include-dir=<path>.</font></tt>
<br><tt><font size=2>configure: WARNING: sql submodule 'iodbc' disabled</font></tt>
<br><tt><font size=2>configure: WARNING: oracle headers not found.  Use
--with-oracle-home-dir=<path>.</font></tt>
<br><tt><font size=2>configure: WARNING: sql submodule 'oracle' disabled</font></tt>
<br><tt><font size=2>configure: WARNING: unixODBC headers not found.  Use
--with-unixodbc-include-dir=<path>.</font></tt>
<br><tt><font size=2>configure: WARNING: sql submodule 'unixodbc' disabled</font></tt>
<br>
<br><tt><font size=2>/software/oss/builds/freeradius-1.1.4> grep -i
warn /tmp/config2.out</font></tt>
<br><tt><font size=2>/software/oss/builds/freeradius-1.1.4> tail /tmp/config2.out</font></tt>
<br><tt><font size=2>checking for fgetpwent... yes</font></tt>
<br><tt><font size=2>checking for fgetspent... yes</font></tt>
<br><tt><font size=2>checking for fgetgrent... yes</font></tt>
<br><tt><font size=2>configure: creating ./config.status</font></tt>
<br><tt><font size=2>config.status: creating Makefile</font></tt>
<br><tt><font size=2>config.status: creating config.h</font></tt>
<br><tt><font size=2>=== configuring in src/modules/rlm_checkval (/software/oss/builds/freeradius-1.1.4/src/modules/rlm_checkval)</font></tt>
<br><tt><font size=2>configure: running /bin/bash ./configure '--prefix=/usr/local'
 '--without-rlm-x99-token' '--enable-ltdl-install' --cache-fil  
                     
       e=/dev/null --srcdir=.</font></tt>
<br><tt><font size=2>configure: creating ./config.status</font></tt>
<br><tt><font size=2>config.status: creating Makefile</font></tt>
<br>
<br><tt><font size=2>It seems that, at least on Solaris 10, in some cases
if the configure script can't find 'ar' then it likes to continue without
warning (I don't recall seeing a warning with libxml, but I can't say for
sure there wasn't one) and 'false' gets set as the command to use, which
causes problems during the make. Is this appropriate behaviour, or should
configure error if it can't find 'ar', a command that is apparently necessary
for the compile to successfully complete?</font></tt>