※ ChatGPTを利用し、要約された質問です(原文:libpng15.so.15でエラーが出ます)
libpng15.so.15でエラーが出る
このQ&Aのポイント
libpng15.so.15のエラーが発生し、ファイルまたはディレクトリが見つからないというメッセージが表示されます。
libpng15.so.15をインストールし、./configure makeを実行しました。インストールは成功しましたが、make checkでエラーが発生しました。
make check-TESTSを実行すると、pngtestやpngvalidなどのテストが実行されますが、全てのテストでエラーが発生しました。
error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
ちゃんとlibpng15.so.15を./configure make しました。
インストールも成功しましたがmake checkで
make check-am
make[1]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
cp libpng-config libpng16-config
cp libpng.pc libpng16.pc
make pngtest pngunknown pngstest pngvalid
make[2]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
make[2]: `pngunknown' は更新済みです
make[2]: `pngstest' は更新済みです
make[2]: `pngvalid' は更新済みです
make[2]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' から出ます
make check-TESTS
make[2]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
make[3]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
FAIL: tests/pngtest
FAIL: tests/pngvalid-gamma-16-to-8
FAIL: tests/pngvalid-gamma-alpha-mode
FAIL: tests/pngvalid-gamma-background
FAIL: tests/pngvalid-gamma-expand16-alpha-mode
FAIL: tests/pngvalid-gamma-expand16-background
FAIL: tests/pngvalid-gamma-expand16-transform
FAIL: tests/pngvalid-gamma-sbit
FAIL: tests/pngvalid-gamma-threshold
FAIL: tests/pngvalid-gamma-transform
FAIL: tests/pngvalid-progressive-interlace-size
FAIL: tests/pngvalid-progressive-interlace-standard
FAIL: tests/pngvalid-progressive-interlace-transform
FAIL: tests/pngvalid-progressive-standard
FAIL: tests/pngvalid-standard
FAIL: tests/pngstest-0g01
FAIL: tests/pngstest-0g02
FAIL: tests/pngstest-0g04
FAIL: tests/pngstest-0g08
FAIL: tests/pngstest-0g16
FAIL: tests/pngstest-2c08
FAIL: tests/pngstest-2c16
FAIL: tests/pngstest-3p01
FAIL: tests/pngstest-3p02
FAIL: tests/pngstest-3p04
FAIL: tests/pngstest-3p08
FAIL: tests/pngstest-4a08
FAIL: tests/pngstest-4a16
FAIL: tests/pngstest-6a08
FAIL: tests/pngstest-6a16
SKIP: tests/pngstest-error
FAIL: tests/pngunknown-IDAT
FAIL: tests/pngunknown-discard
FAIL: tests/pngunknown-if-safe
FAIL: tests/pngunknown-sAPI
FAIL: tests/pngunknown-sTER
FAIL: tests/pngunknown-save
FAIL: tests/pngunknown-vpAg
make[4]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
make all-am
make[5]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' に入ります
make[5]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' から出ます
make[4]: ディレクトリ `/home/i/デスクトップ/bitbar-linux-x64/libpng-1.6.8' から出ます
============================================================================
Testsuite summary for libpng 1.6.8
============================================================================
# TOTAL: 38
# PASS: 0
# SKIP: 1
# XFAIL: 0
# FAIL: 37
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to png-mng-implement@lists.sourceforge.net
============================================================================
と出ました。
何が行けないのでしょうか?