Skip to content

Commit 4a20d58

Browse files
committed
Add default-libmysqlclient-dev to the likely packages list
Resolves #964
1 parent 857394c commit 4a20d58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ To see line numbers in backtraces, declare these environment variables
7474

7575
### Linux and other Unixes
7676

77-
You may need to install a package such as `libmysqlclient-dev` or `mysql-devel`;
78-
refer to your distribution's package guide to find the particular package.
79-
The most common issue we see is a user who has the library file `libmysqlclient.so` but is
80-
missing the header file `mysql.h` -- double check that you have the _-dev_ packages installed.
77+
You may need to install a package such as `libmysqlclient-dev`, `mysql-devel`,
78+
or `default-libmysqlclient-dev`; refer to your distribution's package guide to
79+
find the particular package. The most common issue we see is a user who has
80+
the library file `libmysqlclient.so` but is missing the header file `mysql.h`
81+
-- double check that you have the _-dev_ packages installed.
8182

8283
### Mac OS X
8384

0 commit comments

Comments
 (0)