PDA

View Full Version : MySQL development files installed?


streamservice
04-19-2006, 11:35 AM
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.

jlasman
04-19-2006, 07:30 PM
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.

Eric
04-21-2006, 09:58 AM
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>