Stephen Harmon wrote:

> Hi Jason.  Thanks for responding.  I compiled Mysql from source using
> the following configure options:
>
> |/./configure --with-openssl --with-isam --prefix=/usr/local/mysql/
>
> I did a "locate mysql.h" on my server and found it in the following
> location:
> |
> //usr/local/mysql/include/mysql/mysql.h/
>
> If I am not mistaken, it looks like the "devel" libraries are
> installed.  Is it looking for it in a different location?


Well, if you installed MySQL by hand, then yeah..  :)  So, based on
that, I'd say you probably need to add /usr/local/mysql/include/mysql to
the paths checked for when compiling.  You can do this by adding
-I/usr/local/mysql/include/mysql to conf-cc I believe.

> Thanks,
>
> Stephen



-- 
---------------------------
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---------------------------
"Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming."

Reply via email to