[Devel] mysql.so module creation problem
Dan Pascu
dan at ag-projects.com
Wed Jan 3 18:38:00 CET 2007
On Wednesday 03 January 2007 18:10, Mike Williams wrote:
> When I first installed OpenSER, I had to remove the mysql\ part from
> each of the includes. So mysql\mysql.h -> mysql.h
Your distribution seems to have installed the files in non-standard
locations. However a simpler solution for you (than editing the openser
sources) would be to make a symbolic link for the mysql directory like
this:
cd /usr/include
ln -s . mysql
--
Dan
More information about the Devel
mailing list