LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-08-2011, 09:12 AM   #16
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007

Quote:
Originally Posted by naren123.k View Post
i am getting following things unable to directly install

[root@localhost NS]# rpm -i gtkglext-1.2.0-4.fc6.src.rpm
warning: gtkglext-1.2.0-4.fc6.src.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
[root@localhost NS]#
I thought you told me you were using Fedora 7? And that is a source RPM; Do you even know what that is? You are killing me here....
 
Old 03-08-2011, 09:14 AM   #17
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Code:
export PKG_CONFIG_PATH=/some/path/somewhere
 
1 members found this post helpful.
Old 03-09-2011, 01:40 AM   #18
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
sorry i am new to fedora too...
i don't know what that is!!!
 
1 members found this post helpful.
Old 03-09-2011, 03:40 AM   #19
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Your duplicate thread :
http://www.linuxquestions.org/questi...iles-867380/#6
The gtkglext package names for Fedora 14 : gtkglext-libs, gtkglext-devel

Fedora 7 : gtkglext, gtkglext-devel
http://download.fedora.redhat.com/pu...386/os/Fedora/

gtkglext-1.2.0-4.fc6.i386.rpm,
gtkglext-devel-1.2.0-4.fc6.i386.rpm

..

Last edited by knudfl; 03-09-2011 at 03:49 AM.
 
1 members found this post helpful.
Old 03-09-2011, 04:01 AM   #20
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Setting up Fedora 7, to use yum with the old archive :

Repace the text in /etc/yum.repos.d/fedora.repo with the following
Code:
[fedora]
name=Fedora
baseurl=http://download.fedora.redhat.com/pub/archive/fedora/linux/releases/7/Everything/i386/os/

[updates]
name=Fedora-update
baseurl=http://download.fedora.redhat.com/pub/archive/fedora/linux/updates/7/i386/
 
1 members found this post helpful.
Old 03-10-2011, 02:38 AM   #21
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
I have downloaded gtkglext-devel from the above link, but when i given apply to install it i am getting following http://www.linuxquestions.org/questi...1&d=1299746216
http://www.linuxquestions.org/questi...1&d=1299746234
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	17
Size:	240.9 KB
ID:	6363   Click image for larger version

Name:	Screenshot-1.png
Views:	19
Size:	236.7 KB
ID:	6364  
 
1 members found this post helpful.
Old 03-10-2011, 02:41 AM   #22
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Did you even look at the details of the error you got?
 
Old 03-10-2011, 02:47 AM   #23
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
Yes it was blank
 
1 members found this post helpful.
Old 03-10-2011, 02:52 AM   #24
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You need to install from the command line using the rpm command, like so:
Code:
rpm -Ivh
 
Old 03-10-2011, 02:57 AM   #25
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
This was the result

[root@localhost NS]# rpm -ivh gtkglext-devel-1.2.0-4.fc6.i386.rpm
warning: gtkglext-devel-1.2.0-4.fc6.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
gtkglext = 1.2.0 is needed by gtkglext-devel-1.2.0-4.fc6.i386
libgdkglext-x11-1.0.so.0 is needed by gtkglext-devel-1.2.0-4.fc6.i386
libgtkglext-x11-1.0.so.0 is needed by gtkglext-devel-1.2.0-4.fc6.i386
[root@localhost NS]#
 
1 members found this post helpful.
Old 03-10-2011, 02:58 AM   #26
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
So then follow the dependencies man. I'm not here to do everything for you. I thought you would get a tad bit smarter and follow your instincts...
 
Old 03-10-2011, 03:14 AM   #27
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
ooops.. sorry actually i downloaded only second link #19 and after your reply i found what i left.

well thank you very much its solved, but found new problem during make of iNSpect package...
 
1 members found this post helpful.
Old 03-10-2011, 03:16 AM   #28
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
So you got it working?
 
Old 03-10-2011, 03:26 AM   #29
naren123.k
Member
 
Registered: Jan 2011
Posts: 85

Original Poster
Rep: Reputation: 17
yes... well one problem i got during make is related to #include files can i continue here?
 
1 members found this post helpful.
Old 03-10-2011, 03:29 AM   #30
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Start a new thread please, and I will gladly assist.

And if you give me rep, I will give you rep for holding out as long as you did
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Set environment variable prabuinet Linux - Newbie 2 12-07-2008 12:44 AM
can't set environment variable baosheng Linux - Software 3 04-03-2007 01:53 AM
How to set an environment variable royeo Linux - Newbie 1 12-01-2006 12:59 AM
How to set a value of environment variable? ukrainet Linux - Newbie 1 12-28-2004 04:33 AM
how do you set the environment variable CC? mr.moto Linux - General 0 12-17-2001 09:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration