[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] SunOS does not give back informations to the Hobbit Server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] SunOS does not give back informations to the Hobbit Server
- From: "Larry Barber" <lebarber (at) gmail.com>
- Date: Tue, 1 Apr 2008 20:03:33 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=dvQ8FCGGpW4KB4Vu2hNPWc8HbiFdgv3nI2LA8bgOvfs=; b=gBqMPn/Ke8F2lxzCSlP6Iyo4aeX9ICcRoTuP+QZ+B083k+4r9BSDwHM+xRq0ml0UPjnnAJWq1sFtaPMTs5pOuvdELbOhb8uuFqHjMQLB8DnJOdB9StmcM+4aVZA95VefEjRbO0WknKUcIHN0yXIfOxnYXgl30E8C9qsXoRBP6Jw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fWMLb1duHIM/XrQODiNwkBSzK6/O3/ajJYJBhTdy7lA+jWLnH8/9z3hI4QpTZA+j+wWb43j4fN67a6nJ6wFxO9MXkrMJ5mLy2R9o61vk4FEOPGxdNZp8oB+YUXtbaYHKA8LDYezSZ8qn2IDSunxynMmYYjCNw2McIEl57zKhZgQ=
- References: <15136.195.25.100.21.1206614320.squirrel (at) serwou.no-ip.org> <47EB7B08.1090401 (at) yahoo.fr> <20080327184149.1b8c7bc5 (at) netstation.linuxnetwork.local> <47ECBE0E.4060409 (at) yahoo.fr> <9482e050803310159u1cb9ac26v561c8ab3490e1735 (at) mail.gmail.com> <47F0D38E.3070304 (at) yahoo.fr> <47F187E0.000004.05060 (at) BCATLIN-H> <9482e050804010553q20a1b8fk80dae7cb8d40b265 (at) mail.gmail.com>
Probably the pcre lib is not being found, either use ldconfig or add the
appropriate library to LD_LIBRARY_PATH. Alternatively, if you use the server
side parsing of the client data you won't need this library at all. Use
./configure-client and choose server side data parsing to build your client.
Thanks,
Larry Barber
On Tue, Apr 1, 2008 at 7:53 AM, Benoit list <mailinglist.benoit (at) gmail.com>
wrote:
> Ok Thank for your answer
>
> I have find the problem :
>
> cat logs/hobbitclient.log
> ld.so.1: /client/bin/hobbitd_client: fatal: libpcre.so.0: open failed: No
> such file or directory
> Killed
>
> My version of pcre is good
>
> root (at) athenes:/ #uname -r
> 5.9
> root (at) sunos:/ #ls /usr/local/packages/
> --------------------
> pcre-7.5-sol9-sparc-local
> -------------------
>
>
> root (at) sunos:/ #crle
> Fichier de configuration par défaut (/var/ld/ld.config) introuvable
> Default Library Path (ELF): /lib:/usr/lib (system default)
> Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system
> default)
>
>
> root (at) sunos:/#crle -l /usr/lib:/usr/local/lib
>
> root (at) sunos:/ #crle
> Configuration file [3]: /var/ld/ld.config
> Default Library Path (ELF): /usr/lib:/usr/local/lib
> Trusted Directories (ELF): /usr/lib/secure (system default)
> Command line:
> crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib
>
> This command is it permanent or dynamic? It's a better choice for my
> problem?
> For the next start ?
>
> Now is good sunos show up in hobbit server
>
> >
> >
> >
> >
> >
>