PixInsight Forum (historical)

PixInsight => Bug Reports => Topic started by: starhopper on 2019 May 15 13:21:36

Title: New release of 1.8.6 on Linux does not start - old bug is back
Post by: starhopper on 2019 May 15 13:21:36
Hello,
the new release of Pixinsight installs successfully on my PC

Quote
----------------------------------------------------------------------
PixInsight X11 UNIX/Linux installer version 01.08.06.1473 Ripley
Copyright (C) 2003-2019 Pleiades Astrophoto. All Rights Reserved
----------------------------------------------------------------------

PixInsight will be installed with the following parameters:

Source installation directory ... /home/starhopper/pi-install/PixInsight
PixInsight core application ..... /opt/PixInsight
Application desktop entry ....... /usr/share/applications/PixInsight.desktop
Application icons directory ..... /usr/share/icons/hicolor
MIME type description file ...... /usr/share/mime/packages/PixInsight.xml
Create /bin launcher script ..... yes
Remove previous installation .... yes

==> Are you sure [yes|no] ? yes

Please wait while PixInsight is being installed...
but it does not start. :-(
Code: [Select]
starhopper@shark:/opt/PixInsight/bin$ ./PixInsight.sh
/opt/PixInsight/bin/./PixInsight: /opt/PixInsight/bin/./lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
starhopper@shark:/opt/PixInsight/bin$
I remember that this happend on earlier releases.
Thomas
Title: Re: New release of 1.8.6 on Linux does not start - old bug is back
Post by: Juan Conejero on 2019 May 16 02:39:51
Hi Thomas,

There is no libz.so file in the 1.8.6 distribution of PixInsight for Linux. You are probably mixing files from different versions when you install PixInsight.

When you uncompress the installation archive, please make sure that you remove any existing 'PixInsight' folder on your '/home/starhopper/pi-install/' directory before running the tar command. PixInsight 1.8.6 runs out-of-the box without problems on all tested Linux distributions.
Title: Re: New release of 1.8.6 on Linux does not start - old bug is back
Post by: starhopper on 2019 May 18 07:17:55
I have deinstalled the old version with the -u option.
Thanks for your reply, I will try it again and clean up the folder before.
Thomas

Now I cleaned it up manually. That works.
Thomas