We've recently encountered similar problem in our Ubuntu 18.04 and solved
this by the followings:

Download Zlib 1.2.9 from here:
https://sourceforge.net/projects/libpng/files/zlib/1.2.9/zlib-1.2.9.tar.gz/download

tar -xvf ~/Downloads/zlib-1.2.9.tar.gz
cd zlib-1.2.9
./configure;
make;
make install;
cd ${your workbench dir}/libs_linux64
mv libz.so.1 libz.so.1.back
ln -sf /usr/local/lib/libz.so.1.2.9 libz.so.1

You may need to use 'sudo' to run some of commands to avoid permission
issue.

Takuya

2019年2月2日(土) 10:06 Glasser, Matthew <glass...@wustl.edu>:

> The person to address this is on vacation and will be back next week.
>
> Matt.
>
> From: <hcp-users-boun...@humanconnectome.org> on behalf of erik lee <
> erik.lee...@gmail.com>
> Date: Friday, February 1, 2019 at 6:20 PM
> To: "hcp-users@humanconnectome.org" <hcp-users@humanconnectome.org>
> Subject: [HCP-Users] Workbench tools installation in Ubuntu 18.04
>
> Hi,
>
> I am trying to install the Connectome Workbench software on my linux
> machine (Ubuntu 18.04). When I try to run wb_view or wb_command, I get the
> following error:
>
> /usr/local/workbench/bin_linux64/../exe_linux64/wb_view:
> /usr/local/workbench/bin_linux64/../libs_linux64/libz.so.1: version
> `ZLIB_1.2.9' not found (required by
> /usr/lib/x86_64-linux-gnu/libpng16.so.16)
> /usr/local/workbench/bin_linux64/../exe_linux64/wb_view:
> /usr/local/workbench/bin_linux64/../libs_linux64/libz.so.1: version
> `ZLIB_1.2.3.4' not found (required by
> /usr/lib/x86_64-linux-gnu/libpng16.so.16)
>
> Does anyone know where to find these packages or how to get around this
> error??
>
> Thanks in advance,
> Erik
>
> _______________________________________________
> HCP-Users mailing list
> HCP-Users@humanconnectome.org
> http://lists.humanconnectome.org/mailman/listinfo/hcp-users
>
>
> ------------------------------
>
> The materials in this message are private and may contain Protected
> Healthcare Information or other information of a sensitive nature. If you
> are not the intended recipient, be advised that any unauthorized use,
> disclosure, copying or the taking of any action in reliance on the contents
> of this information is strictly prohibited. If you have received this email
> in error, please immediately notify the sender via telephone or return mail.
>
> _______________________________________________
> HCP-Users mailing list
> HCP-Users@humanconnectome.org
> http://lists.humanconnectome.org/mailman/listinfo/hcp-users
>

_______________________________________________
HCP-Users mailing list
HCP-Users@humanconnectome.org
http://lists.humanconnectome.org/mailman/listinfo/hcp-users

Reply via email to