-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problema na Execução #53
Comments
Bom dia, Você precisa adicionar o diretório das bibliotecas do wxWidgets nas suas variáveis de ambiente. Método I
cd /usr/local/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
./PSP-UFU
Método IIOu, de forma mais permanente, insira o comando no arquivo ~/.bashrc: echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc
|
Bom dia, qual a sua versão do Ubuntu? |
Bom dia,
Estou usando o Kali Linux 2020.1.
Em qui, 12 de mar de 2020 11:23, Thales Lima Oliveira <
[email protected]> escreveu:
… Bom dia, qual a sua versão do Ubuntu?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEDCWFXUUUSFQKMKJGC32TRHDV4HANCNFSM4K4F5DSQ>
.
|
Eu tô tendo o mesmo problema. Tentei rodar no ubuntu 20.04 LTS |
Seria interessante ter uma imagem no docker dele. Pena que não sei fazer |
Bom dia,
Tive problemas na execução do software, conforme descrito a seguir:
root@kali:/usr/local/bin# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
root@kali:/usr/local/bin# ./PSP-UFU
./PSP-UFU: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Alguém pode me ajudar?
The text was updated successfully, but these errors were encountered: