Hi,

From the information you give, here is the diagnostic I would make :
* One of your system libraries is depending on 'libpng16.so.16', which needs a more recent version of zlib than the one included in OTB package.
* libpng is also part of the package OTB but under the name "libpng.so".

I can see 2 potential workarounds :
* in the package OTB-contrib-6.0.0-Linux64/lib , hide the libz library so that dependencies will find the system libz. * in the package OTB-contrib-6.0.0-Linux64/lib, create a symlink "libpng16.so.16" pointing to "libpng.so.1.6.16" in the same folder, so that only 1 libpng gets used.

HTH

Guillaume

Quoting CyberOrfeo <[email protected]>:

Hi all,

I'm running an Arch based linux OS, Manjaro. I want to use the latest OTB
version. A previous OTB version 5.10.1 works just fine. However, I cannot
open Monteverdi with the new version 6.0.0. I get the following error if I
open it from Terminal:

"... OTB-contrib-6.0.0-Linux64/lib/libz.so.1: version `ZLIB_1.2.9' not
found (required by /usr/lib/libpng16.so.16)"

So I checked my zlib version, and it says 1.2.11. I am unable to downgrade
the package since I'm on Manjaro stable. Also, the ArchLinux Uer Repository
(AUR) package for orfeo-toolbox doesn't install.

Any help is greatly appreciated!


Cheers

--
--
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
---
You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.


--
--
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- You received this message because you are subscribed to the Google Groups "otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to