I take that back. the mysql.c looks to be the actuall source file. and the rest are example files. Now to find a copy of mysql.h...
Here is a copy of the make file
require 'mkmf'
MYSQLDIR = "/usr/local"
$CFLAGS = "-I#{MYSQLDIR}/include"
$LDFLAGS =...
I am begining to experiment learning the Ruby programming language. However! the mySQL library needs to be 'made' at a linux command prompt. Why? Isn't the mysql.o that it uses just an include file and not a binary? Is there any way to properly re-create this include file so I can use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.