what can i do ...
Obs. i have tried to compile native version but when i try the last command appends this : echo '$HOME/.spring' > /etc/spring/datadir
says permission denied







Moderator: Moderators
that's probably because you don't have a directory named spring in /etc . try "sudo mkdir -p /etc/spring" before that command.CoolyOriginal wrote: echo '$HOME/.spring' > /etc/spring/datadir
says permission denied