Coder Social home page Coder Social logo

Reporting wrong libfaac version about faac HOT 6 OPEN

knik0 avatar knik0 commented on May 24, 2024
Reporting wrong libfaac version

from faac.

Comments (6)

fabiangreffrath avatar fabiangreffrath commented on May 24, 2024

What does which faac say? And what does ldd /path/to/faac say with the path to the faac binary that which faac reported?

from faac.

ronfischler avatar ronfischler commented on May 24, 2024

$ which faac
/usr/local/bin/faac
$ ldd /usr/local/bin/faac
linux-vdso.so.1 (0x00007fff3695a000)
libfaac.so.0 => /usr/lib/x86_64-linux-gnu/libfaac.so.0 (0x00007fd564411000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd564020000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd563c82000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd56482d000)

from faac.

fabiangreffrath avatar fabiangreffrath commented on May 24, 2024

libfaac.so.0 => /usr/lib/x86_64-linux-gnu/libfaac.so.0 (0x00007fd564411000)

Please try to move that out of the way.

from faac.

ronfischler avatar ronfischler commented on May 24, 2024

OK, I moved libfaac.so.0 out of the way, and now I get this:

$ faac
faac: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory

$ which faac
/usr/local/bin/faac

$ ldd /usr/local/bin/faac
linux-vdso.so.1 (0x00007ffcac9de000)
libfaac.so.0 => not found
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3e962cd000)
/lib64/ld-linux-x86-64.so.2 (0x00007f3e968cb000)

Note: I tried running "sudo make install" again but that does not appear to install a new libfaac library, only the faac executable.

Edit: I went into the libfaac dir, did a "sudo make install" in there for libfaac, then I needed to run ldconfig. Now it comes up running! I don't think installing libfaac is being done when "make install" is done for the faac executable.

from faac.

fabiangreffrath avatar fabiangreffrath commented on May 24, 2024

So, is this still an issue?

from faac.

artenax avatar artenax commented on May 24, 2024

You can compile in static:

./bootstrap
./configure --prefix=/usr/local --enable-silent-rules --disable-drm --enable-static --disable-shared
make
sudo make install

from faac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.