Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: [OT] Problem installing Mozilla::Mechanize

by Gangabass (Vicar)
on Nov 13, 2007 at 09:09 UTC ( [id://650465]=note: print w/replies, xml ) Need Help??


in reply to Re: [OT] Problem installing Mozilla::Mechanize
in thread [OT] Problem installing Mozilla::Mechanize

Thanks! It worked now. But i can't make :-(

Here is my new error:

cc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I +. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict +-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFS +ET_BITS=64 -O2 -DVERSION=\"1.162\" -DXS_VERSION=\"1.162\" -o Glib.o + -fPIC "-I/usr/lib/perl/5.8/CORE" Glib.c /bin/sh: cc: command not found make: *** [Glib.o] Error 127

I realize what the problem is in the "cc" command but how i can find it for Debian? Please sorry for diverting you but i try to googling and find nothing :-(

Edit by castaway - replaced pre tags with code tags

Replies are listed 'Best First'.
Re^3: [OT] Problem installing Mozilla::Mechanize
by dwu (Monk) on Nov 13, 2007 at 09:23 UTC
    Install build-essential.

      Thanks!

      P.S. I love you guys! I love Perl, i love Larry, i love Perl community!

      My last (i hope) error with Debian:

      127:~/.cpan/build/Gtk2-MozEmbed-0.06# perl Makefile.PL Mozilla::DOM >= 0.01 not found. Package mozilla-gtkmozembed was not found in the pkg-config search pat +h. Perhaps you should add the directory containing `mozilla-gtkmozembed.p +c' to the PKG_CONFIG_PATH environment variable No package 'mozilla-gtkmozembed' found Package firefox-gtkmozembed was not found in the pkg-config search pat +h. Perhaps you should add the directory containing `firefox-gtkmozembed.p +c' to the PKG_CONFIG_PATH environment variable No package 'firefox-gtkmozembed' found Package mozilla-firefox-gtkmozembed was not found in the pkg-config se +arch path. Perhaps you should add the directory containing `mozilla-firefox-gtkmo +zembed.pc' to the PKG_CONFIG_PATH environment variable No package 'mozilla-firefox-gtkmozembed' found Package xulrunner-gtkmozembed was not found in the pkg-config search p +ath. Perhaps you should add the directory containing `xulrunner-gtkmozembed +.pc' to the PKG_CONFIG_PATH environment variable No package 'xulrunner-gtkmozembed' found *** can not find package for any of (mozilla-gtkmozembed >= 1.7, firef +ox-gtkmozembed >= 1.0, mozilla-firefox-gtkmozembed >= 1.0, xulrunner- +gtkmozembed >= 1.8) *** check that one of them is properly installed and available in PKG_ +CONFIG_PATH at Makefile.PL line 51

      I spent one hour trying to find how in Debian one of the following packaged named mozilla-gtkmozembed|firefox-gtkmozembed|mozilla-firefox-gtkmozembed|xulrunner-gtkmozembed. But ... i can't :-(

      What package do i need to install firefox-gtkmozembed?

      I try:

      # apt-get install firefox-devel # apt-get install firefox-dev # apt-get install firefox-gtkmozembed # apt-get install firefox-gtkmozembed-dev # apt-get install firefox-gtkmozembed-devel

      But nothing helps me...

        To amplify somebody else's advice: Perhaps you should add the directory containing `xulrunner-gtkmozembed.pc' means that xulrunner-gtkmozembed.pc isn't there. To find it, go to http://packages.debian.org, find the form at the bottom, fill in xulrunner-gtkmozembed.pc in keyword, pick the correct distribution, and hit search. Bingo, you know what package xulrunner-gtkmozembed.pc is in. Repeat the next time you seem to be missing a purticular file.

        To give new advice: Use <c> tags, not <pre> tags, on PM; they'll wrap long lines according to the user's preference, thus keeping the page from becomming horribly wide and difficult to read.

        I spent one hour trying to find how in Debian one of the following packaged named

        You're using the wrong tools:

        $ apt-cache search gtkmozembed libgecko2.0-cil - CLI binding for the GtkMozEmbed library, unstable ve +rsion libgtk-mozembed-ruby - ruby binding of GtkMozEmbed, gecko renderer libxul-common - Gecko engine library - common files libxul-dev - Development files for the Gecko engine library libxul0d - Gecko engine library libxul0d-dbg - Development files for the Gecko engine library

        My guess is that it's the libxul-dev package, but you have to try that out by yourself.

        Btw a usefull links is packges.debian.org, you can search for package contents there.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://650465]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found