Dear all,

The problem was solved after I recompile the program. Many thanks to Chandan 
for guiding me to install several software that needed in ubuntu to get 
recompile running well.

Regards,
Yudo
  _____  

From: [email protected]
To: [email protected]
Sent: Mon, 28 Mar 2011 18:00:02 +0800
Subject: seisan Digest, Vol 37, Issue 18

Today's Topics:
  
     1. Error while try seisantrain (Yudo Dwihanggodo Patriabekti)
     2. Re: How to regiter events to database on seisan 9.0 windows
        xp? (Lars Ottemoller)
     3. Re: Error while try seisantrain (Lars Ottemoller)
     4. Re: Error while try seisantrain ([email protected])
     5. Re: How to regiter events to database on seisan 9.0 windows
        xp? ([email protected])
  
  
  ----------------------------------------------------------------------
  
  Message: 1
  Date: Mon, 28 Mar 2011 01:52:47 +0800
  From: "Yudo Dwihanggodo Patriabekti" <[email protected]>
  Subject: [seisan] Error while try seisantrain
  To: [email protected]
  
  Dear All,
  
  I'm new in seisan and try to install it under ubuntu10.10.
  The problem appears when I try to run eev command based on seitrain.pdf. 
  It is says:
  
  eev: error while loading shared libraries: libgfortran.so.1: cannot open 
shared object file: No such file or directory
  
  Am I missed something in seisan environment setting?
  
  Thank you for any kind responds.
  
  Regards
  
  Yudo
  -------------- next part --------------
  A non-text attachment was scrubbed...
  Name: not available
  Type: text/html
  Size: 693 bytes
  Desc: not available
  URL: 
<http://mailman.uib.no/private/seisan/attachments/20110328/f3e18c20/attachment.txt>
  
  ------------------------------
  
  Message: 2
  Date: Mon, 28 Mar 2011 09:27:02 +0200
  From: Lars Ottemoller <[email protected]>
  Subject: Re: [seisan] How to regiter events to database on seisan 9.0
   windows xp?
  To: [email protected]
  
  Dear Lazim,
  
  I would recommend to first convert to miniseed using the rdseed tool, 
  then try to register. You may also want to try to register some of the 
  sample files to get familiar with the procedure. Also, make sure that 
  you have the database in place, created with makerea.
  
  Regards,
  Lars
  
  On 27/03/11 05:48, [email protected] wrote:
  > Dear all,
  >
  > I am first time to use seisan 9.0 on windows xp. I tried to regiter events
  > to database with commands below:
  > 1. cd lazim and make list of files ?dirf 2008.SEED?
  > 2. Start MULPLT, when asked about filename, answer ??? to get the event 
list,
  > 3. select the event from 2008.SEED, use option ?0? to plot the event.
  > 4. When event is on the screen, click on ?Regis? (or type ?p]and answer
  > questions. However, I got error's comments displayed.
  > How to register using true commands. Thanks a lot.
  >
  > With kind regards,
  >
  > lazim
  >
  >
  >
  > --
  >
  > http://www.its.ac.id
  >
  > _______________________________________________
  > seisan mailing list
  > [email protected]
  > http://mailman.uib.no/listinfo/seisan
  
  -- 
  Lars Ottemøller
  Associate Professor
  Department of Earth Science
  University of Bergen
  Allegt. 41
  5007 Bergen
  NORWAY
  Phone +47 5558 2616
  
  
  
  ------------------------------
  
  Message: 3
  Date: Mon, 28 Mar 2011 09:30:23 +0200
  From: Lars Ottemoller <[email protected]>
  Subject: Re: [seisan] Error while try seisantrain
  To: [email protected]
  
  Dear Yodu,
  
  it would be best for you to recompile the software, please first see 
  instructions in the manual.
  
  Regards,
  Lars
  
  On 27/03/11 19:52, Yudo Dwihanggodo Patriabekti wrote:
  > Dear All,
  >
  > I'm new in seisan and try to install it under ubuntu10.10.
  > The problem appears when I try to run eev command based on seitrain.pdf.
  > It is says:
  >
  > eev: error while loading shared libraries: libgfortran.so.1: cannot open
  > shared object file: No such file or directory
  >
  > Am I missed something in seisan environment setting?
  >
  > Thank you for any kind responds.
  >
  > Regards
  >
  > Yudo
  >
  >
  >
  > _______________________________________________
  > seisan mailing list
  > [email protected]
  > http://mailman.uib.no/listinfo/seisan
  
  -- 
  Lars Ottemøller
  Associate Professor
  Department of Earth Science
  University of Bergen
  Allegt. 41
  5007 Bergen
  NORWAY
  Phone +47 5558 2616
  
  
  
  ------------------------------
  
  Message: 4
  Date: Mon, 28 Mar 2011 13:44:43 +0530 (IST)
  From: [email protected]
  Subject: Re: [seisan] Error while try seisantrain
  To: [email protected]
  
  Yudo Dwihanggodo Patriabekti wrote:
  >> I'm new in seisan and try to install it under ubuntu10.10.
  >> eev: error while loading shared libraries: libgfortran.so.1: cannot open
  >> shared object file: No such file or directory
  
  Lars wrote:
  > it would be best for you to recompile the software, please first see
  > instructions in the manual.
  
  Dear Yudo
  I assume you want to use seisan_v9.0.
  As Lars says you have to compile seisan.
  Ubuntu 10.10 does not come with a fortran compiler by default.
  Please install gfortran first:
  
  sudo apt-get install gfortran
  
  In my system I had to install some additional dependencies:
  
  sudo apt-get install libx11-dev
  sudo apt-get install libncurses5-dev
  
  Add this line to your .bashrc file:
  
  export SEISARCH=gfortran
  
  There should be a libmseed-2.5.1.tar.gz in the SUP directory. Extract it
  to LIB directory.
  
  Go to PRO directory and compile seisan by typing 'make all' in a terminal.
  
  
  
  
  ------------------------------
  
  Message: 5
  Date: Mon, 28 Mar 2011 14:00:45 +0530 (IST)
  From: [email protected]
  Subject: Re: [seisan] How to regiter events to database on seisan 9.0
   windows xp?
  To: [email protected]
  
  lazim wrote:
  
  >> I tried to regiter events to database with commands below:
  >> 1. cd lazim and make list of files ‘dirf 2008.SEED’
  >> 2. Start MULPLT, when asked about filename, answer ‘?’ to get the event
  list,
  >> 3. select the event from 2008.SEED, use option ‘0’ to plot the event.
  >> 4. When event is on the screen, click on ‘Regis’ (or type ‘p]and answer
  >> questions. However, I got error's comments displayed.
  >> How to register using true commands. Thanks a lot.
  
  Lars wrote:
  
  > I would recommend to first convert to miniseed using the rdseed tool,
  > then try to register. You may also want to try to register some of the
  > sample files to get familiar with the procedure. Also, make sure that
  > you have the database in place, created with makerea.
  
  Dear Lazim
  How do you get 2008.SEED? Which instrument do you have?
  
  
  
  
  ----------------------------------------------------------------------
  Send seisan mailing list submissions to
   [email protected]
  
  To subscribe or unsubscribe via the World Wide Web, visit
   http://mailman.uib.no/listinfo/seisan
  or, via email, send a message with subject or body 'help' to
   [email protected]
  
  You can reach the person managing the list at
   [email protected]
  
  When replying, please edit your Subject line so it is more specific
  than "Re: Contents of seisan digest..."
  
  
  _______________________________________________
  seisan mailing list
  [email protected]
  http://mailman.uib.no/listinfo/seisan
  
  
  End of seisan Digest, Vol 37, Issue 18
  **************************************
    
_______________________________________________
seisan mailing list
[email protected]
http://mailman.uib.no/listinfo/seisan

Reply via email to