From owner-freebsd-questions@freebsd.org Mon May 13 22:58:30 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87B25159CF5D for ; Mon, 13 May 2019 22:58:30 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [IPv6:2a02:1658:1::199:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "jail0199.vps.exonetric.net", Issuer "jail0199.vps.exonetric.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 30D7671AE9 for ; Mon, 13 May 2019 22:58:28 +0000 (UTC) (envelope-from lists@cmplx.uk) Received: from jail0199.vps.exonetric.net (jail0199.vps.exonetric.net [178.250.76.108]) by jail0199.vps.exonetric.net (8.15.2/8.15.2) with ESMTPS id x4DMwQQQ085383 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 13 May 2019 22:58:26 GMT (envelope-from lists@jail0199.vps.exonetric.net) Received: (from lists@localhost) by jail0199.vps.exonetric.net (8.15.2/8.15.2/Submit) id x4DMwQYi085382 for freebsd-questions@freebsd.org; Mon, 13 May 2019 22:58:26 GMT (envelope-from lists) Date: Mon, 13 May 2019 22:58:26 +0000 From: lists To: freebsd-questions@freebsd.org Subject: ImageMagick png error: unable to load module '/usr/local/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/png.la': file not found Message-ID: <20190513225826.GA85237@jail0199.vps.exonetric.net> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 30D7671AE9 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.68 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.87)[0.866,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[cmplx.uk]; MX_GOOD(-0.01)[cached: smtp.cmplx.uk]; NEURAL_SPAM_LONG(0.94)[0.943,0]; NEURAL_SPAM_MEDIUM(0.74)[0.741,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12290, ipnet:2a02:1658::/32, country:GB]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(0.24)[ip: (0.23), ipnet: 2a02:1658::/32(0.51), asn: 12290(0.56), country: GB(-0.09)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 22:58:30 -0000 I asked in ports@ but got no replies yet. Maybe I should ask here too. Thanks Anton ----- Forwarded message from lists ----- $ identify bloom1.png identify: unable to load module '/usr/local/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders/png.la': file not found @ error/module.c/OpenModule/1275. identify: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/509. $ pkg info -xo Ima ImageMagick7-nox11-7.0.7.16_2 graphics/ImageMagick7-nox11 All packages installed via pkg. pkg check shows no problems. I did pkg delete, reinstall, etc. - still the same. This is on 11.2-RELEASE-p2. Any ideas? Thanks Anton