Welcome, Guest
Username: Password: Remember me
Components and Libraries for Database Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

ZeosLib - dynamic libraries can be found or is not loadable: libpq.so 7 years 6 months ago #10035

  • Alexandre Ferreira
  • Alexandre Ferreira's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Hi guys,

I have a problem here when i put in try connect on my postgres database 9.4.

And I follow this steps TZConnection Component in the Typhon64 v5.8 on Ubuntu 16.04 :

AutoCommit - true
Database - summy
HostName - localhost
Name - dbsummy
Password - mypassword
Protocol - postgresql-9
TransactionIsolation - tiReadCommitted
User - postgres

So, when i set Connect = True i have a error:

"None of the dynamic libraries can be found or is not loadable: libpq.so !
Use TZConnection.LibraryLocation if the location is invalid."

Can you help me?

Please Log in or Create an account to join the conversation.

ZeosLib - dynamic libraries can be found or is not loadable: libpq.so 7 years 6 months ago #10036

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
libpq.so is part of Ubuntu PostgreSQL Package libpq-dev info
Try to install PostgreSQL library,
in a terminal:
sudo apt-get install libpq-dev

have fun...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

ZeosLib - dynamic libraries can be found or is not loadable: libpq.so 7 years 6 months ago #10051

  • Alexandre Ferreira
  • Alexandre Ferreira's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0

Sternas Stefanos wrote: Thanks Sir
libpq.so is part of Ubuntu PostgreSQL Package libpq-dev info
Try to install PostgreSQL library,
in a terminal:

sudo apt-get install libpq-dev

have fun...


I'm happy to your precious support Sir. Sternas!

Now I have CT running back in the rails again.

I ran "sudo apt-get install libpq-dev" and the problem was solved.

Just thanks so much.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1