Date: Thu, 22 Aug 2002 04:20:43 -0500 From: GB Clark <gclarkii@vsservices.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: Problem with perl 5.8.0 port - FIXED Message-ID: <20020822042043.7fd9f933.gclarkii@vsservices.com> In-Reply-To: <20020822003953.463c6f96.gclarkii@vsservices.com> References: <20020822003953.463c6f96.gclarkii@vsservices.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 22 Aug 2002 00:39:53 -0500 GB Clark <gclarkii@vsservices.com> wrote: > Hello, > > I was just trying to compile the perl 5.8.0 port on a 4.5-STABLE system and ran into a > problem when I started to compile Digest::MD5. It errored out with no being able to > find 'dowarn'. The same EXACT port files works just fine on 4.6-RC system. > > Has anyone else ran into this before? > > I'm in the process of upgrading this system to 4.6-STABLE right now to see if this helps. > > thanks, > > GB Ok, Follow-up. I found the problem via google. There is a patchlevel.h in /usr/local/include (with 2 lines in it that say #define PATCHLEVEL 0) that is NOT the one that perl wants. If I remove -I/usr/local/include from the list for Digest::MD5 it works fine. I'm looking to see what installed that stupid header file...:) Thanks, GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020822042043.7fd9f933.gclarkii>