Having thoroughly enjoyed using PI LE under windows, and having switched to Linux, and finding that PI LE under windows in a VirtualBox is having a few "issues", I thought I would give PI for Linux a try. I am running Debian Lenny 64-bit. I see that "debs" are available. Following the instructions on the download page, my results are as follows:
1. When I click on the link to the asc file (
http://repos.pixinsight.com/AC739CF6.asc) I get the following:
http://repos.pixinsight.com/AC739CF6.ascCould not download all repository indexes
Going to the link page itself shows:
Not Found
The requested URL /AC739CF6.asc was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.39 Server at repos.pixinsight.com Port 80
2. When I run # wget -O -
http://repos.pixinsight.com/AC739CF6.asc | apt-key add -
I get:
--10:13:50--
http://repos.pixinsight.com/AC739CF6.asc => `-'
Resolving repos.pixinsight.com... 74.50.19.20
Connecting to repos.pixinsight.com|74.50.19.20|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
10:13:50 ERROR 404: Not Found.
gpg: no valid OpenPGP data found.
3. When I add the "sources.list" lines:
## pixinsight
deb
http://repos.pixinsight.com/debian unstable non-free
deb-src
http://repos.pixinsight.com/debian unstable non-free
and do an update with synaptic, I get:
The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.
http://repos.pixinsight.com/debian/dists/unstable/non-free/binary-amd64/Packages.gz: 404 Not Found
4. Not being one to give up easily, I download the tar.gz file and extract it to a folder named PixInsight. I open a terminal and cd to the PixInsight folder and then type:
./bin/PixInsight32
and get:
./bin/PixInsight32: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
5. So I went back to synaptic and tried to find a "gthread" or a "libgthread" that I could install. No such luck.
6. So I went to
http://www.debian.org/distrib/packages searched package contents for "libgthread" and found a list of packages at:
http://packages.debian.org/search?searchon=contents&keywords=libgthread&mode=filename&suite=testing&arch=amd64,
all of which except the ia32-libs-gtk package were already installed on my system. So I installed the ia32-libs-gtk package and reran "./bin/PixInsight32"
and got
error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
And this is where I decided to stop. I may try finding "libidn.so.11" someplace and installing it later. But right now I feel like I am installing from source rather than from a package, except that so far installing from source always gives a more complete list of missing items, so I can go after the missing stuff all at once instead of step by step.
No joy.
Elle