{"id":169,"date":"2013-07-11T10:33:57","date_gmt":"2013-07-11T15:33:57","guid":{"rendered":"http:\/\/signaturewebmedia.com\/blog\/?p=169"},"modified":"2013-07-11T10:37:34","modified_gmt":"2013-07-11T15:37:34","slug":"usrbinconvert-exe-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-such-file-or-directory","status":"publish","type":"post","link":"http:\/\/signaturewebmedia.com\/blog\/169\/usrbinconvert-exe-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-such-file-or-directory\/","title":{"rendered":"\/usr\/bin\/convert.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory"},"content":{"rendered":"<p><a href=\"http:\/\/getfreeipad.us\/info\/offer1\/\" target=\"_blank\" rel=\"nofollow\"><img src=\"http:\/\/getfreeipad.us\/images\/ipad-tester-wanted.jpg\" border=\"0\"><\/a><\/p><p>I was trying to use the ImageMagick in cygwin to create a jpeg file; however, the execution ended up with the error:<\/p>\n<blockquote><p>$ convert -size 94&#215;54 xc:white lh.jpg<br \/>\n\/usr\/bin\/convert.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory<\/p><\/blockquote>\n<p>\u00a0It seems like some DLL file(s) were missing. To figure that out,<\/p>\n<blockquote><p>$ cygcheck convert<br \/>\nFound: .\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\nFound: C:\\WINDOWS\\system32\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\n.\\convert.exe<br \/>\n.\\cygMagickCore-5.dll<br \/>\n.\\cyggcc_s-1.dll<br \/>\n.\\cygwin1.dll<br \/>\nC:\\WINDOWS\\system32\\KERNEL32.dll<br \/>\nC:\\WINDOWS\\system32\\ntdll.dll<br \/>\n.\\cyggomp-1.dll<br \/>\n.\\cygautotrace-3.dll<br \/>\n.\\cygming-1.dll<br \/>\n.\\cygfreetype-6.dll<br \/>\n.\\cygbz2-1.dll<br \/>\n.\\cygz.dll<br \/>\n.\\cyggif-4.dll<br \/>\n.\\cygX11-6.dll<br \/>\n.\\cygxcb-1.dll<br \/>\n.\\cygXau-6.dll<br \/>\n.\\cygXdmcp-6.dll<br \/>\n.\\cygpng15-15.dll<br \/>\n.\\cygpstoedit-0.dll<br \/>\n.\\cygstdc++-6.dll<br \/>\n.\\cyggd-2.dll<br \/>\n.\\cygfontconfig-1.dll<br \/>\n.\\cygexpat-1.dll<br \/>\n.\\cygjpeg-8.dll<br \/>\n.\\cygXpm-4.dll<br \/>\n.\\cygcairo-2.dll<br \/>\n.\\cygpixman-1-0.dll<br \/>\n.\\cygxcb-render-0.dll<br \/>\n.\\cygxcb-shm-0.dll<br \/>\n.\\cygXext-6.dll<br \/>\n.\\cygXrender-1.dll<br \/>\n.\\cygfftw3-3.dll<br \/>\n.\\cygfpx-1.dll<br \/>\n.\\cygglib-2.0-0.dll<br \/>\n.\\cygiconv-2.dll<br \/>\n.\\cygintl-8.dll<br \/>\n.\\cygpcre-1.dll<br \/>\n.\\cyggobject-2.0-0.dll<br \/>\n.\\cygffi-6.dll<br \/>\n.\\cyggs-9.dll<br \/>\n.\\cygidn-11.dll<br \/>\n.\\cyglcms2-2.dll<br \/>\n.\\cygpaper-1.dll<br \/>\n.\\cygtiff-5.dll<br \/>\n.\\cygjbig-2.dll<br \/>\n.\\cygXt-6.dll<br \/>\n.\\cygICE-6.dll<br \/>\n.\\cygSM-6.dll<br \/>\n.\\cyguuid-1.dll<br \/>\n.\\cygjasper-1.dll<br \/>\n.\\cygltdl-7.dll<br \/>\n.\\cyglzma-5.dll<br \/>\n.\\cygpango-1.0-0.dll<br \/>\n.\\cyggmodule-2.0-0.dll<br \/>\n.\\cygthai-0.dll<br \/>\n.\\cygdatrie-1.dll<br \/>\n.\\cygpangocairo-1.0-0.dll<br \/>\n.\\cygpangoft2-1.0-0.dll<br \/>\n.\\cygharfbuzz-0.dll<br \/>\n.\\cyggraphite2-3.dll<br \/>\n.\\cygicule48.dll<br \/>\n.\\cygicuuc48.dll<br \/>\n.\\cygicudata48.dll<br \/>\n.\\cygrsvg-2-2.dll<br \/>\n.\\cygcroco-0.6-3.dll<br \/>\n.\\cygxml2-2.dll<br \/>\n.\\cyggdk_pixbuf-2.0-0.dll<br \/>\n.\\cyggio-2.0-0.dll<br \/>\nC:\\WINDOWS\\system32\\ADVAPI32.DLL<br \/>\nC:\\WINDOWS\\system32\\RPCRT4.dll<br \/>\nC:\\WINDOWS\\system32\\Secur32.dll<br \/>\nC:\\WINDOWS\\system32\\GDI32.dll<br \/>\nC:\\WINDOWS\\system32\\USER32.dll<br \/>\n.\\cygMagickWand-5.dll<br \/>\n<span style=\"color: #ff0000;\">cygcheck: track_down: could not find cygpng14-14.dll<\/span><\/p><\/blockquote>\n<p>\u00a0<br \/>\nInstalling &#8220;linpng: PNG library (docs and demos)&#8221; solved the issue. (I had to reboot the machine.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was trying to use the ImageMagick in cygwin to create a jpeg file; however, the execution ended up with the error:<br \/>\n$ convert -size 94&#215;54 xc:white lh.jpg<br \/>\n\/usr\/bin\/convert.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory<br \/>\n\u00a0It seems like some DLL file(s) were missing. To figure that out,<\/p>\n<p>$ cygcheck convert<br \/>\nFound: .\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\nFound: C:\\WINDOWS\\system32\\convert.exe<br \/>\nFound: C:\\cygwin\\bin\\convert.exe<br \/>\n.\\convert.exe<br \/>\n.\\cygMagickCore-5.dll<br \/>\n.\\cyggcc_s-1.dll<br \/>\n.\\cygwin1.dll<br \/>\nC:\\WINDOWS\\system32\\KERNEL32.dll<br \/>\nC:\\WINDOWS\\system32\\ntdll.dll<br \/>\n.\\cyggomp-1.dll<br \/>\n.\\cygautotrace-3.dll<br \/>\n.\\cygming-1.dll<br \/>\n.\\cygfreetype-6.dll<br \/>\n.\\cygbz2-1.dll<br \/>\n.\\cygz.dll<br \/>\n.\\cyggif-4.dll<br \/>\n.\\cygX11-6.dll<br \/>\n.\\cygxcb-1.dll<br \/>\n.\\cygXau-6.dll<br \/>\n.\\cygXdmcp-6.dll<br \/>\n.\\cygpng15-15.dll<br \/>\n.\\cygpstoedit-0.dll<br \/>\n.\\cygstdc++-6.dll<br \/>\n.\\cyggd-2.dll<br \/>\n.\\cygfontconfig-1.dll<br \/>\n.\\cygexpat-1.dll<br \/>\n.\\cygjpeg-8.dll<br \/>\n.\\cygXpm-4.dll<br \/>\n.\\cygcairo-2.dll<br \/>\n.\\cygpixman-1-0.dll<br \/>\n.\\cygxcb-render-0.dll<br \/>\n.\\cygxcb-shm-0.dll<br \/>\n.\\cygXext-6.dll<br \/>\n.\\cygXrender-1.dll<br \/>\n.\\cygfftw3-3.dll<br \/>\n.\\cygfpx-1.dll<br \/>\n.\\cygglib-2.0-0.dll<br \/>\n.\\cygiconv-2.dll<br \/>\n.\\cygintl-8.dll<br \/>\n.\\cygpcre-1.dll<br \/>\n.\\cyggobject-2.0-0.dll<br \/>\n.\\cygffi-6.dll<br \/>\n.\\cyggs-9.dll<br \/>\n.\\cygidn-11.dll<br \/>\n.\\cyglcms2-2.dll<br \/>\n.\\cygpaper-1.dll<br \/>\n.\\cygtiff-5.dll<br \/>\n.\\cygjbig-2.dll<br \/>\n.\\cygXt-6.dll<br \/>\n.\\cygICE-6.dll<br \/>\n.\\cygSM-6.dll<br \/>\n.\\cyguuid-1.dll<br \/>\n.\\cygjasper-1.dll<br \/>\n.\\cygltdl-7.dll<br \/>\n.\\cyglzma-5.dll<br \/>\n.\\cygpango-1.0-0.dll<br \/>\n.\\cyggmodule-2.0-0.dll<br \/>\n.\\cygthai-0.dll<br \/>\n.\\cygdatrie-1.dll<br \/>\n.\\cygpangocairo-1.0-0.dll<br \/>\n.\\cygpangoft2-1.0-0.dll<br \/>\n.\\cygharfbuzz-0.dll<br \/>\n.\\cyggraphite2-3.dll<br \/>\n.\\cygicule48.dll<br \/>\n.\\cygicuuc48.dll<br \/>\n.\\cygicudata48.dll<br \/>\n.\\cygrsvg-2-2.dll<br \/>\n.\\cygcroco-0.6-3.dll<br \/>\n.\\cygxml2-2.dll<br \/>\n.\\cyggdk_pixbuf-2.0-0.dll<br \/>\n.\\cyggio-2.0-0.dll<br \/>\nC:\\WINDOWS\\system32\\ADVAPI32.DLL<br \/>\nC:\\WINDOWS\\system32\\RPCRT4.dll<br \/>\nC:\\WINDOWS\\system32\\Secur32.dll<br \/>\nC:\\WINDOWS\\system32\\GDI32.dll<br \/>\nC:\\WINDOWS\\system32\\USER32.dll<br \/>\n.\\cygMagickWand-5.dll<br \/>\ncygcheck: track_down: could not find cygpng14-14.dll<br \/>\n\u00a0<br \/>\nInstalling &#8220;linpng: PNG library (docs and demos)&#8221; solved the issue. (I had to reboot the machine.)<\/p>\n<p style=\"text-align: center;\"><a href=\"http:\/\/getfreeipad.us\/info\/offer2\/\" target=\"_blank\" rel=\"nofollow\">\r\n<IMG SRC=\"http:\/\/www.mb01.com\/getimage.asp?m=1753&o=2883&i=39158.dat\" width=300 height=250 border=0>\r\n<\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[45],"tags":[161,199,169,160,167,168,158,165,162,166,164,159],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/posts\/169"}],"collection":[{"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":4,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/posts\/169\/revisions"}],"predecessor-version":[{"id":173,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/posts\/169\/revisions\/173"}],"wp:attachment":[{"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/categories?post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/signaturewebmedia.com\/blog\/wp-json\/wp\/v2\/tags?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}