|
Posted by Jim Keenan on November 23, 2004, 4:28 am
Please log in for more thread options
Alain wrote:
> Hi,
>
> I'm trying to install some module using the install command in CPAN.
I take it you mean the CPAN shell ... which is used to install modules
from CPAN.
> The module requires some external .h file
Which module? Modules uploaded to CPAN which require C-code usually
have that as part of their distribution. *You*, the user shouldn't have
to install anything separate from the distribution ... unless the
distribution itself is defective (which would probably be revealed by
test failures at testers.cpan.org) ... or unless you're using the shell
to install from someplace other than CPAN.
I have installed many modules from CPAN via the shell and manually ...
but have never had to separately install any C-header files. So I don't
understand why you have to do so in this instance. Can you elaborate?
Jim Keenan
|