LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mysql.h file missing (https://www.linuxquestions.org/questions/linux-software-2/mysql-h-file-missing-44123/)

cyberswami 02-04-2003 07:51 PM

mysql.h file missing
 
I write C++ CGI scripts and therefore use the mysql.h file for compiling my scripts, i recently upgraded to Redhat 8.0 and now the mysql.h file seems to be missing, i tried locating it but to no avail, is there an alternative header file for compiling scripts that use mysql connectivity, or is my mysql installation incomplete, can i find the header file elsewhere?

rootboy 02-04-2003 09:44 PM

You can usually find what you need by going to www.google.com/linux and executing a search like this:

rpmfind mysql.h redhat 8.0

In which case it returns:

http://rpmfind.net/linux/RPM/redhat/...52-3.i386.html

as one of its hits. Just make sure that you grab the rpm file that is intended for your system.


John


All times are GMT -5. The time now is 06:14 AM.