elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía actualizada para evitar que un ransomware ataque tu empresa


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  no encuentro la forma de instalar una descarga en ubuntu (solucionado)
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: 1 [2] 3 4 Ir Abajo Respuesta Imprimir
Autor Tema: no encuentro la forma de instalar una descarga en ubuntu (solucionado)  (Leído 16,537 veces)
4rm4ndo
Colaborador
***
Desconectado Desconectado

Mensajes: 3.023


The Big Brother is watching you


Ver Perfil
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #10 en: 26 Abril 2011, 22:15 pm »

ok ... como en msdos. change directory,,, bueno gracias por la ayuda tengo k ir a dormir para levantarme pronto.
 
Saludos. Armando.


En línea

[img]http:
Songoku
Supersayan y
CoAdmin
***
Desconectado Desconectado

Mensajes: 15.724


Supersayan


Ver Perfil WWW
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #11 en: 27 Abril 2011, 01:13 am »

Es que compilar un programa no es tan facil, ahora aunque te situes con el terminal en la carpeta del programa a compilar te va a empezar a volver loco con las dependencias. Busca por la red porque seguro tiene que haber un repositorio de ese programa para tu version de ubuntu. Le añades a tu sources.list y ya podras instalarte tranquilamente desde el terminal y o desde el centro de software o desde el synaptic (creo que tu version de ubuntu ya no trae el synaptic pero le puedes instalar). A y un consejo... instalate el ubuntu tweak, te va a facilitar mucho muchas cosas.
Saludos...

Songoku


En línea


4rm4ndo
Colaborador
***
Desconectado Desconectado

Mensajes: 3.023


The Big Brother is watching you


Ver Perfil
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #12 en: 27 Abril 2011, 19:36 pm »

armando@armando-P4i65G:~/Descargas/transmission-2.22$ dir
aclocal.m4    COPYING          m4       third-party
AUTHORS       daemon          macosx       transmission-gtk.spec.in
autogen.sh    depcomp          Makefile.am  Transmission.xcodeproj
ChangeLog     extras          Makefile.in  update-version-h.sh
cli         gtk          missing       utils
config.guess  INSTALL          NEWS       web
config.sub    install-sh       po
configure     libtransmission  qt
configure.ac  ltmain.sh        README
armando@armando-P4i65G:~/Descargas/transmission-2.22$
 
----------------------------------------------------------------
 
hasta aqui llego... no se que hacer ahora
En línea

[img]http:
leogtz
. . .. ... ..... ........ ............. .....................
Colaborador
***
Desconectado Desconectado

Mensajes: 3.069


/^$/


Ver Perfil WWW
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #13 en: 27 Abril 2011, 19:58 pm »

Bien, fijate que hay un fichero INSTALL, debes leerlo, ahí te dirá los comandos para  instalar.

Regularmente es:
Código:
./configure
sudo make
sudo make install

Y listo, pero igual lee el archivo INSTALL:

Código:
cat INSTALL | more
En línea

Código
  1. (( 1 / 0 )) &> /dev/null || {
  2. echo -e "stderrrrrrrrrrrrrrrrrrr";
  3. }
  4.  
http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com
4rm4ndo
Colaborador
***
Desconectado Desconectado

Mensajes: 3.023


The Big Brother is watching you


Ver Perfil
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #14 en: 27 Abril 2011, 20:05 pm »

armando@armando-P4i65G:~/Descargas/transmission-2.22$ sudo make install
make: *** No hay ninguna regla para construir el objetivo «install».  Alto.
armando@armando-P4i65G:~/Descargas/transmission-2.22$
 
-------------------------------------------------------
 
Basic Installation
==================

   Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package.  The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package.  Some packages provide this
`INSTALL' file but do not implement all of the features documented
below.  The lack of an optional feature in a given package is not
necessarily a bug.  More recommendations for GNU packages can be found
in *note Makefile Conventions: (standards)Makefile Conventions.
 
------------------------------------------------------------
 
« Última modificación: 27 Abril 2011, 20:11 pm por 4rm4ndo » En línea

[img]http:
leogtz
. . .. ... ..... ........ ............. .....................
Colaborador
***
Desconectado Desconectado

Mensajes: 3.069


/^$/


Ver Perfil WWW
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #15 en: 28 Abril 2011, 04:05 am »

Si te sale eso es que no has tecleado primero "make" a secas.

Código:
1.- 
sudo ./configure
2.-
sudo make
3.-
sudo make install
En línea

Código
  1. (( 1 / 0 )) &> /dev/null || {
  2. echo -e "stderrrrrrrrrrrrrrrrrrr";
  3. }
  4.  
http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com
4rm4ndo
Colaborador
***
Desconectado Desconectado

Mensajes: 3.023


The Big Brother is watching you


Ver Perfil
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #16 en: 28 Abril 2011, 17:50 pm »

sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether we are using the GNU C++ compiler... (cached) no
checking whether g++ accepts -g... (cached) no
checking dependency style of g++... (cached) none
checking for inline... inline
checking gcc version... 4.4.5
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for iconv_open... yes
checking for pread... yes
checking for pwrite... yes
checking for lrintf... no
checking for strlcpy... no
checking for daemon... yes
checking for dirname... yes
checking for basename... yes
checking for strcasecmp... yes
checking for localtime_r... yes
checking for fallocate64... yes
checking for posix_fallocate... yes
checking for memmem... yes
checking for strsep... yes
checking for strtold... yes
checking for syslog... yes
checking for valloc... yes
checking for getpagesize... yes
checking for posix_memalign... yes
checking for statvfs... yes
checking whether make sets $(MAKE)... (cached) yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing cos... -lm
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... no
checking for OpenSSL... configure: error: Cannot locate ssl
En línea

[img]http:
Slava_TZD
Wiki

Desconectado Desconectado

Mensajes: 1.466

♪ [8675309] ♪


Ver Perfil WWW
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #17 en: 28 Abril 2011, 19:10 pm »

checking for OPENSSL... no
checking for OpenSSL... configure: error: Cannot locate ssl


En Debian y derivados deberia ser:
Código:
solcash:~# apt-get install openssl gcc g++

Luego lo mismo de antes, situado en el directorio correspondiente:

Código:
solcash:~# ./configure
solcash:~# make
solcash:~# checkinstall
« Última modificación: 28 Abril 2011, 19:18 pm por Tzhed » En línea


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.
4rm4ndo
Colaborador
***
Desconectado Desconectado

Mensajes: 3.023


The Big Brother is watching you


Ver Perfil
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #18 en: 28 Abril 2011, 19:31 pm »

armando@armando-P4i65G:~/Descargas/transmission-2.22$ solcash:~# apt-get install openssl gcc g++
solcash:~#: orden no encontrada
armando@armando-P4i65G:~/Descargas/transmission-2.22$ solcash:~# ./configure
solcash:~#: orden no encontrada
armando@armando-P4i65G:~/Descargas/transmission-2.22$ solcash:~# make
solcash:~#: orden no encontrada
armando@armando-P4i65G:~/Descargas/transmission-2.22$ solcash:~# checkinstall
solcash:~#: orden no encontrada
armando@armando-P4i65G:~/Descargas/transmission-2.22$
En línea

[img]http:
leogtz
. . .. ... ..... ........ ............. .....................
Colaborador
***
Desconectado Desconectado

Mensajes: 3.069


/^$/


Ver Perfil WWW
Re: no encuentro la forma de instalar una descarga en ubuntu
« Respuesta #19 en: 28 Abril 2011, 19:35 pm »

Para instalar gcc, g++ y demás paquetes básicos, debes teclear esto:

Código:
sudo apt-get install build-essential

Ya con eso lo tienes instalado.

Ahora, para instalar openssl, basta con:

Código:
sudo apt-get install openssl
En línea

Código
  1. (( 1 / 0 )) &> /dev/null || {
  2. echo -e "stderrrrrrrrrrrrrrrrrrr";
  3. }
  4.  
http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com
Páginas: 1 [2] 3 4 Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Instalar Madwifi en Ubuntu 10.04 [SOlucionado] « 1 2 »
GNU/Linux
rockernault 13 12,556 Último mensaje 5 Julio 2010, 07:18 am
por scar_86
Re: Ayuda Como crear enlaces o links de descarga desde mi hosting de forma segura
Desarrollo Web
dj-M76 4 12,620 Último mensaje 7 Abril 2011, 09:38 am
por dj-M76
Intentando instalar SDL en Ubuntu [SOLUCIONADO]
Programación C/C++
El_Java 2 6,033 Último mensaje 9 Agosto 2011, 10:55 am
por El_Java
Reinstale ubuntu y no encuentro mis archivos...ayuda please!!!
GNU/Linux
Putero69 1 1,730 Último mensaje 5 Julio 2012, 23:24 pm
por portaro
(Solucionado) No puedo instalar Ubuntu 13.10
GNU/Linux
dennis094 0 1,629 Último mensaje 13 Enero 2014, 23:11 pm
por dennis094
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines