Hallo!<br><br>you were totally correct with your suggestion:)<br>I installed the coreutils package via ipkg and it works! (a bit better now)<br><br>As you can see in the paste: <a href="http://paste2.org/p/1181649">http://paste2.org/p/1181649</a><br>
The script runs now till the end (wohoo:))<br><br>But there is a warning several times:  "warning: sh_link not set for section `.ARM.exidx'"    critical?<br><br>And additionally, there is a critical error, that prevents openssl and ldap from working:)<br>
<ol><li class="li1"><div class="de1">collect2: ld returned 1 exit status</div></li><li class="li1"><div class="de1">make: *** [test-link] Error 1</div></li><li class="li2"><div class="de2">WARNING: OpenSSL library files found in /opt/lib, but link fails.</div>
</li><li class="li1"><div class="de1">Continuing with SSL support disabled.</div></li></ol><br><ol><li class="li1"><div class="de1">collect2: ld returned 1 exit status</div></li><li class="li2"><div class="de2">make: *** [test-link] Error 1</div>
</li><li class="li1"><div class="de1">WARNING: LDAP library files found in /opt/lib, but link fails.</div></li><li class="li1"><div class="de1">Continuing with LDAP support disabled.</div></li></ol>What is this ominous "link fails"?<br>
<br>Maybe again some missing basic packages?<br><br>Here is the list where i get all the needed packages:<br><a href="http://ipkg.nslu2-linux.org/feeds/optware/cs05q1armel/cross/unstable/Packages">http://ipkg.nslu2-linux.org/feeds/optware/cs05q1armel/cross/unstable/Packages</a><br>
<br>I've installed openssl; opennssl-dev; openldap; openldap-libs<br><br>greetings<br>and thanks for the help!<br><br><br><div class="gmail_quote">On 7 January 2011 13:03, Henrik Størner <span dir="ltr"><<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">In <<a href="mailto:AANLkTimg31oZsop96O3m5Kruu80XTuPPc1tG6STgz77A@mail.gmail.com">AANLkTimg31oZsop96O3m5Kruu80XTuPPc1tG6STgz77A@mail.gmail.com</a>> Simon Lenz <<a href="mailto:lenz.simon@googlemail.com">lenz.simon@googlemail.com</a>> writes:<br>

<br>
>I'm trying to compile xymon for several days on my mybookWorld white line<br>
>NAS<br>
<br>
>I tried the stable version and the newest beta of xymon, but everytime the<br>
>configuration script fails.<br>
<br>
>As you can see(in the following paste), the normal configure script doesn't<br>
>accept the command line parameters for the pcre and rrdtool folders, so i<br>
>use the configure.server script directly.<br>
<br>
><a href="http://paste2.org/p/1179839" target="_blank">http://paste2.org/p/1179839</a><br>
<br>
</div>The problem here is that some of the standard Unix commands apparently<br>
do not work on your system. If you look at the output on lines 81-83:<br>
<br>
   Checking for RRDtool ...<br>
   ./configure.server: build/rrd.sh: 120: tr: not found<br>
   Makefile.test-rrd:1: Makefile.: No such file or directory<br>
<br>
That "tr: not found" means that the "tr" command doesn't exist. That<br>
is such a basic Unix command that the configure script assumes it is<br>
present, and doesn't check whether that is indeed the case.<br>
<br>
In fact, the GNU version of "tr" is part of the "core-utils" package.<br>
You generally cannot have a Unix system without this utility.<br>
<br>
The effect of this is that the configure script cannot generate the<br>
test-utility it uses to determine if RRDtool is installed, and hence<br>
it aborts with the error you see. So it's not a problem with your<br>
rrdtool installation, it is a case of some basic Unix commands that<br>
are missing.<br>
<br>
<br>
Regards,<br>
Henrik<br>
<br>
<br>
To unsubscribe from the xymon list, send an e-mail to<br>
<a href="mailto:xymon-unsubscribe@xymon.com">xymon-unsubscribe@xymon.com</a><br>
<br>
<br>
</blockquote></div><br>