Menu

Shared object "libSTAF.so" not found, required by "STAF" error

Help
Mojo
2014-12-21
2014-12-30
  • Mojo

    Mojo - 2014-12-21

    Hi again,

    I tried to install STAF on freeBSD , used this STAF3420-setup-freebsd-NoJVM.bin installation.
    I'm using FreeBSD 10.1-RELEASE
    of course - I did updated the ~/.bashrc file with the folders :

    export PATH=/usr/local/staf/bin:$PATH
    export LD_LIBRARY_PATH=/usr/local/staf/lib:$LD_LIBRARY_PATH

    and reloaded the bashrc using :
    source ~/.bashrc

    after all of that , everytime I'm trying to run STAFProc I get :
    Shared object "libSTAF.so" not found, required by "STAF" error

    used java :

    [root@test-155 staf]# java -version
    java version "1.7.0_67"
    Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
    Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode)

    do you guys have any idea why it happens ?

    Thanks !

     
  • Mojo

    Mojo - 2014-12-30

    Resolved.
    needed to install compat8x , compat7x and gcc5.

     
  • Mojo

    Mojo - 2014-12-30

    oh , and copy all staf lib folder to /usr/lib32

     

Log in to post a comment.