Hi there,
The file PixInsight-core seems to have an unmatched dependency on libldap-2.3.so.0 and liblber-2.3.so.0. Those files don't exist on Debian unstable or Ubuntu 8.04 (Hardy) since they've been replaced by the newer versions libldap-2.4.so.0 and liblber-2.4.so.0. Apparently, older versions aren't available:
$ apt-cache search libldap
libldap-2.4-2 - OpenLDAP libraries
libldap-2.4-2-dbg - Debugging information for OpenLDAP libraries
libldap-ocaml-dev - LDAP bindings for OCaml
libldap-ruby1.8 - OpenLDAP library binding for Ruby 1.8
libldap2-dev - OpenLDAP development libraries
Now, this is the point of the post where I would suggest some solution or workaround but I must admit that I'm without ideas. If this LDAP thingy were a normal library, it would be called libldap.so.2.3 and PixInsight could depend on merely libldap.so.2 (as is normal in the rest of the world), but breaking compatibility between minor versions sounds like a quite rude thing to me (note that I'm blaming the LDAP guys, not the Pleiades ones!).
I wouldn't advise to have PixInsight depend on 2.4, since some other distros (Gentoo, for one) may not be up to date. OTOH, this is probably a moot point, since I must be the only g33x0r using PixInsight in Gentoo! :twisted:.
Are these dependencies really required?
[Edit: moved from PixInsight to Bug reports]