WELL DONE. If you run into a bump, send us the errors you refer to.
Please note that I am sending this to the list also as you only replied to me. Kind Regards, *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 Wed, Jul 17, 2013 at 12:24 AM, Carlos Tenorio <[email protected]> wrote: > Hello Passakorn, Branden: > > This is my recent experience: As in version 10 of SEISAN, The libraries > libmseed are not supplied in the SUP directory, you have to download from > IRIS: > https://seiscode.iris.washington.edu/projects/libmseed/files > I downloaded the latest version and followed the suggestions by Branden. > > When compiling the programs in the PRO directory with "make all" the > compilation crashes when we get to the program "tdmt_invc_seisan.c". After > the crash, If you try to run the programs from elsewhere you'll get the > message: > > "Command not found" > > I don't know how to fix the Makefile, so this is what I did: > > I found the executables that have been created in directory PRO/gfortran > up to the time of the crash.. the ones after tdmt_inve_seisan.c in > alphabetica order are of course missing. > > so I went back to COM/SEISAN.bash and set > > export PATH="$SEISAN_TOP/PRO/gfortran:$PATH" > > and so the programs run form anywhere now.. > > but since the compilation crashed (error in the Makefile? who knows) > before all the programs were done I went back and compiled the rest of the > programs separately, with: > > make gfortran/<program name> > > so far so good... > cheers > Carlos > > > > On Mon, Jul 15, 2013 at 10:19 PM, Branden Christensen < > [email protected]> wrote: > >> 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 >> >> > > > -- > Carlos Tenorio > +(504) 97 98 19 44 > +(504) 237 9149 >
_______________________________________________ seisan mailing list [email protected] http://mailman.uib.no/listinfo/seisan
