| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_BJ,TW_GJ,TW_GX,TW_IB,TW_UU,TW_XC,TW_YG |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <780619.46429.qm@web25508.mail.ukl.yahoo.com> |
| Date: | Sun, 4 Jul 2010 21:11:07 +0000 (GMT) |
| From: | Marco Atzeri <marco_atzeri AT yahoo DOT it> |
| Subject: | Re: 1.7.5: Error when invoking ghostscript (gs) |
| To: | Falk Sticken <sticken AT informatik DOT uni-luebeck DOT de> |
| Cc: | cygwin AT cygwin DOT com |
| In-Reply-To: | <4C30EA7A.9070104@informatik.uni-luebeck.de> |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
--- Dom 4/7/10, Falk Sticken ha scritto:
> > On Sun, 2010-07-04 at 13:39 +0200, Falk Sticken
> wrote:
> >> when I try to invoke gs from the Cygwin shell
> prompt, I get following error message:
> >> /usr/bin/gs.exe: error while loading shared
> libraries: ?: cannot open shared object file: No such file
> or directory
> >=20
> > ldd /usr/bin/gs.exe will show you what your missing;
> in this case, I
> > think you need to install libjpeg62.
>=20
> $ ldd /usr/bin/gs.exe
> =A0 =A0 =A0 =A0 ntdll.dll =3D>
> /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x76fd0000)
> =A0 =A0 =A0 =A0 kernel32.dll =3D>
> /cygdrive/c/Windows/syswow64/kernel32.dll (0x75140000)
> =A0 =A0 =A0 =A0 KERNELBASE.dll =3D>
> /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x76b20000)
> =A0 =A0 =A0 =A0 cyggs-8.dll =3D>
> /usr/bin/cyggs-8.dll (0x10000000)
> =A0 =A0 =A0 =A0 cygX11-6.dll =3D>
> /usr/bin/cygX11-6.dll (0x6c140000)
> =A0 =A0 =A0 =A0 cyggcc_s-1.dll =3D>
> /usr/bin/cyggcc_s-1.dll (0x67f00000)
> =A0 =A0 =A0 =A0 cygwin1.dll =3D>
> /usr/bin/cygwin1.dll (0x61000000)
> =A0 =A0 =A0 =A0 ADVAPI32.DLL =3D>
> /cygdrive/c/Windows/syswow64/ADVAPI32.DLL (0x75670000)
> =A0 =A0 =A0 =A0 msvcrt.dll =3D>
> /cygdrive/c/Windows/syswow64/msvcrt.dll (0x74d80000)
> =A0 =A0 =A0 =A0 sechost.dll =3D>
> /cygdrive/c/Windows/SysWOW64/sechost.dll (0x76920000)
> =A0 =A0 =A0 =A0 RPCRT4.dll =3D>
> /cygdrive/c/Windows/syswow64/RPCRT4.dll (0x75040000)
> =A0 =A0 =A0 =A0 SspiCli.dll =3D>
> /cygdrive/c/Windows/syswow64/SspiCli.dll (0x74b40000)
> =A0 =A0 =A0 =A0 CRYPTBASE.dll =3D>
> /cygdrive/c/Windows/syswow64/CRYPTBASE.dll (0x74b30000)
> =A0 =A0 =A0 =A0 cygxcb-1.dll =3D>
> /usr/bin/cygxcb-1.dll (0x6e7c0000)
> =A0 =A0 =A0 =A0 cygXau-6.dll =3D>
> /usr/bin/cygXau-6.dll (0x64000000)
> =A0 =A0 =A0 =A0 cygXdmcp-6.dll =3D>
> /usr/bin/cygXdmcp-6.dll (0x61440000)
> =A0 =A0 =A0 =A0 cygXt-6.dll =3D>
> /usr/bin/cygXt-6.dll (0x689c0000)
> =A0 =A0 =A0 =A0 cygICE-6.dll =3D>
> /usr/bin/cygICE-6.dll (0x6a340000)
> =A0 =A0 =A0 =A0 cygSM-6.dll =3D>
> /usr/bin/cygSM-6.dll (0x68e40000)
> =A0 =A0 =A0 =A0 cyguuid-1.dll =3D>
> /usr/bin/cyguuid-1.dll (0x64ec0000)
> =A0 =A0 =A0 =A0 cygcairo-2.dll =3D>
> /usr/bin/cygcairo-2.dll (0x6dac0000)
> =A0 =A0 =A0 =A0 cygXrender-1.dll =3D>
> /usr/bin/cygXrender-1.dll (0x6f600000)
> =A0 =A0 =A0 =A0 cygfontconfig-1.dll =3D>
> /usr/bin/cygfontconfig-1.dll (0x692c0000)
> =A0 =A0 =A0 =A0 cygexpat-1.dll =3D>
> /usr/bin/cygexpat-1.dll (0x66ec0000)
> =A0 =A0 =A0 =A0 cygfreetype-6.dll =3D>
> /usr/bin/cygfreetype-6.dll (0x6e080000)
> =A0 =A0 =A0 =A0 cygz.dll =3D>
> /usr/bin/cygz.dll (0x320000)
> =A0 =A0 =A0 =A0 cygiconv-2.dll =3D>
> /usr/bin/cygiconv-2.dll (0x674c0000)
> =A0 =A0 =A0 =A0 cygglitz-1.dll =3D>
> /usr/bin/cygglitz-1.dll (0x6a180000)
> =A0 =A0 =A0 =A0 cygpixman-1-0.dll =3D>
> /usr/bin/cygpixman-1-0.dll (0x6fb40000)
> =A0 =A0 =A0 =A0 cygpng12.dll =3D>
> /usr/bin/cygpng12.dll (0x6f200000)
> =A0 =A0 =A0 =A0 cygxcb-render-util-0.dll =3D>
> /usr/bin/cygxcb-render-util-0.dll (0x6db80000)
> =A0 =A0 =A0 =A0 cygxcb-render-0.dll =3D>
> /usr/bin/cygxcb-render-0.dll (0x68c00000)
> =A0 =A0 =A0 =A0 cygjasper-1.dll =3D>
> /usr/bin/cygjasper-1.dll (0x65200000)
> =A0 =A0 =A0 =A0 cygjpeg-7.dll =3D>
> /usr/bin/cygjpeg-7.dll (0x66e00000)
>=20
> Does not seem to be the problem.
>=20
> bye,
> Falk
>=20
>=20
> --
> Problem reports:=A0 =A0 =A0=A0=A0http://cygwin.com/problems.html
> FAQ:=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0
> =A0=A0=A0http://cygwin.com/faq/
> Documentation:=A0 =A0 =A0 =A0=A0=A0http://cygwin.com/docs.html
> Unsubscribe info:=A0 =A0 =A0 http://cygwin.com/ml/#unsubscribe-simple
>=20
>=20
ldd don't report the missing lib,
eventually we should consider that a bug,=20=20
while
$ cygcheck gs.exe
will report the missing=20
C:\cygwin2\bin\cygjpeg-62.dll
that comes from libjpeg62-6b-21
Marco
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |