Passakorn:
See my comments below! Best, *Branden Christensen* *[email protected]* Volcan, Panama *Follow OSOP * Facebook: http://www.facebook.com/osop.panama Twitter: @OSOPSA <http://twitter.com/OSOPSA> News Blog: http://www.osop.com.pa/blog/news The Seismo Guys Blog: http://www.osop.com.pa/blog/the-seismo-guys/ On Tue, Jul 16, 2013 at 2:55 AM, Passakorn Pananont <[email protected]>wrote: > > Hello there, > > I have been stuck with installing seisan 10.0 on Linux Ubuntu 12.04 LTS > 64 bit (on > virtual box v.4.2.16 on windows 7 professonal) for nearly a week. > Good choice with Ubuntu LTS. The struggle is good ;) Now, let's see where things went wrong.... > > Here is what I did: > Did you begin by installing the dependencies? Try: sudo apt-get install libx11-xcb1 gfortran 0. put the .gzip file in my /home/ake/seismo folder > 1. gunzip the seisan linux 64 bit file > 2.tar svf the .tar file > 3. add lines in .bashrc: > ##SEISAN## > . /home/ake/seismo/COM/SEISAN.bash > alias select="/home/ake/seismo/PRO/select" > Correct so far. > > 4.Add lines in SEISAN.bash (in seismo/COM folder) > # set seisan top directory > export SEISAN_TOP="/home/ake/seismo" > Correct again. > > Then I close all terminal and reopen it. wo command seems to work (it > change me > to the wor directory.) > OK, great so the environment variable are correct. > > Then I try "select" command and it fail, giving me this message > ... error while loading shared libraries: libgfortran.so.1: cannot open > shared > object file: No such file or directory > right, you have not yet compiled seisan so there should be no surprise that the seisan commands do not work... > > then I follow the archive: > > 5. > sudo apt-get install gfortran (I use gfortran? to get all of them) > OK good. > sudo apt-get install libx11-dev > sudo apt-get install libncurses5-dev > > Add this line to mine .bashrc file: > > export SEISARCH=gfortran > > I add this line to the SEISAN.bash too (i am not sure if I need this.) > > 6. then I recomplied all program in /PRO folder using "make all" command. I > think I saw a lot of errors while compling the files. > Make sure you are running 64-bits: uname -a Then, make clean and start over, following these steps: cd /home/ake/seismo/LIB cp ../SUP/libmseed-2.5.1.tar.gz . tar -xvf libmseed-2.5.1.tar.gz source ../COM/SEISAN.bash cd /home/ake/seismo/LIB/libmseed make cd / /home/ake/seismo/LIB/ make ./all pr make ./all If you get compilation errors, then send us those errors. > > nothing work for all seisan commands. it just said command not found. I > even try > to run the command straight from /PRO folder but nothing work. > > > 7. Then I try to install seisan9.1 64 bit and did #1-6 and select command > seem > to work this time. But the rest still don't work. It keep giving me the > "command > not found" error even I ran then in /PRO folder. > > Now I am pretty much at a dead end now. So any help would be really > appreicated. > > Passakorn > > PS I am just migrating from windows to Linux, so there may be many things > that I > don't know, especially the admin thing that are needed to install the > software. > Well, you have done extremely well considering. Keep trying and send us any and all compilation errors. > > > _______________________________________________ > seisan mailing list > [email protected] > http://mailman.uib.no/listinfo/seisan > >
_______________________________________________ seisan mailing list [email protected] http://mailman.uib.no/listinfo/seisan
