Re: Missing Libraries

On Thu, 13 Feb 2003 18:01:58 -0500 (EST)
"Prathibha Shankar" <prathibha_bs@hotmail.com> wrote:
> Hello,
> 
> installed the latest version of Amaya v7.2 on SunOS release 5.6 version 
> Generic_105181-26.
> But was not able to launch amaya as ldd is reporting some missing libraries
> 
> libjpeg.so.62 =>         (file not found)
>         libpng.so.2 =>   (file not found)
>         libz.so =>       (file not found)
>         libXm.so.4 =>    (file not found)
>         libXt.so.4 =>    /usr/openwin/lib/libXt.so.4
>         libXt.so.4 (SUNW_1.1) =>         (version not found)
>         libXt.so.4 (SUNWprivate) =>      (version not found)
>         libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
>         libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
>         libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
>         libX11.so.4 =>   /usr/openwin/lib/libX11.so.4
>         libX11.so.4 (SUNW_1.1) =>        (version not found)
>         libdl.so.1 =>    /usr/lib/libdl.so.1
>         libnsl.so.1 =>   /usr/lib/libnsl.so.1
>         libsocket.so.1 =>        /usr/lib/libsocket.so.1
>         libm.so.1 =>     /usr/lib/libm.so.1
>         libc.so.1 =>     /usr/lib/libc.so.1
>         libc.so.1 (SUNW_1.18) =>         (version not found)
>         libmp.so.2 =>    /usr/lib/libmp.so.2
>         /usr/platform/SUNW,Ultra-30/lib/libc_psr.so.1
> 
> Please suggest me how do I resolve these.

It seems that graphics libraries are not provided by the system.
I suggest you to use the option "--with-graphic-libs" in configure.
I guess that GTK libraries are also not installed.

So I suggest to launch:
    ../configure --without-gtk --with-graphic-libs
then
    make SHELL=/usr/bin/bash

     Irene.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Wednesday, 19 February 2003 03:13:18 UTC