2 years late, but in case someone stumble upon this, as su
(not as sudo
), run the following commands:
rm /etc/ld.so.cache
ldconfig
Related Contents:
- Linux error while loading shared libraries: cannot open shared object file: No such file or directory
- What’s the difference between .so, .la and .a library files?
- How to show all shared libraries used by executables in Linux?
- How do I view the list of functions a Linux shared library is exporting?
- ld cannot find an existing library
- How do I find out what all symbols are exported from a shared object?
- What is the ‘soname’ option for building shared libraries for?
- Is /usr/local/lib searched for shared libraries?
- error while loading shared libraries: libncurses.so.5:
- How to list library dependencies of a non-native binary?
- Determine target ISA extensions of binary file in Linux (library or executable)
- Extract file basename without path and extension in bash [duplicate]
- Convert xlsx to csv in Linux with command line
- Can you Run Xcode in Linux?
- Shell – Write variable contents to a file
- Count occurrences of a char in plain text file
- How to grep for contents after pattern?
- How to show line number when executing bash script
- Linux/Unix command to determine if process is running?
- Disable vertical sync for glxgears
- Bash – How to remove all white spaces from a given text file?
- Shell script current directory?
- What is the meaning of SO_REUSEADDR (setsockopt option) – Linux? [duplicate]
- Pipe output to bash function
- Using dot (.) as delimiter to specify group in chown
- Improving TCP performance over a gigabit network with lots of connections and high traffic of small packets
- What is the maximum username length on current GNU/Linux systems
- Unable to execute gcc: No such file or directory
- Create an AWS HVM Linux AMI from an Existing Paravirtual Linux AMI
- How big (in bits) is a Unix UID?
- How to make iptables rules expire?
- Copy data through SSH tunnel over multiple hops
- Ulimit file descriptor limits not being applied for particular process
- chroot fails – cannot run command `/bin/bash’: No such file or directory
- What is the true value of a LPI certification? [closed]
- Is DRBD the only viable block replication solution for Linux?
- df vs du. Is my disk really full?
- ps aux hanging on high cpu/IO with java processes
- Is there something like windows event viewer in linux platform?
- TCP monitoring on a server: comparing netstat vs lsof?
- Why does “docker attach” hang?
- Using CRON jobs to visit url?
- xargs with multiple arguments
- Core dump file is not generated
- command not found when using sudo ulimit [closed]
- Why is the probe method needed in Linux device drivers in addition to init?
- How to check the version of OpenMP on Linux
- Makefile that distinguishes between Windows and Unix-like systems
- How to get time since file was last modified in seconds with bash?
- How to copy file from a Vagrant machine to localhost