File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ To see line numbers in backtraces, declare these environment variables
74
74
75
75
### Linux and other Unixes
76
76
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.
81
82
82
83
### Mac OS X
83
84
You can’t perform that action at this time.
0 commit comments