[Users] Snapshot

Boris Avdeev borisaqua at gmail.com
Fri Jan 6 17:45:08 CET 2006


Here it is:

ldd /usr/local/lib/libsimage.so.20
    linux-gate.so.1 =>  (0xffffe000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0xb7f1e000)
    libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7ef6000)
    libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb7eee000)
    libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7e9b000)
    libpng.so.3 => /usr/lib/libpng.so.3 (0xb7e6a000)
    libz.so.1 => /lib/libz.so.1 (0xb7e5b000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7e3a000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb7e31000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb7e19000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb7d43000)
    libstdc++.so.6 =>
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libstdc++.so.6 (0xb7c79000)
    libm.so.6 => /lib/libm.so.6 (0xb7c57000)
    libc.so.6 => /lib/libc.so.6 (0xb7b47000)
    libgcc_s.so.1 =>
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_s.so.1 (0xb7b3e000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7b3a000)
    /lib/ld-linux.so.2 (0x80000000)

Seems all right?


On 1/6/06, Nanne Hemstra <nanne.hemstra at opendtect.org> wrote:
> Hello Boris,
>
> What output do you get exactly when you execute the command:
> ldd libsimage.so.20
> Can you send me that output?
>
> I get for instance:
> ldd /apps/opendtect-2.2/bin/lux32/so/libsimage.so.20
>         libpng12.so.0 => /usr/lib/libpng12.so.0 (0x4000b000)
>         libz.so.1 => /usr/lib/libz.so.1 (0x40031000)
>         libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40043000)
>         libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40075000)
>         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4007e000)
>         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40096000)
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4015b000)
>         libm.so.6 => /lib/tls/libm.so.6 (0x40234000)
>         libc.so.6 => /lib/libc.so.6 (0x40256000)
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40389000)
>         libdl.so.2 => /lib/tls/libdl.so.2 (0x40392000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
>
> If one dependency would be missing, you will something like:
> libjpeg.so.62 => not found
>
>
> Best regards,
> Nanne
>
>
>
> Boris Avdeev wrote:
>
> > Thanks Nanne for your reply.
> > I checked, the library is installed. I tried the one your site. Didn't
> > help either. I admit, I don't have a good understanding of how dlopen
> > works, so I might have messed up something.
> > I will keep trying. Please let me know if you have an idea.
> >
> > Boris
> >
> >
> >
> > On 1/6/06, *Nanne Hemstra* <nanne.hemstra at opendtect.org
> > <mailto:nanne.hemstra at opendtect.org>> wrote:
> >
> >     Hello,
> >
> >     I guess one of the dependencies of libsimage.so is missing on your
> >     system. To be sure, please check with: ldd libsimage.so
> >
> >     To solve this problem you can either
> >     1) install the missing libraries
> >     2) download a recently made simage library with less dependencies to
> >     replace the delivered libsimage.so.20. You can download it at:
> >
> >     Linux 32 bit: ftp://ftp.opendtect.org/pub/coin/lux32/libsimage.so.20
> >     Linux 64 bit:
> >     ftp://ftp.opendtect.org/pub/coin/lux64/libsimage.so.20
> >     <ftp://ftp.opendtect.org/pub/coin/lux64/libsimage.so.20>
> >
> >
> >     Best regards,
> >     Nanne Hemstra
> >
> >
> >
> >     Boris Avdeev wrote:
> >
> >> Hi,
> >> Is it possible to make a screen snapshot under linux (with odtect
> >> v.2.2.1)? It says libsimage not found (even though it is there).
> >     Now I
> >> have to do it with ImageMagick, but this way I cannot get resolution
> >> higher than screen's.
> >>
> >> Thanks,
> >> Boris
> >>
> >
> >
> >     --
> >     /*
> >         Nanne Hemstra
> >         OpendTect developer
> >         dGB Earth Sciences B.V.
> >         Nijverheidstraat 11-2, 7511 JM Enschede, the Netherlands
> >         Tel: +31 534315155 , Fax: +31 534315104
> >          http://www.opendtect.org || http://www.dgb-group.com
> >     */
> >
> >
> >     _______________________________________________
> >     Users mailing list
> >     Users at opendtect.org <mailto:Users at opendtect.org>
> >     http://lists.opendtect.org/mailman/listinfo/users
> >
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >Users mailing list
> >Users at opendtect.org
> >http://lists.opendtect.org/mailman/listinfo/users
> >
> >
>
>
> --
> /*
>     Nanne Hemstra
>     OpendTect developer
>     dGB Earth Sciences B.V.
>     Nijverheidstraat 11-2, 7511 JM Enschede, the Netherlands
>     Tel: +31 534315155 , Fax: +31 534315104
>     http://www.opendtect.org || http://www.dgb-group.com
> */
>
>




More information about the Users mailing list