Re: Perl-MySql DBD Errors

2001-04-04 Thread B. van Ouwerkerk
>Msql-Mysql-modules-1.2215.tar. For the life of me I can't find the >mysql.h file that it keeps asking for? Any ideas where this is...is it >a bug with this version. Type find -name mysql.h I found mine (MySQL 3.23.36) in /usr/local/mysql/include Sometimes it helps to use a very basic method

RE: Perl-MySql DBD Errors

2001-04-04 Thread Ravi Raman
hi. don't know how much light this will shed on your situation, but mysql.h is in the include directory under the directory where you installed mysql. (i.e /opt/mysql/include or /usr/local/mysql/include) hth. hand. -ravi -Original Message- From: Eric Fegraus [mailto:[EMAIL PROTECTED]]

Re: Perl-MySql DBD Errors

2001-04-04 Thread Peter Skipworth
Eric, Download the source tarball for mysql from the website and reinstall using that - the necessary include files do not come with the redhat rpm. regads, P On Wed, 4 Apr 2001, Eric Fegraus wrote: > > Hello, > > I have redhat 7.0 with Mysql Ver 8.8 Distrib 3.23.22-beta. This was the > M