Home > Archive > PERL Beginners > October 2006 > Imlib2 Module install failure problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Imlib2 Module install failure problem
|
|
| Raphael Brunner 2006-10-03, 6:58 pm |
| Dear Users
I work on debian testing with perl 5.8.8. If I try to install the module
Image::Imlib2 to install (perl -MCPAN -e shell / install Image::Imlib2)
then after a few downloads, I see this error-message:
-- snip --
Warning: this distribution contains XS files, but Module::Build is not
configured with C_support at
/usr/local/share/perl/5.8.8/Module/Build/Base.pm line 1128.
Checking prerequisites...
Looks good
Creating new 'Build' script for 'Image-Imlib2' version '1.12'
CPAN: YAML loaded ok
/usr/bin/perl Build --makefile_env_macros 1
lib/Image/Imlib2.pm -> blib/lib/Image/Imlib2.pm
lib/Image/Imlib2.xs -> lib/Image/Imlib2.c
/usr/bin/perl -I/usr/lib/perl/5.8 -I/usr/share/perl/5.8
/usr/share/perl/5.8/ExtUtils/xsubpp -noprototypes -typemap
/usr/share/perl/5.8/ExtUtils/typemap lib/Image/Imlib2.xs
Module::Build is not configured with C_support at
/usr/local/share/perl/5.8.8/Module/Build/Base.pm line 3734.
make: *** [all] Fehler 2
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Failed during this command:
LBROCARD/Image-Imlib2-1.12.tar.gz : make NO
-------------
Does anyone have any idea, what the problem could be? And how to solve
this? Thanks a lot for all help and ideas...
Greetings Raphael
| |
| Zentara 2006-10-04, 7:58 am |
| On Tue, 3 Oct 2006 16:10:13 +0200, lilo-@gmx.ch (Raphael Brunner) wrote:
>Dear Users
>
>I work on debian testing with perl 5.8.8. If I try to install the module
>Image::Imlib2 to install (perl -MCPAN -e shell / install Image::Imlib2)
>then after a few downloads, I see this error-message:
>
>-- snip --
>
>Warning: this distribution contains XS files, but Module::Build is not
>configured with C_support at
>/usr/local/share/perl/5.8.8/Module/Build/Base.pm line 1128.
>Checking prerequisites...
>Looks good
I hit this before. You need to reinstall Module::Build and build
it with C_support, so it can build xs files. IIRC it will prompt you
for a y/n as you build it.
>make: *** [all] Fehler 2
> /usr/bin/make -- NOT OK
> Running make test
> Can't test without successful make
> Running make install
> make had returned bad status, install seems impossible
> Failed during this command:
> LBROCARD/Image-Imlib2-1.12.tar.gz : make NO
>
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
| Raphael Brunner 2006-10-05, 7:57 am |
| Thanks for your tip, but how can i reinstall this module? in the
perl-shell show the command "help" only install etc, but nothing to
reinstall. And if I choose install, then it says: it is always on the
newest version...
Sorry this question. :-(
Thanks a lot!
Raphael
On Wed, Oct 04, 2006 at 07:43:39AM -0400, zentara wrote:
> On Tue, 3 Oct 2006 16:10:13 +0200, lilo-@gmx.ch (Raphael Brunner) wrote:
>
>
> I hit this before. You need to reinstall Module::Build and build
> it with C_support, so it can build xs files. IIRC it will prompt you
> for a y/n as you build it.
>
>
>
> --
> I'm not really a human, but I play one on earth.
> http://zentara.net/japh.html
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
| |
| Zentara 2006-10-05, 7:57 am |
| On Thu, 5 Oct 2006 12:26:45 +0200, lilo-@gmx.ch (Raphael Brunner) wrote:
>Thanks for your tip, but how can i reinstall this module? in the
>perl-shell show the command "help" only install etc, but nothing to
>reinstall. And if I choose install, then it says: it is always on the
>newest version...
>
>Sorry this question. :-(
>
>Thanks a lot!
>Raphael
Go to cpan and download it, and build it yourself.
http://search.cpan.org/search?query...ABuild&mode=all
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
| Igor Sutton 2006-10-05, 7:57 am |
| 2006/10/5, Raphael Brunner <lilo-@gmx.ch>:
>
> Thanks for your tip, but how can i reinstall this module? in the
> perl-shell show the command "help" only install etc, but nothing to
> reinstall. And if I choose install, then it says: it is always on the
> newest version...
>
Open your CPAN shell, then execute the command look "look Image::Imlib2".
Then 'perl Makefile.PL; make; make test; make install'.
--
Igor Sutton Lopes <igor.sutton@gmail.com>
|
|
|
|
|