Entering edit mode
                    8.9 years ago
        reza
        
    
        ▴
    
    300
    hi
when i try ./augustus on ubuntu then i get below error:
Error while loading shared libraries: libboost_iostreams.so.1.55.0: cannot open shared object file: No such file or directory
i downloaded boost_1_61_0 but i do not know how install it on ubuntu. what i do to install boost and then run augustus??
Did you compile the source code or did you just run the executables that came along with the tar.gz file? AFAIK, those scritpts are compiled in a different system and they never work. You may have to re-compile them to make it specific for your system (so that it knows where all the lib that it needs). Go to the
srcfolder in your augustus package and runmakefollowed bymake install. Then try your command! hope this helps.