Author Topic: 1.8 RC3 won't run on Ubuntu 12.10  (Read 2979 times)

Offline siovene

  • Newcomer
  • Posts: 28
1.8 RC3 won't run on Ubuntu 12.10
« on: 2013 January 25 12:09:18 »
Hi,
I have a mint installation of Ubuntu 12.10, and I'm trying to get the latest release of PixInsight, 1.8 RC3, to run.

I've downloaded the 64bit binaries (my CPU is 64bit and so is my OS installation), but my system has missing libraries that can't find how to install:

Code: [Select]
siovene@siovene-ThinkPad-X230:~/PixInsight/bin$ ldd PixInsight | grep "not found"
libmozjs187.so.1.0 => not found
liblcms-pxi.so => not found

The current version of libmozjs on Ubuntu 12.10 is 185, not 187. I could probably get away with a symbolic link there, as 185 and 187 sound like version numbers that might be binary compatible.

As for liblcms-pxi.so, I have found nothing. There is a liblcms1 and a liblcms2, on Ubuntu, but none of them ship a liblcms-pxi.so library.

Can anyone help out?

TIA,
Salvatore.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: 1.8 RC3 won't run on Ubuntu 12.10
« Reply #1 on: 2013 January 25 15:54:00 »
Hi Salvatore,

That happens because either:

- Your PixInsight installation lacks those shared libraries. libmozjs187 should be on the "bin/lib" installation directory and liblcms-pxi on "bin".

- Or you're trying to run the PixInsight executable directly. You must run the PixInsight.sh launcher script.

Let me know if this works.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline siovene

  • Newcomer
  • Posts: 28
Re: 1.8 RC3 won't run on Ubuntu 12.10
« Reply #2 on: 2013 January 26 01:56:47 »
Thank you Juan,
indeed I was running the executable directly, instead of the wrapper script.

It works now.

Salvatore.