Welcome, Guest. Please Login.
03/28/24 at 14:24:10
News:
Home Help Search Login


Pages: 1
Send Topic Print
Ubuntu 16.04.2 PSQL Intallation (Read 1205 times)
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 785
Gender: male
Ubuntu 16.04.2 PSQL Intallation
05/13/17 at 08:57:37
 
My original post was on "PSQL General Issues", but It does not show on the general page
 
I tried serveral times to install psql  V10 64 on a ubuntu 64, I couldn't figure out how to make it work. and the pervasive forum didn't help.
 
Anyways, I have it working now but with psql V10 32 and ubuntu 64, works well and very fast data access
I used https://evoerp.com/wiki/index.php?title=Running_PSQL_on_Linux as a reference
 
but the trick to make it work is to do this :
 
apt-get install build-essential
apt-get install unixodbc
 
//Check for missing libs/errors
./preinstall.sh
 
//Fix Error
apt-get install libstdc++6:i386  
apt-get install libuuid1:i386  
 
//Install
./postinstall.sh
 
wohhooo works now.
 
 Tongue
 
Kelloggs
 
 
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Kelloggs
Active Member
*****


Do crazy people know
they are crazy?

Posts: 785
Gender: male
Re: Ubuntu 16.04.2 PSQL Intallation
Reply #1 - 05/13/17 at 09:35:45
 
Now, if you are wondering why bother,  
beside the cost, the amount of resources save by this is quite amazing
 
my Ubuntu server 64 is running pervasive server and Microsoft SQL Server 2017 for linux. It runs as a headless virtual machine on VM Virtual box
it is using according to my task manager :  
 
VBoxHeadless.exe","1700","Console","1","80,388 K"
"VBoxSVC.exe","1104","Console","1","10,276 K"
 
Pervasive on my windows 7 machine is using
 
"w3sqlmgr.exe","3144","Services","0","6,352 K"
"ntdbsmgr.exe","1680","Services","0","149,340 K"
 
auchh
 
 Cool
 
Kelloggs
Back to top
 
 

Evo ERP - 35 Users
Dumped MS Access like a hot potato (VB.Net rules!!!)
Email WWW   IP Logged
Pages: 1
Send Topic Print