Hello,
I am following the tutorial to install LIGGGHTS post processing :
When I run :
"./install.sh" in the LPP directory I get an error saying :
directory '/home/daniel/bin' not found
create directory or choose different install directory using the -p flag
How should I fix this issue ?
Thanks.
Best regards,
Daniel
xpt | Mon, 06/20/2016 - 05:34
bin folder
Hi!
You can create the $HOME/bin folder or use another folder whit -p option
./install.sh -p /path/to/your/folder
MIDaniel | Mon, 06/20/2016 - 08:39
directory
Hello,
I tried that command but it says the directory could not be found, no matter what directory I put after -p.
Thanks.
Bets regards,
Daniel
xpt | Tue, 06/21/2016 - 03:32
More information
Can you give me more information? like your linux distribution.
could you use the full path? e.g. /home/your_user_here/folder_to_install_lpp
Regards,
MIDaniel | Tue, 06/21/2016 - 14:40
ubuntu
Hello,
I am using ubuntu.
Yes I used /home/daniel/foldername and it says folder not found.
Best regards,
Daniel
xpt | Wed, 06/22/2016 - 03:07
So, could you run the next
So, could you run the next commands and give me the output? (copy and paste the result from your console)
mkdir -p ~/liggghts
ls install.sh
./install.sh -p ~/liggghts
MIDaniel | Wed, 06/22/2016 - 14:09
output
Hello,
So the output after the first command is
mkdir: cannot create directory ‘/home/daniel/liggghts’: File exists
The second one gives
install.sh
and the last one gives
directory '/home/daniel/liggghts' not found
create directory or choose different install directory using the -p flag
richti83 | Wed, 06/22/2016 - 18:00
I guess liggghts is the
I guess liggghts is the executable and thats why the file exists but is Not a Directory. Rename liggghts to lmp or use another folder name to install