Skip to content

Tag: poco-libraries

Building Poco with Custom OpenSSL

I need to build Poco using the OpenSSL that I built from source, rather than the one installed by Ubuntu’s apt. Let’s say my OpenSSL root is in /opt/openssl/1.0.2. Do I need to set environment variables, or pass parameters to the configure or make steps? I’m not finding any info in the docs,…

Poco C++ Libraries: “Not found: mysql”

I am using poco-1.7.7 with MySQL. I am building with g++ on Ubuntu. Building, linking and running works fine. However, when a Data Session is created, an exception “Not found: mysql” is thrown: The mysql client is installed and is part of $PATH. Additional information: I am running Ubuntu using Do…