Skip to content

Instantly share code, notes, and snippets.

@jfollmann
Created May 24, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jfollmann/bc551da393e7a377b99ac088f1d8bae8 to your computer and use it in GitHub Desktop.
Save jfollmann/bc551da393e7a377b99ac088f1d8bae8 to your computer and use it in GitHub Desktop.
Instalação SmartClient - Linux
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.
@strangeMerchant
Copy link

hehe... thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment