Results 1 to 4 of 4

Thread: libapenal0a vs. libopenal0a vs. libopenal1a

  1. #1
    Join Date
    May 2008
    Posts
    4

    Default libapenal0a vs. libopenal0a vs. libopenal1a

    I am trying to install in Ubuntu 9.04. The instructions say to install libapenal0a. There is no such package. I assume you meant libopenal0a. That no longer exists in the 9.04 repositories as it has been replaced by libopenal1a. However, it appears aerofly is hard coded to use libopenal0a, and errors out saying that package is not installed. I do have libopenal1a installed.

    Here is what I get when I try to run aerofly:

    Code:
    jonlowe@eeepc:~/aerofly$ ./aerofly
    ./aerofly: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory
    Can you recompile aerofly using libopenal1a and provide a link to it please?
    Thanks.

    Jon

  2. #2
    Join Date
    Jan 2008
    Location
    Gießen
    Posts
    26

    Default

    you can create a symlink named libopenal.so.0 pointing to a file named libopenal.so.1.4.272 (the filename might be slightly different on your system).
    I actually have two symlinks like this on my system. One is in /usr/lib and the other is in /usr/lib32. I' m not sure which one does the trick, but it works.
    Last edited by kamereon; September 20th, 2009 at 16:29.
    Ubuntu _x64

  3. #3
    Join Date
    May 2008
    Posts
    4

    Default

    Quote Originally Posted by kamereon View Post
    you can create a symlink named libopenal.so.0 pointing to a file named libopenal.so.1.4.272 (the filename might be slightly different on your system).
    I actually have two symlinks like this on my system. One is in /usr/lib and the other is in /usr/lib32. I' m not sure which one does the trick, but it works.
    I looked up symbolic links, and I know how to create one, but where do I do it? Can you give me the code example?

    Thanks!

  4. #4
    Join Date
    Jan 2008
    Location
    Gießen
    Posts
    26

    Default

    I usually type "gksudo nautilus" in a Terminal-Window.

    Then I navigate to /usr/lib and search for libopenal.

    Rightklick on libopenal.so.1.4.272 and select "create link" <-- something like this. my system isn't english so I'm not sure about the actual words.

    Rename the new link to libopenal.so.0

    If this doesn't work, do the same thing in /usr/lib32
    Ubuntu _x64

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •