[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbit compile issue
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbit compile issue
- From: "Larry Barber" <lebarber (at) gmail.com>
- Date: Wed, 23 Jan 2008 21:52:56 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=wnJHsjy3nKoOknA0iGwEIMPTxutxQ1otGwF5+MPyxYY=; b=f7B6wFNE02QAASZojDeYMUjkZVz4CyihagKMFiim8NwzD9kp5kECFe/MFeRXr9benP7HuG9DXZwjR7OzJx3otoDFsbPIlTtAJIBgtFkyr7szkEplYvGaN0qd6UYpnxqCwYHqoN3Vm24B0g9mleQLpTPVj7laEOmxvaOnAFm/JaA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Aahe22x9kGGrnUleLKar0/8+UCpPp6P1KfqXMXD/THz9icSdaa8OBO2ORgkdov/dOT2Rpdm55hpGO9W5zIp5nUahB9U5eRvQKSbjE/5tqdAhmC/P77xOc37qj6eisdAYiz3E4UjN1DkUiEJUfsdqjrisU+FgT3F1JLdvnT2RaeQ=
- References: <OFB46381F0.41DD1A30-ON852573DA.000B365D-852573DA.000C2316 (at) gsk.com>
You need to add the paths to the libraries to the LD_LIBRARY_PATH
environmental variable.
Thanks,
Larry Barber
On Jan 23, 2008 8:12 PM, <steve.e.mcconnell (at) gsk.com> wrote:
>
> I am trying to compile hobbit 4.2.0 on a Solaris 2.8 machine.
>
> my configure statement is: ./configure.server --prefix=/local/apps/hobbit
> --pcreinclude /local/apps/pcre/include --pcrelib /local/apps/pcre/lib
>
> the configure works, as does the make and make install, however when I do
> an ldd on hobbitd I get the following:
>
> /local/apps/hobbit/server/bin# ldd hobbitd
> libpcre.so.0 => (file not found)
> libresolv.so.2 => /usr/lib/libresolv.so.2
> libsocket.so.1 => /usr/lib/libsocket.so.1
> libnsl.so.1 => /usr/lib/libnsl.so.1
> libc.so.1 => /usr/lib/libc.so.1
> libdl.so.1 => /usr/lib/libdl.so.1
> libmp.so.2 => /usr/lib/libmp.so.2
> /usr/platform/sun4u/lib/libc_psr.so.1
>
> libpcre.so.0 exists in /local/apps/pcre/lib
>
> /local/apps/pcre/lib# ls -la
> total 386
> drwxr-xr-x 3 root other 512 Jan 16 12:07 .
> drwxr-xr-x 6 root other 512 Jan 16 09:28 ..
> -rw-r--r-- 1 root other 141744 Jan 16 12:07 libpcre.a
> -rwxr-xr-x 1 root other 799 Jan 16 12:07 libpcre.la
> lrwxrwxrwx 1 root other 16 Jan 16 12:07 libpcre.so ->
> libpcre.so.0.0.1
> lrwxrwxrwx 1 root other 16 Jan 16 12:07 libpcre.so.0 ->
> libpcre.so.0.0.1
> -rwxr-xr-x 1 root other 118540 Jan 16 12:07 libpcre.so.0.0.1
>
>
> /local/apps/pcre/lib# gcc -v
> Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
> Configured with: ../configure --with-as=/usr/ccs/bin/as
> --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
> Thread model: posix
> gcc version 3.4.6
>
> I am successfully running hobbit server on a linux box, but I need to have
> this install run on Solaris.
>
> Anyone have any suggestions?
>
>
> thanks
>
> steve mcconnell
> gsk
> unix application hosting support
> 919-282-3052