Page 2 of 2

Re: Can't browse archives in 1.6.1 anymore

Posted: Thu Dec 28, 2023 9:38 am
by xnview
the problem is here

Code: Select all

libcrypto.so.1.0.0 => not found
where is it?

Re: Can't browse archives in 1.6.1 anymore

Posted: Thu Dec 28, 2023 3:58 pm
by BloodyRain2k
xnview wrote: Thu Dec 28, 2023 9:38 am the problem is here

Code: Select all

libcrypto.so.1.0.0 => not found
where is it?
As you told me, I did put it here as best as I could, aka "/opt/XnView/lib/libcrypto.so.1.0.0".
xnview wrote: Thu Dec 21, 2023 9:35 am ok, i can reproduce. Please uncompress this file in XnView/lib
This gave me the output of "not found"

I then copied the file to "/lib/x86_64-linux-gnu/libcrypto.so.1.0.0" which changed the output of "ldd /opt/XnView/lib/archive.so", but nothing about XnView itself changed.
This is the current output after the described steps. I have the "libcrypto.so.1.0.0" now in both places, "/opt/XnView/lib" and as shown below.
But sadly XnView still refuses to interact with archives any more than just opening my associated program for them.

Code: Select all

ldd /opt/XnView/lib/archive.so 
	linux-vdso.so.1 (0x00007ffc83cac000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f46e9f81000)
	libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f46e9600000)
	libxml2.so.2 => /lib/x86_64-linux-gnu/libxml2.so.2 (0x00007f46e9a54000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f46e941f000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f46e9f7c000)
	libicuuc.so.72 => /lib/x86_64-linux-gnu/libicuuc.so.72 (0x00007f46e9221000)
	liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f46e9f4b000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f46e9142000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f46e9fb9000)
	libicudata.so.72 => /lib/x86_64-linux-gnu/libicudata.so.72 (0x00007f46e7200000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f46e6e00000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f46e9f27000)

Re: Can't browse archives in 1.6.1 anymore

Posted: Fri Dec 29, 2023 9:23 am
by xnview
and

Code: Select all

ldd /lib/x86_64-linux-gnu/libcrypto.so.1.0.0

Re: Can't browse archives in 1.6.1 anymore

Posted: Fri Dec 29, 2023 6:57 pm
by BloodyRain2k

Code: Select all

ldd /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
	linux-vdso.so.1 (0x00007ffeb5595000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f66d3dc3000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f66d361f000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f66d3de1000)