CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 Installation (https://www.cfd-online.com/Forums/su2-installation/)
-   -   Problems after 'make install' command in Ubuntu (https://www.cfd-online.com/Forums/su2-installation/159478-problems-after-make-install-command-ubuntu.html)

Sparsh September 16, 2015 07:33

Problems after 'make install' command in Ubuntu
 
1 Attachment(s)
Hello,

I'm trying to install SU2 cardinal in Ubuntu 15.04. The first two commands, ./configure and /make are going well but the /make install command is kind of getting aborted. It is saying permission denied and failed Error-1.
A snapshot is attached here within.
What could the reason and how can I rectify?
Already added lines in /bashrc file.

vijaiaeroastro September 19, 2015 11:07

hey there @Sparsh, i have written a simply script to automate SU2 installation in ubuntu. https://vijaikumar.in/how-to-install...su2-in-ubuntu/
You can find it in the page mentioned above. Maybe you will find it useful. It automatically compiles SU2 with cgns and mpi support in Ubuntu :)

avar October 30, 2015 14:37

Hi Sparsh

When you make install, you require root access to install the files to /usr/local/bin. Try /sudo make install
and then when prompted enter you password to install the files to the root directory.

Or you could install to a local directory where you have permission by configuring using ./configure --prefix=/somewhere/else/than/usr/local

and then make install

Hope this helps


All times are GMT -4. The time now is 08:07.