Skip to content

Commit

Permalink
Add a fix on Ubuntu 20.04 for mysql_config not found error (apache#19184
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kibablu authored Oct 25, 2021
1 parent acfb7b5 commit a1cb20b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Linux (Debian Buster and Linux Mint Tricia):

sudo apt install build-essential python3-dev libsqlite3-dev openssl \
sqlite default-libmysqlclient-dev libmysqlclient-dev postgresql

On Ubuntu 20.04 you may get an error of mariadb_config not found
and mysql_config not found.

Install MariaDB development headers:
sudo apt-get install libmariadb-dev libmariadbclient-dev

MacOS (Mojave/Catalina):

Expand Down

0 comments on commit a1cb20b

Please sign in to comment.