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. _______________________________________________ seisan mailing list [email protected] http://mailman.uib.no/listinfo/seisan
