[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Compling on a mybook world NAS
- To: xymon (at) xymon.com
- Subject: Re: [xymon] Compling on a mybook world NAS
- From: Simon Lenz <lenz.simon (at) googlemail.com>
- Date: Fri, 7 Jan 2011 20:43:58 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sEVRuRy0wdNEnYgCyUCJtuq4GJKfCMuZlPDhzndVFdc=; b=IWao1u/UxWcwd0em3690ca/wpNfr2b9/x5m1r6kxtjvGJRRxwRNo1+rJFbrFdYD0Iv r8x8AJ9K5T5sfg85fnFCNhU/1AHLgDgBmqW/uJBglUMG4sbxg62uFXHqTDuJA1za5yk2 I5+1mz7Dh8XIyjgoMO+qe3s2dmp5tgzvuWdeo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uNCTMnGX4f8T1ptMKpCYV4dxYuKrXkiTLYGXEv2SkPqjWP+nPJXN/3jALMMK8d1ILV KeoPjiZArjIalnb2vqtdSDyrpn9Y/LNMPeuvULLA93reHhBqCjaMerzFaLH1iKC6y77U pjPNBzvAgFgAa0Lz+OFze7srR/2hmFjqPAT9o=
- References: <AANLkTimg31oZsop96O3m5Kruu80XTuPPc1tG6STgz77A (at) mail.gmail.com> <ig6ve5$i3v$5 (at) voodoo.hswn.dk>
Hallo!
you were totally correct with your suggestion:)
I installed the coreutils package via ipkg and it works! (a bit better now)
As you can see in the paste: http://paste2.org/p/1181649
The script runs now till the end (wohoo:))
But there is a warning several times: "warning: sh_link not set for section
`.ARM.exidx'" critical?
And additionally, there is a critical error, that prevents openssl and ldap
from working:)
1. collect2: ld returned 1 exit status
2. make: *** [test-link] Error 1
3. WARNING: OpenSSL library files found in /opt/lib, but link fails.
4. Continuing with SSL support disabled.
1. collect2: ld returned 1 exit status
2. make: *** [test-link] Error 1
3. WARNING: LDAP library files found in /opt/lib, but link fails.
4. Continuing with LDAP support disabled.
What is this ominous "link fails"?
Maybe again some missing basic packages?
Here is the list where i get all the needed packages:
http://ipkg.nslu2-linux.org/feeds/optware/cs05q1armel/cross/unstable/Packages
I've installed openssl; opennssl-dev; openldap; openldap-libs
greetings
and thanks for the help!
On 7 January 2011 13:03, Henrik Størner <henrik (at) hswn.dk> wrote:
> In <AANLkTimg31oZsop96O3m5Kruu80XTuPPc1tG6STgz77A (at) mail.gmail.com> Simon
> Lenz <lenz.simon (at) googlemail.com> writes:
>
> >I'm trying to compile xymon for several days on my mybookWorld white line
> >NAS
>
> >I tried the stable version and the newest beta of xymon, but everytime the
> >configuration script fails.
>
> >As you can see(in the following paste), the normal configure script
> doesn't
> >accept the command line parameters for the pcre and rrdtool folders, so i
> >use the configure.server script directly.
>
> >http://paste2.org/p/1179839
>
> The problem here is that some of the standard Unix commands apparently
> do not work on your system. If you look at the output on lines 81-83:
>
> Checking for RRDtool ...
> ./configure.server: build/rrd.sh: 120: tr: not found
> Makefile.test-rrd:1: Makefile.: No such file or directory
>
> That "tr: not found" means that the "tr" command doesn't exist. That
> is such a basic Unix command that the configure script assumes it is
> present, and doesn't check whether that is indeed the case.
>
> In fact, the GNU version of "tr" is part of the "core-utils" package.
> You generally cannot have a Unix system without this utility.
>
> The effect of this is that the configure script cannot generate the
> test-utility it uses to determine if RRDtool is installed, and hence
> it aborts with the error you see. So it's not a problem with your
> rrdtool installation, it is a case of some basic Unix commands that
> are missing.
>
>
> Regards,
> Henrik
>
>
> To unsubscribe from the xymon list, send an e-mail to
> xymon-unsubscribe (at) xymon.com
>
>
>