Menu

#14 Error after compile

closed
nobody
None
5
2008-01-04
2007-11-23
eld1e6o
No

diego@diegolinux:~/UltraStar-ng$ ultrastarng
ultrastarng: error while loading shared libraries: libdausng.so.0: cannot open shared object file: No such file or directory

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Hi,

    The program connot found the shared library libdausng.
    You probably don't have "make install" or put the place where libdausng is stored ($prefix/lib) in your LD_LIBRARY_PATH or /etc/ld.so.conf.

    Vincent

    PS : please provide the way you do it (configure command+make+make install)

     
  • Lasse Kärkkäinen

    Logged In: YES
    user_id=57635
    Originator: NO

    This is a problem with the build system. You need to manually run ldconfig after make install, the first time you install USNG, or otherwise it just cannot find that library.

     
  • Lasse Kärkkäinen

    Logged In: YES
    user_id=57635
    Originator: NO

    This is a problem with the build system. You need to manually run ldconfig after make install, the first time you install USNG, or otherwise it just cannot find that library.

     
  • Yoda-JM

    Yoda-JM - 2008-01-04

    Logged In: YES
    user_id=1319653
    Originator: NO

    1 month - no feedback
    considered as closed topic.
    I think it would be the installing tool (either people or program) to run ldconfig and not the build process

     
  • Yoda-JM

    Yoda-JM - 2008-01-04
    • status: open --> closed
     

Log in to post a comment.