Skip to main content
Visitor II
July 28, 2021
Solved

Postgresql c++ connector

  • July 28, 2021
  • 1 reply
  • 936 views

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.

    This topic has been closed for replies.
    Best answer by Jean-Marc B

    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'

    1 reply

    ST Employee
    August 10, 2021

    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'

    NPal.2Author
    Visitor II
    August 10, 2021

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