Autor Tópico: Problemas com o Lubuntu  (Lida 5268 vezes)

Offline xxglp02

  • Usuário Ubuntu
  • *
  • Mensagens: 21
    • Ver perfil
Re: Problemas com o Lubuntu
« Resposta #15 Online: 14 de Janeiro de 2014, 16:50 »
Consegui instalar o Build-Essential.


Digitei o comando 'sudo ./libc6/ld-linux.so.2 --library-path ./libc6
' e apareceu isso:

Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...]
You have invoked `ld.so', the helper program for shared library executables.
This program usually lives in the file `/lib/ld.so', and special directives
in executable files using ELF shared libraries tell the system's program
loader to load the helper program from this file.  This helper program loads
the shared libraries needed by the program executable, prepares the program
to run, and runs it.  You may invoke this helper program directly from the
command line to load and run an ELF executable file; this is like executing
that file itself, but always uses this helper program from the file you
specified, instead of the helper program file specified in the executable
file you run.  This is mostly of use for maintainers to test new versions
of this helper program; chances are you did not intend to run this program.

  --list                list all dependencies and how they are resolved
  --verify              verify that given object really is a dynamically linked
                        object we can handle
  --library-path PATH   use given PATH instead of content of the environment
                        variable LD_LIBRARY_PATH
  --inhibit-rpath LIST  ignore RUNPATH and RPATH information in object names
                        in LIST

Offline platao

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 5.052
    • Ver perfil
Re: Problemas com o Lubuntu
« Resposta #16 Online: 14 de Janeiro de 2014, 17:00 »
Seu ubuntu é 32 ou 64 bits? coloque a saida do comando;

uname -a

se o ubuntu for 64bits vc precisa das bibliotecas de 32 para o game rodar...se nao me engano...

sudo apt-get install ia32-libs

depois vc faz um link se ainda nao rodou tente;

sudo ln -s /usr/lib/x86_64-linux-gnu/libGLU.so.1 /usr/lib

veja se da certo.

te mais aqui da uma olhada;

http://askubuntu.com/questions/141293/tibia-error-on-ubuntu-11-10-64bit
\\\\\\\\Apostilas Dicas e Guias do Ubuntu\\\\\\\\\> http://ubuntuforum-br.org/index.php/topic,79368.msg440997.html#msg440997

Offline xxglp02

  • Usuário Ubuntu
  • *
  • Mensagens: 21
    • Ver perfil
Re: Problemas com o Lubuntu
« Resposta #17 Online: 14 de Janeiro de 2014, 17:08 »
Saída: Linux Kumputador 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:16:27 UTC 2013 i686 athlon i686 GNU/Linux
« Última modificação: 14 de Janeiro de 2014, 17:10 por xxglp02 »