|
[Sponsors] |
engrid 1.4 installation problem on ubuntu 14.04 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 4, 2014, 15:32 |
engrid 1.4 installation problem on ubuntu 14.04
|
#1 |
New Member
Roberto
Join Date: May 2014
Location: Italy
Posts: 4
Rep Power: 12 |
hi,
I have followed the procedure described in this site: https://github.com/enGits/engrid/wik...D-Installation but when I run from terminal the command at the step 7, engrid is not loaded, the terminal says so (translated in english ) : roberto@roberto-N56JRH:~/engrid/src$ ./start_engrid.bash ./start_engrid.bash: line 3: ./engrid: no such File or directory I haven't still installed openfoam, but I don't believe that is this the problem. I'm new forum user, I don't know if must open a new topic or use this one... thanks a lot in advance. Roberto |
|
May 4, 2014, 15:53 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Roberto and welcome to the forum!
Sorry, I haven't managed to update enGrid's wiki page yet. In the mean time, please follow the instructions on the following posts:
Bruno |
|
May 5, 2014, 04:23 |
|
#3 |
New Member
Roberto
Join Date: May 2014
Location: Italy
Posts: 4
Rep Power: 12 |
i have qt4:
"QMake version 2.01a Using Qt version 4.8.6 in /usr/lib/x86_64-linux-gnu" I've follow also the post #6 I don't have any problem during the installation, but the program doesn't start, in /home/roberto/engrid/src/start_engrid.bash there are the following commands: #!/bin/bash export LD_LIBRARY_PATH=./libengrid:./netgen_svn:$LD_LIBRARY_PATH ./engrid I'm not an expert of informatic field, however these are my tentatives: roberto@roberto-N56JRH:~/engrid$ ./build.bash usage : build.bash CONFIGURATION CONFIGURATION = fedora ubuntu opensuse-11.2 opensuse-11.3 opensuse-11.4 opensuse-12.1 opensuse-12.2 roberto@roberto-N56JRH:~/engrid$ ./setup_ubuntu.bash [sudo] password for roberto: Lettura elenco dei pacchetti... Fatto Generazione albero delle dipendenze Lettura informazioni sullo stato... Fatto qt4-dev-tools è già alla versione più recente. libvtk5-qt4-dev è già alla versione più recente. 0 aggiornati, 0 installati, 0 da rimuovere e 7 non aggiornati. You can start enGrid by typing 'engrid' from the command line (as non-root user) or with the help of the desktop menus. roberto@roberto-N56JRH:~$ engrid /home/roberto/engrid/run.bash: line 26: /home/roberto/engrid/src/engrid: no such File or directory maybe the problem is more simple than it seems... thanks for your fast reply ! Rb |
|
May 8, 2014, 13:18 |
|
#4 |
New Member
Roberto
Join Date: May 2014
Location: Italy
Posts: 4
Rep Power: 12 |
nobody have an idea ? also in my dash appear the engrid icon but nothing happens when I click on it.
rb |
|
May 8, 2014, 15:52 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Roberto,
I haven't managed to look into this sooner, but I re-read your previous post and it seems you missed an important detail... when you ran: Code:
./build.bash Code:
./build.bash ubuntu Bruno |
|
May 9, 2014, 05:28 |
|
#6 |
New Member
Roberto
Join Date: May 2014
Location: Italy
Posts: 4
Rep Power: 12 |
the problem is always the same, nothing is changed, probably, I will install it on windows 8 ...
thanks anyway Bruno |
|
June 17, 2014, 14:24 |
|
#7 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
Hi
I am now using Ubuntu 14.04, I have no problem with the installation up until the command to start the programme. After the engrid build when I run the command, ./start_engrid.bash engrid will not run. this is the terminal messages: g++ -m64 -Wl,-O1 -o engrid release/main.o release/qrc_engrid.o -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lm -ltcl8.5 -L./libengrid -lengrid -L./netgen_svn -lng -L/usr/lib -lQVTK -lvtkCommon -lvtkDICOMParser -lvtkexoIIc -lvtkFiltering -lvtkftgl -lvtkGenericFiltering -lvtkGraphics -lvtkHybrid -lvtkImaging -lvtkIO -lvtkRendering -lvtksys -lvtkVolumeRendering -lvtkWidgets -lpthread -lQtXml -lQtOpenGL -lQtGui -lQtNetwork -lQtCore -lGL /usr/bin/ld: cannot find -ltcl8.5 collect2: error: ld returned 1 exit status make[2]: *** [engrid] Error 1 make[2]: Leaving directory `/home/gowain/engrid/src' make[1]: *** [release] Error 2 make[1]: Leaving directory `/home/gowain/engrid/src' make: *** [sub-engrid-pro-app-make_default-ordered] Error 2 gowain@gowain-Aspire-V5-122P:~/engrid/src$ ./start_engrid.bash ./start_engrid.bash: line 3: ./engrid: No such file or directory gowain@gowain-Aspire-V5-122P:~/engrid/src$ ./build.bash ubuntu bash: ./build.bash: No such file or directory gowain@gowain-Aspire-V5-122P:~/engrid/src$ I am aware that another user had a similar problem and although I followed the threat I can not get to the bottom of this. please help |
|
June 17, 2014, 14:35 |
|
#8 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
It seems there is a file missing; I am sure the solution is a simple one I just need a bit of guidance:
gowain@gowain-Aspire-V5-122P:~$ engrid /home/gowain/engrid/run.bash: line 26: /home/gowain/engrid/src/engrid: No such file or directory gowain@gowain-Aspire-V5-122P:~$ |
|
June 17, 2014, 14:38 |
|
#9 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
line 24 to 26 in the gedit reads:
dir=`dirname $0` export LD_LIBRARY_PATH=$dir/src/libengrid:$dir/src/netgen_svn:$LD_LIBRARY_PATH $dir/src/engrid |
|
June 21, 2014, 03:19 |
|
#10 |
New Member
Join Date: Aug 2013
Posts: 18
Rep Power: 13 |
according to error tcl8.5 is not installed on your system ; please install it and report error again
|
|
June 21, 2014, 12:18 |
|
#11 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
Thanks guys! Sorted. I can now use engrid for CFD simulations instead of using the tedious numerical blockmeshDict file approach for openfoam!
Looking forward to getting stuck into summer MSc project on aircraft passenger thermal comfort. kind regards I hope neo by matrix gets sorted too, if not. shoot me a message! |
|
January 28, 2015, 09:23 |
|
#12 |
New Member
Join Date: Jan 2015
Posts: 2
Rep Power: 0 |
Hi eagle mckenna
can you tell me how do you finally solved the problem? i have the same problem... |
|
February 1, 2015, 21:59 |
solution
|
#13 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
OK, you need to install the following:
download the tar from this link: http://packages.ubuntu.com/trusty/tcl8.5 and as root move the corresponding files to: http://packages.ubuntu.com/trusty/amd64/tcl8.5/filelist let me know if this works! g |
|
February 1, 2015, 23:29 |
solution revisited
|
#14 |
Member
Gowain
Join Date: May 2014
Location: Ireland
Posts: 86
Rep Power: 12 |
i have had to install engrid on my home machine: the solution to the error is tedious, you may not need to do the above: download the following via a mirror link:
http://packages.ubuntu.com/trusty/am...cl8.5/download unzip it as root within terminal move the files to their corresponding directories. take care. let me know how it goes. g |
|
January 29, 2016, 09:06 |
|
#15 |
Member
santhosh
Join Date: Apr 2009
Location: India
Posts: 70
Rep Power: 17 |
I am not sure whether you were able to solve this issue or not. The error during Make is due to missing tcl library as shown below.
Code:
/usr/bin/ld: cannot find -ltcl8.5 collect2: error: ld returned 1 exit status make[2]: *** [engrid] Error 1 make[2]: Leaving directory `/home/skva/engrid/engrid/src' make[1]: *** [release] Error 2 make[1]: Leaving directory `/home/skva/engrid/engrid/src' make: *** [sub-engrid-pro-app-make_default-ordered] Error 2 Code:
sudo apt-get install tcl8.5 Code:
source build.bash ubuntu Last edited by santoo_cfd; January 31, 2016 at 04:18. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Installation problem on Ubuntu | gara1988 | OpenFOAM Installation | 1 | October 15, 2012 11:00 |
Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7 | Wley | OpenFOAM Installation | 2 | September 28, 2012 07:06 |
Problem? with Installation of OpenFOAM 2.1.0 on to Ubuntu 10.4.4 VirtualBox | Stubby | OpenFOAM Installation | 8 | March 5, 2012 16:12 |
Problem Installing OF 1.6 Ubuntu 9.10 (64 bit) - How to use GCC 4.4.1 | Future Science | OpenFOAM Installation | 43 | November 10, 2011 08:17 |
Installation of OpenFOAM-1.6 on Ubuntu 9.10 | marval | OpenFOAM Installation | 2 | March 17, 2010 09:33 |