This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSEVM572X: mariadb installation

Part Number: TMDSEVM572X

Hi,

I have an application which i'm building using cmake.When i run cmake it looks for few dependant libraries.Below are the details of it:

 Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1b") 
-- Found PCAP: /usr/lib/libpcap.so 
-- Could NOT find MARIADB (missing: MARIADB_LIBRARY MARIADB_INCLUDE_DIR)
-- Found SQLite3: /usr/lib/libsqlite3.so (found version "3.23.1")
-- Found Protobuf: /usr/lib/libprotobuf.so;-lpthread;-lpthread (found version "3.6.1")
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
-- Found FMT: /usr/lib/libfmt.so 
-- Boost version: 1.68.0
-- Found the following Boost libraries:
--   thread
--   system
--   filesystem
--   chrono
--   date_time
--   atomic
-- Found Perl: /usr/bin/perl (found version "5.24.4")

But the mariadb library is missing in the target platform .I also installed the mariadb libraries using the recipes-dbs provided by meta-openembedded. Only libmysqlclient.so is installed but i also need libmariadb.so.

  • Details of platform used:

Platform : TMDSEVM572X

SDK used : PROCESSOR-SDK-LINUX-RT-AM57X

I used the same steps as given in this link software-dl.ti.com/.../Overview_Building_the_SDK.html


Request you suggest the suitable solution at the earliest

Thanks in advance.