At 12:33 PM 10/22/2003 -0400, Rudy Lippan wrote:
>On Wed, 22 Oct 2003, John Day wrote:
>
>> Hi,
>>
>Hi.
>
>
>> In file included from mysql.xs:15:
>> dbdimp.h:31:49: mysql.h: No such file or directory
>> dbdimp.h:32:49: errmsg.h: No such file or directory
>
>
>It looks like DBD::mysql is not able to find mysql.h.
>
>
>Maybe DBD::mysql is unable to find / (find the correct) mysql_config and
>is therefore not able to locate the mysql header files.
>
>Try setting your path to include the mysql binary directory (for the mysql
>that you just installed) and then run 'perl Makefile.PL' and see if that
>helps.
>
>If that does not help could you send the output of 'perl Makefile.PL'.
>
>
>Rudy
Rudy ( and Jochen ),
Thanks for the responses. Yes, in the end it was a case of the libraries being missing in
action - well actually not findable! In the end I decided to make DBD::mysql manually,
using the info in the README file for Windows/CygWin and just changed the directory
names.
Presto it all worked.
It would seem to me that the default locations for things vary. If you install from the
RPM's it is one way, make from source it is different.
Now I am happy :)
John