Logo após a cópia, abra o arquivo /usr/local/mercury/Mercury
em um editor de texto de sua preferência e insira a seguinte
linha logo abaixo de #!/bin/sh:
[1] Comentário enviado por adaoraul em 07/04/2005 - 12:57h
Correção:: Quando criei esta dica existia o host para baixar os arquivos, agora me parece que somente poderam ser baixados por torrent acessem www.mercury.to para mais informações...
[5] Comentário enviado por cleto em 11/05/2005 - 11:30h
Segui o procedimento de instalação que você colocou no seu artigo(muito bom aliás!)
Quando executo o Mercury como root ele abre o "frame" informando que o Mercury está
executando e não vai adiante.
Quando executo o Mercury como usuário comum, ele infoma um erro no "startup"
Esotu usando o Debian WOODY.
Um abraço.
Cleto.
[7] Comentário enviado por fabianovieiraa em 18/04/2006 - 23:13h
Olá pessoal alguem pode me ajudar? pois não estou conseguindo instalar o Mercury no Fedora 5 !!!
Na hora de executar ta dando o seguinte erro
[root@fabiano mercury]# ./1709_Linux_VM.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.3202/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
[10] Comentário enviado por lrafagnin em 31/05/2007 - 10:19h
para o problema da "error while loading shared libraries: libdl.so.2"
comente as linhas "export LD_ASSUME_KERNEL" do lancador
por algum motivo as bibliotecas se perdem quando esta variavel for setada
para resolver o problema do compiz ou beryl com o java, que nao exibe as telas, adicione a seguinte linha no inicio do arquivo
"export AWT_TOOLKIT=MToolkit"