libtool installé mais pas sur le chemin après l'installation


21

J'essaie d'installer libtool. Il semble ne pas être disponible même après l'avoir installé.

Toute aide appréciée.

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ which libtool

ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ sudo apt-get remove --purge libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libtool*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 826 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 66863 files and directories currently installed.)
Removing libtool (2.4.2-1.11) ...
Processing triggers for man-db (2.7.0.2-5) ...


ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ sudo apt-get install libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  libtool-doc gfortran fortran95-compiler gcj-jdk
The following NEW packages will be installed:
  libtool
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/180 kB of archives.
After this operation, 826 kB of additional disk space will be used.
Selecting previously unselected package libtool.
(Reading database ... 66838 files and directories currently installed.)
Preparing to unpack .../libtool_2.4.2-1.11_all.deb ...
Unpacking libtool (2.4.2-1.11) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libtool (2.4.2-1.11) ...


ubuntu@ip-172-30-2-10:/opt/backend.mydomain.com/HaLVM$ which libtool

1
essayez locate libtoolouwhereis libtool
Maythux

1
quel est votre CHEMIN? sortie de commandeecho $PATH
Maythux

Réponses:


41

corrigé

sudo apt-get install libtool-bin

J'ai trouvé que ce libtool-binn'était pas un package disponible jusqu'à après sudo apt-get update && sudo apt-get dist-upgrade, redémarrage, puissudo apt-get update
morloch

6

Dans mon Ubuntu LTS, j'ai essayé

sudo apt-get install libtool

À la racine du dossier source

autoconf
autoreconf --install 

réussi

En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.