POCO installed on CentOS7?
View official website description: Modern, powerful open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
Download address
Strong It is recommended that the only download address is the official website. Don't save money on some domestic sites. The address is: (Unfortunately, this disabled website posted a blog, not to publish the address. The official can only search for it.)
Installation process
There are many installation examples on the Internet, but I am According to those methods implemented in CentOS7, there is always a problem. So play your own spirit of exploration, finally follow the steps below to get it, record it for yourself and friends reference
Step 1: Install MySQL and ODBC
# yum -y install unixODBC# yum -y install unixODBC-devel# yum -y install mysql# yum -y install mysql-devel If you do not install, you need to declare ignore when installing POCO. The specific steps to see later. Step 2: Install POCO# gunzip poco-XYtar.gz# tar -xf poco-XYtar# cd poco-XY# ./configure# gmake -s In the above steps, you have assumed that the first step is to install MySQL. And ODBC, if the user does not install, you need to declare this step in the ./configure specified directory. Parameter explanation: --omit exclude (not compiled), --prefix installation path, command sample (prefix part can not be written):# ./configure --omit=Data/ODBC,Data/SQLite -- Prefix=/usr --static --shared If there is no --static --shared The default is shared Do not compile static library Attach a piece of experience from the network: If you use static library under x64 system, remember to add -fPIC, Dynamic library does not need . ./configure --omit=Data/ODBC, Data/SQLite --prefix=/usr --cflags=-fPIC --static above, do not forget the last command:# gmake -s Install At this point, the installation of POCO on CentOS7 ended successfully.
After reinstalling Win7, I have never tried to install Linux again, occasionally playing, an
Keepalived is a high-availability WEB service based on VRRP protocol, which can be used to avoid sin
linux system - file sharing a file sharing premise 1 windows and linux ping pass test methods as fol
caused by Linux clone virtual machine The virtual machine Vmware cloned a Red Hat Enterpris
Usage Guide for Extracting Text Using the Cut Command in Linux
CentOS open port 80, 8080 or open a port
Unix/Linux Software Installation
Detailed Linux-command information
Linux practical skills: use ntfs-3g mount ntfs equipment
Static library generation and use under Linux
Linux command after the run -nohup
Linux file name look which, whereis, locate
How to open hibernate option win8
How to disable the display function in the WinXP system control panel
Windows8 system shutdown automatically deletes the history of the magnetic record
Win10 forced automatic update (home version) Keng N card user
Freely diagnose system memory with official tools
Ssid broadcast what ssid means
How to disable Windows Defender under Win10 system
How to view the patch update record in Win8 computer
Windows XP/2003 System Services Backup and Protection
Win10 download store application error 0x800704CF how to deal with?