2021-07-28 03:22 AM
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.
Solved! Go to Solution.
2021-08-10 12:53 AM
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'
2021-08-10 12:53 AM
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'
2021-08-10 01:28 AM
Hi @Jean-Marc B : THank you so much for the support. Let me check it quickly.