GNU/Linux >> Linux Esercitazione >  >> Linux

Ubuntu - tentativo di installare Python Couchbase lib - libcouchbase/couchbase.h:nessun file o directory simile

Prova questo:http://docs.couchbase.com/couchbase-sdk-c-2.3/#downloading-the-couchbase-client-library

Quindi, se hai Ubuntu 12.04:

  1. sudo wget -O/etc/apt/sources.list.d/couchbase.list http://packages.couchbase.com/ubuntu/couchbase-ubuntu1204.list
  2. wget -O- http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
  3. sudo apt-get update
  4. sudo apt-get install libcouchbase2-libevent libcouchbase-dev

Soluzione aggiornata per Ubuntu 18.04

  1. echo "deb http://packages.couchbase.com/ubuntu bionic bionic/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
  2. wget -O- http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
  3. sudo apt-get update
  4. sudo apt-get install libcouchbase2-libevent libcouchbase-dev

Linux
  1. Errore di compilazione:g++:errore durante il tentativo di exec 'cc1plus':execvp:nessun file o directory simile

  2. Bash:Nessun file o directory di questo tipo?

  3. libpulse.so.0:impossibile aprire il file oggetto condiviso:file o directory non presenti

  4. Errore:manca la libreria OpenSSL? durante il tentativo di installare Python

  5. impossibile eseguire 'x86_64-conda_cos6-linux-gnu-gcc':Nessun file o directory (installazione pysam)

Come installare 7Zip su Ubuntu 20.04 LTS

Come installare Python PIP su Ubuntu 18.04

COME INSTALLARE NEXTCLOUD SU UBUNTU?

Come installare Asterisk in Ubuntu 20.04

Come installare Sendmail su Ubuntu 22.04

pip install pickle non funziona - nessun file o directory di questo tipo