On Fri, Jan 26, 2001 at 02:28:37PM +0200, Evan James Dembskey wrote:
> 
> It appears as if I have installed MySQL successfuly (under CLOS 1.2).

CLOS ??

> However, everytime I try to
> 
> #include <mysql.h>   OR   #include "mysql.h"   OR   #include
> </usr/local/mysql/include/mysql.h>   ETC
> 
> I get a "No such file or directory" error. Okay - so what library do I
> include then?

It looks you're missing include files. What about checking the existence
of the files, by:

#> locate mysql.h   
#> ls -l /usr/local/mysql/include/mysql.h

etc.

Did you install just a precompiled version of MySQL? Sometimes there exist
separate packages for developpers including the header files and libraries.

-Remco

-- 
----------------------------------------------------------------------------
    Remco van den Berg                           Admin/SO/helpdesk DSE      
      ICQ: 47514668         [EMAIL PROTECTED]         http://www.dse.nl/       
----------------------------------------------------------------------------

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to