MySQL development files installed?

streamservice

Verified User
Joined
Dec 14, 2005
Messages
174
Location
The Netherlands
Hello,

Are the mysql development files installed? If yes could somebody tell me where they are located?

OS: debian 3.1 (net install)
DirectAdmin version: 1.26.6

Thank you in advance.
 
I moved the post to the Debian forum because it may be a Debian question.

DA doesn't install MySQL development files. If you have Debian install MySQL then that depends on your Debian installation.
 
aptitude search mysql to find the name of the name of the mysql dev files. (should be something like "libmysql...")
aptitude show <filename> to see whether it's installed or not.
To install it, aptitude install <filename>
 
Back
Top