Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13th June 2005, 11:14 PM
D@ Mick Offline
Registered User
 
Join Date: Dec 2003
Posts: 95
FC 4 gDesklets

Hi,

I just wanted to install gDesklets on FC 4 but I get an error during ./configure:

configure: error: Library requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python -2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variabele if your libraries are in a nonstandard prefix so pkg-config can find them

Any help would be welcome

thx
__________________
http://www.netronix.be
Reply With Quote
  #2  
Old 14th June 2005, 03:31 AM
skatyr Offline
Registered User
 
Join Date: Mar 2005
Location: Darmstadt/Germany
Age: 31
Posts: 23
Hi,
you need to download the pyorbit-devel package via yum. This worked for me.

Cheers
Reply With Quote
  #3  
Old 15th June 2005, 09:43 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
Same problem as D@ Mick, installing pyorbit-devel didn't help. I do have those 3 packages installed (pygtk, gnome-python and pyorbit). How do I tell gDesklets where they are?
Reply With Quote
  #4  
Old 17th June 2005, 07:03 AM
sfboarders's Avatar
sfboarders Offline
Registered User
 
Join Date: May 2005
Location: NorCal California USA
Posts: 148
I believe I followed everything but I am getting the following error after I do the following:

[root@localhost gdesklets]# ./configure

Quote:
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for more warnings... no
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.4/site-packages
checking /usr/include/python2.4/Python.h usability... no
checking /usr/include/python2.4/Python.h presence... no
checking for /usr/include/python2.4/Python.h... no
configure: error: Can't find Python.h! You will need the python development package
Any ideas what that means? Oh yea, i dunno if it means anything but I'm using an AMD 3200+ 64 bit processor.
__________________

Skate, Snow, and Surf - SFboarders - Bringing San Francisco Bay Area boarders together.
Reply With Quote
  #5  
Old 17th June 2005, 02:41 PM
skatyr Offline
Registered User
 
Join Date: Mar 2005
Location: Darmstadt/Germany
Age: 31
Posts: 23
Do a
Code:
yum install python-devel
and try again to configure. I think that the python developement package is no installede on your system.


skatyr
Reply With Quote
  #6  
Old 17th June 2005, 05:51 PM
sfboarders's Avatar
sfboarders Offline
Registered User
 
Join Date: May 2005
Location: NorCal California USA
Posts: 148
Quote:
Originally Posted by skatyr
Do a
Code:
yum install python-devel
and try again to configure. I think that the python developement package is no installede on your system.


skatyr
Thanks skatyr but I have another hold up. I installed all the packages in the links in this thread but I guess I'm missing more? Oh yea, I'm on a 64 bit version of FC4 if that matters any.

Quote:
checking /usr/include/python2.4/Python.h usability... yes
checking /usr/include/python2.4/Python.h presence... yes
checking for /usr/include/python2.4/Python.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0... Package pyorbit-2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pyorbit-2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pyorbit-2' found

configure: error: Library requirements (pygtk-2.0 >= 2.4.0 pyorbit-2 >= 2.0.1 gnome-python-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
[root@localhost gdesklets]#
__________________

Skate, Snow, and Surf - SFboarders - Bringing San Francisco Bay Area boarders together.
Reply With Quote
  #7  
Old 17th June 2005, 06:33 PM
skatyr Offline
Registered User
 
Join Date: Mar 2005
Location: Darmstadt/Germany
Age: 31
Posts: 23
ok,
as root do a
Code:
yum list py*
and makes sure you have following
packages installed


pygtk2
pygtk2-devel
pyorbit
pyorbit-devel
python
python-devel


I don't have the 64 version,but it should work there too.

skatyr
Reply With Quote
  #8  
Old 17th June 2005, 06:59 PM
sfboarders's Avatar
sfboarders Offline
Registered User
 
Join Date: May 2005
Location: NorCal California USA
Posts: 148
Thanks skatyr once again I needed to install "pyorbit-devel" I was able to get it to install. Now it's time for configuration.
__________________

Skate, Snow, and Surf - SFboarders - Bringing San Francisco Bay Area boarders together.
Reply With Quote
  #9  
Old 17th June 2005, 09:56 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
Ok someone give me a hint on how to configure this stuff. I mine works too as far as I know.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #10  
Old 17th June 2005, 10:07 PM
yanik Offline
Registered User
 
Join Date: Nov 2004
Posts: 148
I got all these package installed, but ./configure still gives me the same error message about the 3 unmet dependencies. Do I have to reboot? I can't reboot right now, is there something I could just restart so it sees that I do have those packages installed?

Thanx
Reply With Quote
  #11  
Old 18th June 2005, 11:35 PM
sfboarders's Avatar
sfboarders Offline
Registered User
 
Join Date: May 2005
Location: NorCal California USA
Posts: 148
What file do you choose when you install a package? Do you choose the .display file? I am getting an invalid error message.
__________________

Skate, Snow, and Surf - SFboarders - Bringing San Francisco Bay Area boarders together.
Reply With Quote
  #12  
Old 2nd July 2005, 05:45 PM
cparker Offline
Registered User
 
Join Date: Jul 2005
Posts: 1
Quote:
Originally Posted by skatyr
Hi,
you need to download the pyorbit-devel package via yum. This worked for me.

Cheers
This worked for me. Thanks!
Reply With Quote
Reply

Tags
gdesklets

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
gdesklets help please mndfck Using Fedora 7 13th December 2006 08:19 PM
need help with gdesklets! brandor Using Fedora 1 11th June 2005 04:06 PM
gDesklets Solo.Dev Using Fedora 2 14th April 2005 05:45 PM
FC3 and gDesklets monstrous Using Fedora 4 29th November 2004 12:55 AM
gdesklets help LackeyLad Using Fedora 3 17th November 2004 08:08 PM


Current GMT-time: 17:00 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat