ttower has asked for the wisdom of the Perl Monks concerning the following question:

On compiling packages I get the error often that EXPORT.h doesn't exist My Mandriva installs Perl 5.8.8 but its not there and its list of installed files shows it is not installed i386-linux/CORE/EXTERN.h is what should be there I presume Where can I get it please CPan searches give me its occurences in files which is not what I need , I need the file and wonder why it has been removed?

Replies are listed 'Best First'.
Re: EXPORT.h Help Needed
by shmem (Chancellor) on Dec 02, 2007 at 23:41 UTC
    Look for Mandrivas perl-devel (or devel-perl or such) package. I guess it's in there (it's there with Fedora 7).

    BTW, It's EXTERN.h, not EXPORT.h ;-)

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
      Ty Tower Yes Thanks It is EXTERN.h and it should be in the Mandriva 2007 release but it is not . I suspect there are a few other files missing too on the installation disk I d/l a new tar ball and installed it over the top . Now works fine Cheers
Re: EXPORT.h Help Needed
by moritz (Cardinal) on Dec 02, 2007 at 23:05 UTC
    I can't find an EXPORT.h file in any of my perl installations, and it's not part of bleadperl either.

    Maybe you could tell us exactly what you did (compile which package; what's the whole error message)?