BleepingComputer.com: Avant Window Navigator

Jump to content

  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Avant Window Navigator

#1 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 01 September 2007 - 10:16 PM

Following this tutorial: http://awn.wetpaint.com/page/UbuntuFeistyHowTo?t=anon

Follow it, and get to step four, but when I enter "./autogen.sh" I get:

Quote

checking for headers required to compile python extensions... not found
configure: error: could not find Python headers


Can anyone help?

#2 User is offline   RandomUser 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 518
  • Joined: 30-October 05
  • Gender:Male

  Posted 02 September 2007 - 02:41 AM

What Distro are you using?

Are you familiar with apt-get or yum?

This mey just be an issue of downloading Python Meta Files or there may be something more substantial happening.

#3 User is offline   Joedude 

  • Forum Regular
  • PipPipPip
  • Find Topics
  • Group: Members
  • Posts: 337
  • Joined: 02-June 06
  • Gender:Male
  • Location:Sutton Coldfield, West Midlands, England

Posted 02 September 2007 - 06:11 AM

If that's a debian based distro, you need to get the build essentials and that will sort out the headers problem.

apt-get install build-essential


This will work for debian or any debian based distro
* Collax
* Damn Small Linux
* Debian JP
* Embedded Debian,
* Euronode,
* Floppix,
* Gibraltar
* GNUstep LIVE CD,
* Kanotix,
* KNOPPIX,
* Linspire,
* Linex
* MEPIS,
* M.N.I.S. OCERA,
* Morphix
* RAYS LX
* Stonegate
* Ubuntu
* Xandros

This post has been edited by Joedude: 02 September 2007 - 06:23 AM

If someone tells you to su rm -rf /
DON'T DO IT!!!!
Be in the know, Bash smart!

#4 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 02 September 2007 - 04:50 PM

I'm using Ubuntu, but when I do what the above poster said, it says

Quote

E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?


I'm using the only account I know of (is it like MEPIS where you have a seperate "root" account, and if so how do I know the password?).

EDIT: I used sudo and ran it again:

Quote

~$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

This post has been edited by Vance K: 02 September 2007 - 04:59 PM


#5 User is offline   BlackSpyder 

  • Bleeping Big Rig
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,366
  • Joined: 23-January 06
  • Gender:Male
  • Location:Huddleston, VA USA (Home Sweet Home)

Posted 02 September 2007 - 05:45 PM

Ubuntu Fiesty has no Root. in order to do any Root functions through the command line you must use "sudo". also you get that message if you have Synapic open
Posted Image




#6 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 02 September 2007 - 06:23 PM

View PostBlackSpyder, on Sep 2 2007, 06:45 PM, said:

Ubuntu Fiesty has no Root. in order to do any Root functions through the command line you must use "sudo". also you get that message if you have Synapic open

As mentioned, I used "sudo" and it said they were already the most recent versions.

#7 User is offline   arcman 

  • Distinguished Member
  • PipPipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 706
  • Joined: 08-December 06
  • Location:Michigan

Posted 02 September 2007 - 06:52 PM

Did Step 2 complete successfully?

This post has been edited by arcman: 02 September 2007 - 06:52 PM

Posted Image

#8 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 02 September 2007 - 07:27 PM

Everything works up to the step mentioned in the tutorial. I've done it again, and it told me I had them all already.

#9 User is offline   RandomUser 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 518
  • Joined: 30-October 05
  • Gender:Male

  Posted 03 September 2007 - 01:31 AM

I recently ran into a similar problem installing the Kiba Dock.

You may have to "sudo" with the context of the user you are logged in as. Forgive me but I've only run into that once so hopefully someone reading this thread will know how to do that, otherwise you may want to search the web.



let know what happens

#10 User is offline   BlackSpyder 

  • Bleeping Big Rig
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,366
  • Joined: 23-January 06
  • Gender:Male
  • Location:Huddleston, VA USA (Home Sweet Home)

Posted 03 September 2007 - 02:19 AM

beat your brains out enough yet?? LOL (I sure am trying to figure it out)

 sudo apt-get install python2.5-dev
-the missing package

which leaves you with this lovely message after using the "make" command
No such file or directory: '/usr/share/pygtk/2.0/defs/gconf.defs'


give me a few more minutes and I might get it working (LOL) (yes it is driving me insane)
Posted Image




#11 User is offline   BlackSpyder 

  • Bleeping Big Rig
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,366
  • Joined: 23-January 06
  • Gender:Male
  • Location:Huddleston, VA USA (Home Sweet Home)

Posted 03 September 2007 - 02:32 AM

Well I got it working
there were 3 more missing packages

 sudo apt-get install python-gnome2-dev python-gnome2-desktop-dev python-gnome2-extras-dev


should fix you up.
Posted Image




#12 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 03 September 2007 - 02:42 AM

After running "sudo apt-get install python-gnome2-dev python-gnome2-desktop-dev python-gnome2-extras-dev" through the terminal, do I need to do something else before going to try the "./autogen.sh"? If not, then there's still a problem, if so, what?

#13 User is offline   BlackSpyder 

  • Bleeping Big Rig
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,366
  • Joined: 23-January 06
  • Gender:Male
  • Location:Huddleston, VA USA (Home Sweet Home)

Posted 03 September 2007 - 03:05 AM

lets try this:

open Synaptic and do a search for python list all the python packages you have installed currently here in the forums because thats what your missing is a python package.

This post has been edited by BlackSpyder: 03 September 2007 - 03:06 AM

Posted Image




#14 User is offline   Vance K 

  • New Member
  • Pip
  • Find Topics
  • Group: Members
  • Posts: 14
  • Joined: 24-August 07

Posted 03 September 2007 - 09:55 AM

The only thing Synaptic lists is "Python (v2.5)".

#15 User is offline   cybormoron 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 125
  • Joined: 27-October 04
  • Gender:Male
  • Location:ann arbor, michigan. USA

Posted 03 September 2007 - 02:26 PM

just guessing here...maybe the linux-headers (sometimes called kernel-headers) that match your kernel?

i always get an error when i try a sh install script without the headers installed.

Posted Image
I can no longer sit back and allow Microsoft infiltration, Microsoft indoctrination, Microsoft subversion, and the international Microsoft conspiracy to sap and impurify all of our precious open source GNU/Linux operating systems. General Jack D. Ripper.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users