Giter Site home page Giter Site logo

Comments (9)

spirogg avatar spirogg commented on June 12, 2024 1

here is the error i got after reinstall and restart server ?

ffmpeg: error while loading shared libraries: libavdevice.so.58: cannot open shared object file: No such file or directory

from ffmpegtoolkit.

spirogg avatar spirogg commented on June 12, 2024

server1:~# ldd $(which ffmpeg)
linux-vdso.so.1 => (0x00007ffd8ed3a000)
libavdevice.so.58 => not found
libavfilter.so.7 => not found
libavformat.so.58 => not found
libavcodec.so.58 => not found
libpostproc.so.55 => not found
libswresample.so.3 => not found
libswscale.so.5 => not found
libavutil.so.56 => not found
libm.so.6 => /lib64/libm.so.6 (0x00007f9faadfa000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9faabde000)
libc.so.6 => /lib64/libc.so.6 (0x00007f9faa81b000)
/lib64/ld-linux-x86-64.so.2 (0x00007f9fab0fc000)

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

try
ldconfig

check again

from ffmpegtoolkit.

spirogg avatar spirogg commented on June 12, 2024

Tred again but same thing. ?? Is there a way for me to.uninstall properly. ?? I just deleted folders and then tried reinstall. But I get same thing. Even after doing ldconfig. Is there proper way to install ffmpeg etc. And reinstall. And do I do ldconfig server1~/
Or do I have to do it right after it finish install. I can see /user/lib64 has libavdevice.56 bot no where there .58

from ffmpegtoolkit.

spirogg avatar spirogg commented on June 12, 2024

i tried uninstall but still i get these errors ? can i reinstall this do I need to create different directory ? then try to install, I dont think it overwrites files so its not adding the lib files i need ??

from ffmpegtoolkit.

spirogg avatar spirogg commented on June 12, 2024

there is no way to uninstall this and then reinstall. never works out ?

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

please sure
#1 you are use CentOS 7.* 64bit mini or full install, it's new install

not have try other same script install ffmpeg

#2 SELinux has disable
#3 run the shell used root account

You problem i think you install different version related dependence

if you want remote, just use

array=( /lib /usr/lib /usr/local/lib /lib64 /usr/lib64 /usr/local/lib64  )
for i in "${array[@]}"
do
echo "Start Remove......"
rm -rf "$i/liba52*"
rm -rf "$i//libamr*"
rm -rf "$i//libavcodec*"
rm -rf "$i//libavformat*"
rm -rf "$i//libavutil*"
rm -rf "$i//libdha*"
rm -rf "$i//libfaac*"
rm -rf "$i//libfaad*"
rm -rf "$i//libmp3lame*"
rm -rf "$i//libmp4v2*"
rm -rf "$i//libogg*"
rm -rf "$i//libtheora*"
rm -rf "$i//libvorbis*"
echo "Remove Done!"
done

array=( /bin /usr/bin /usr/local/bin  )
for i in "${array[@]}"
do
echo "Start Remove......"
rm -rf "$i/ffmpeg"
rm -rf "$i/mplayer"
rm -rf "$i/mencoder"
rm -rf "$i/flvtool2"
echo "Remove Done!"
done

rm -rf /opt/ffmpegtoolkit
rm -rf /usr/local/ffmpegtoolkit
rm -rf ~/tmp
mkdir -p ~/tmp

from ffmpegtoolkit.

ninetian avatar ninetian commented on June 12, 2024

and don't try use it in VPS, has most problem of limit

from ffmpegtoolkit.

spirogg avatar spirogg commented on June 12, 2024

working

from ffmpegtoolkit.

Related Issues (16)

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.