2008/6/23 Reiniel Gonzalez Martinez <[EMAIL PROTECTED]>:
>
> He leido que para compilar un paquete tengo que hacer
> esto,
> cd /home/paquete.tar.bz2
> ./configure
> make
> make install
>
>
> Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
> compilarlo)
> que me estara faltando
> Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
> Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
> bash: ./configure: No existe el fichero o el directorio
> Reiniel:/home/reiniel/Desktop/Mis_Cosas#
> Reiniel:/home/reiniel/Desktop/Mis_Cosas#
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>

Primero necesitas "descomprimirlo" luego "destararearlo" y finalmente
compilarlo, te hace falta:

 cd /home/
bunzip2 paquete.tar.bz2
tar xvf paquete.tar
./configure
 make
 make install

si cuando le hagas bunzip2 te sale un error es porque no lo tienes
instalado, con el aptitude baja el paquete bzip2, como root:

aptitude install bzip2

ciao.

-- 
Atte

ItZtLi

¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
 Nahui Tonalli Icniuhtli.
¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a