Thanks for your reply!

Actually after chatting on the IRC channel with a very helpful person
who's nick escapes me I got to the root of the problem.

For some reason 'make install' had touched some of the ion dirs with
the oddest set of permissions - something along the lines of 'root
root 770'.

Very odd. In the end, all I did was run strace and work my way through
all the dirs in the paths it was searching manually repairing
permissions.

Perhaps you should should take a look at your installation as well. If
this is a problem that effects more people than just me it might need
to be addressed.

Noah


On Fri, 10 Dec 2004 11:04:48 +0100, Andreas Bernauer
<[EMAIL PROTECTED]> wrote:
> Hi Noah,
> 
> Noah Slater wrote:
> > Everything worked fine, but when I try to start Ion at login it fails
> > with a message similar to:
> > 'ioncorelib not in search path'
> 
> I had a similar problem when I installed ion-2 to my home directory.
> I also had to guess around a while, as the error messages where not
> very helpful for me.  The following resolved the issue for me.
> 
> I start ion2 with the following command in my ~/.xsession
> 
> ------>
> 
> #!/bin/sh
> 
> exec $HOME/root/bin/ion -confdir $HOME/root/etc/ion -confdir $HOME/.ion2 
> -confdir $HOME/root/share/ion -moduledir $HOME/root/lib/ion
> 
> <-------
> 
> IIRC, the order for the confdirs was important and the last option had
> to be moduledir (but I am not sure on that one).
> 
> Maybe this helps you.
> 
> --
> Andreas.
> 
> PS: When you start ion with strace(1) (like `strace ion'), it will
> tell you, where ion tries to find the ioncorelib.
> 
> 
>

Reply via email to