MySQL Forums
Forum List  »  Perl

Re: Installing DBD:mysql - ulong needs define/typedef
Posted by: Pointlander
Date: January 18, 2007 12:50PM

Add the following to the cflags:
-D'ulong=unsigned long'

The generate Makefile command should look like:
perl Makefile.PL ... --cflags="... -D'ulong=unsigned long'" ...

This will take care of defining ulong.

Options: ReplyQuote


Subject
Written By
Posted
Re: Installing DBD:mysql - ulong needs define/typedef
January 18, 2007 12:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.