?>/script>'; } ?> Archivo tar.bz2 no make (Solucionado por Phyrok) Widgets Magazine

Autor Tema: Archivo tar.bz2 no make (Solucionado por Phyrok)  (Leído 2568 veces)

0 Usuarios y 1 Visitante están viendo este tema.

rEO0

  • Visitante
Archivo tar.bz2 no make (Solucionado por Phyrok)
« en: 15-05-2009, 04:34 (Viernes) »
Descargue un archivo .tar.bz2 lo descomprimi, pero no puedo hacer make, make install. Hay alguna otra forma de instalar esto:

root@ubuntu-laptop:/# bzip2 -dc iw-0.9.13.tar.bz2 | tar -xv
iw-0.9.13/
iw-0.9.13/.gitignore
iw-0.9.13/COPYING
iw-0.9.13/Makefile
iw-0.9.13/README
iw-0.9.13/genl.c
iw-0.9.13/ibss.c
iw-0.9.13/info.c
iw-0.9.13/interface.c
iw-0.9.13/iw.8
iw-0.9.13/iw.c
iw-0.9.13/iw.h
iw-0.9.13/mesh.c
iw-0.9.13/mpath.c
iw-0.9.13/nl80211.h
iw-0.9.13/phy.c
iw-0.9.13/reg.c
iw-0.9.13/scan.c
iw-0.9.13/station.c
iw-0.9.13/util.c
iw-0.9.13/version.sh

Me voy al directorio: y al hacer make me dice esto  :'(:

 :P
Código: [Seleccionar]
Makefile:33: *** Cannot find development files for any supported version of libnl.  Alto.
root@ubuntu-laptop:/# cd iw-0.9.13
root@ubuntu-laptop:/iw-0.9.13# make
Makefile:33: *** Cannot find development files for any supported version of libnl.  Alto.
root@ubuntu-laptop:/iw-0.9.13#

Mi pregunta es ¿Cómo instalarlo si no puedo hacer make, make install?  :-\ :-\ :-\ :-\

Muchas gracias. 8)

« Última modificación: 18-05-2009, 21:53 (Lunes) por rEO0 »

pianista

  • Visitante
Re: Archivo tar.bz2 no make
« Respuesta #1 en: 16-05-2009, 16:09 (Sábado) »
Te está diciendo que le falta esa libreria, buscala el apt-get o por ahi y instalala:
Código: [Seleccionar]
libnl
Saludos



Phyrok

  • Visitante
Re: Archivo tar.bz2 no make
« Respuesta #2 en: 16-05-2009, 16:21 (Sábado) »
Saludos.

Un apunte más, normalmente en ubuntu las librerías para compiar son las dev, y ahí te está diciendo eso mismo, por lo que sería
Código: [Seleccionar]
sudo apt-get install libnl-dev