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

13th June 2005, 11:14 PM
|
|
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
|

14th June 2005, 03:31 AM
|
|
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
|

15th June 2005, 09:43 PM
|
|
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?
|

17th June 2005, 07:03 AM
|
 |
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.
|

17th June 2005, 02:41 PM
|
|
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
|

17th June 2005, 05:51 PM
|
 |
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.
|

17th June 2005, 06:33 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: Darmstadt/Germany
Age: 31
Posts: 23

|
|
ok,
as root do a 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
|

17th June 2005, 06:59 PM
|
 |
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.
|

17th June 2005, 09:56 PM
|
|
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
|

17th June 2005, 10:07 PM
|
|
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
|

18th June 2005, 11:35 PM
|
 |
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.
|

2nd July 2005, 05:45 PM
|
|
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!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:00 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|