schlouf wrote:Hi there.
I have a similar error that I get when installing on Ubuntu 6.06 LTS. I've tested the other scalix-*.deb files and they install with no errors returning. However when I run dpkg -i scalix-server*.deb, it returns an error:
Code: Select all
dpkg -i scalix-server_11.0.4.10790_i386.deb
Selecting previously deselected package scalix-server.
(Reading database ... 40486 files and directories currently installed.)
Unpacking scalix-server (from scalix-server_11.0.4.10790_i386.deb) ...
dpkg: error processing scalix-server_11.0.4.10790_i386.deb (--install):
subprocess pre-installation script returned error exit status 10
Errors were encountered while processing:
scalix-server_11.0.4.10790_i386.deb
There are no errors returned about the LDAP mapper and there are no scalix directories in /var/opt/ or /opt/.
Same problem here, please advise.
I found that allthough the installer exits with an error, the necessary scalix files are installed to /opt/scalix/. This aloud me to run the:
Code: Select all
sudo ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7
and then I could start the message store
After which you should restart the LDAP mapper youself before continueing installation of the other deb files
Code: Select all
sudo /etc/init.d/ldapmapper restart
starting with the tomcat connector, then tomcat and continue from there.
Hope this helps.
Cheers.