ISTech Support Forum
http://www.istechforum.com/YaBB.pl
Windows & Network Issues >> General Windows & Network Issues >> Ubuntu 16.04.2 PSQL Intallation
http://www.istechforum.com/YaBB.pl?num=1494691057

Message started by Kelloggs on 05/13/17 at 08:57:37

Title: Ubuntu 16.04.2 PSQL Intallation
Post by Kelloggs on 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.

:P

Kelloggs



Title: Re: Ubuntu 16.04.2 PSQL Intallation
Post by Kelloggs on 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

8-)

Kelloggs

ISTech Support Forum » Powered by YaBB 2.1!
YaBB © 2000-2005. All Rights Reserved.