Created
May 24, 2019 16:58
-
-
Save jfollmann/bc551da393e7a377b99ac088f1d8bae8 to your computer and use it in GitHub Desktop.
Instalação SmartClient - Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download do SmartClient: | |
https://suporte.totvs.com/portal/p/10098/download#all/all/all/search/smartclient | |
* Baixar versão: SMARTCLIENT VERSÃO 12 LINUX BUILD 13.2.3.38 | |
Executar os seguintes passos (terminal): | |
mkdir /totvs | |
chmod 777 /totvs | |
cd /totvs | |
tar xfvz smartclient.tar.z | |
dpkg --add-architecture i386 | |
apt-get update | |
apt-get install gcc-multilib | |
apt-get install ia32-libs | |
apt-get install libglib2.0-0:i386 | |
sudo apt-get install libxmu6:i386 | |
sudo apt-get install libxrender1:i386 | |
ldd ./smartclient | |
#) ld ./smartclient: Comando para validar as bibliotecas marcadas como notfound. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hehe... thank you