cancel
Showing results for 
Search instead for 
Did you mean: 

Postgresql c++ connector

NPal.2
Senior

Hi,

I have installated postgresql on STM32MP1.

I would like to install libpqxx , a C++ based postgresql connector. How can i do that?

FYI: apt-cache search returns empty.

1 ACCEPTED SOLUTION

Accepted Solutions
Jean-Marc B
ST Employee

Hi @NPal.2​ 

I am sorry for the delay but it is summer holidays time in France.

I just added the package libpqxx 6.4.7 into the OpenSTLinux 3.0 distribution available from our internet repository (component «updates»).

You only need to type the following two commands:

~# apt-get update
~# apt-get install libpqxx

Could you check if it fits your needs please?

Best regards,

--JM

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

View solution in original post

2 REPLIES 2
Jean-Marc B
ST Employee

Hi @NPal.2​ 

I am sorry for the delay but it is summer holidays time in France.

I just added the package libpqxx 6.4.7 into the OpenSTLinux 3.0 distribution available from our internet repository (component «updates»).

You only need to type the following two commands:

~# apt-get update
~# apt-get install libpqxx

Could you check if it fits your needs please?

Best regards,

--JM

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

Hi @Jean-Marc B​ : THank you so much for the support. Let me check it quickly.