“Kesalahan saat memuat pustaka bersama: libasound.so.2: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut” Kode Jawaban

libgthread-2.0.so.0: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut

sudo apt-get update
sudo apt-get install libglib2.0-0
28utkarsh

Kesalahan saat memuat pustaka bersama: libasound.so.2: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut

sudo apt-get install libasound2
devops unicorn

UTSERVER: Kesalahan saat memuat perpustakaan bersama: libssl.so.1.0.0: Tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut

cd /etc/apt/
sudo gedit sources.list

#add following lines to end of the file and save it

#Bionic support 
deb http://ca.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://ca.archive.ubuntu.com/ubuntu/ bionic universe
deb http://ca.archive.ubuntu.com/ubuntu/ bionic multiverse

run:
sudo apt update
sudo apt install libssl1.0.0
BlueMoon

libnss3.so: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut

sudo apt install libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev
florinrelea

Kesalahan Saat Memuat Perpustakaan Bersama: libmod2.so: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut

One of the solution is to use

export LD_LIBRARY_PATH=PATH_TO_LIBRARY_LIBMOD2



1. You check the path of libmod2.so

2. Replace in place of PATH_TO_LIBRARY_LIBMOD2

Note: Don't add the filename. It just needs the path.
Relieved Rat

Jawaban yang mirip dengan “Kesalahan saat memuat pustaka bersama: libasound.so.2: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut”

Pertanyaan yang mirip dengan “Kesalahan saat memuat pustaka bersama: libasound.so.2: tidak dapat membuka file objek bersama: tidak ada file atau direktori tersebut”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya