1 Reply Latest reply on Mar 25, 2010 1:35 PM by stlewis

    Installation fix: "nawk: error while loading shared libraries: libdl.so.2"

    akwala

      System: Ubuntu 9.10 amd64

       

      The install scripts (fuse*-unix.bin) gave me the following error:

           nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
           

      To fix it, I followed the suggestion here: http://gallery.menalto.com/node/50926 --

      1. cp -p -unix.bin fuse-message-broker-5.3.0.5-unix.bin fuse-message-broker-5.3.0.5--unix.bin.orig

      2. cat fuse-message-broker-5.3.0.5-unix.bin.orig | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > fuse-message-broker-5.3.0.5-unix.bin

      This change seems to have fixed the error and the install ran fine, though I did get the following warning:

           Preparing to install...
            Extracting the installation resources from the installer archive...
            Configuring the installer for this system's environment...
            nawk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'
            Launching installer...