LinuxQuestions.org
Help answer threads with 0 replies.
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 04-27-2009, 01:57 AM   #1
shivarajM
LQ Newbie
 
Registered: Apr 2009
Posts: 22

Rep: Reputation: 15
how to install source files in linux....?


Hi,
I downloaded Zenity source files from softopedia, i dont know how to install that Please help me, i am using Red Hat.



Thank you...
 
Old 04-27-2009, 04:32 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
You should probably try installing Zenity using your package manager. It would be something like
Code:
yum install zenity
If you really need to install Zenity from source, it would be something like
Code:
./configure --prefix=usr --localstatedir=/var/lib
make
su -c 'make install'
 
Old 04-27-2009, 09:26 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
shivarajM;

I looked thru your posting history and it seems that all of your 4 threads are related....Please keep related topics together in one thread.

For example, you question about making a "front end" for a script does no make sense unless one reads your previous posts.
 
Old 04-27-2009, 10:49 AM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Unpack the source (probably with command tar xvzf filename.tar.gz), then read the README and INSTALL files.
 
Old 04-28-2009, 01:03 AM   #5
shivarajM
LQ Newbie
 
Registered: Apr 2009
Posts: 22

Original Poster
Rep: Reputation: 15
Arrow Getting Error

Quote:
Originally Posted by weibullguy View Post
You should probably try installing Zenity using your package manager. It would be something like
Code:
yum install zenity
If you really need to install Zenity from source, it would be something like
Code:
./configure --prefix=usr --localstatedir=/var/lib
make
su -c 'make install'

I am geting the error message while instaling Zenity....

configure: error: gnome-doc-utils >= 0.3.2 not found

Help me........
 
Old 04-28-2009, 01:36 AM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
What distro, version, and arch are you running?

Post back the results of yum repolist.
 
Old 04-28-2009, 01:36 AM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
If you use your package manager, it will install the dependencies you need.

The error message says that you need to install gnome-doc-utils. Also install the gnome-doc-utils-devel package if it exists.
 
Old 05-11-2009, 01:03 AM   #8
shivarajM
LQ Newbie
 
Registered: Apr 2009
Posts: 22

Original Poster
Rep: Reputation: 15
Arrow

Quote:
Originally Posted by jschiwal View Post
If you use your package manager, it will install the dependencies you need.

The error message says that you need to install gnome-doc-utils. Also install the gnome-doc-utils-devel package if it exists.

when i tried to install zenity using yum in Fedora....
yum install zenity

I got following error....


[root@localhost ~]# yum install zenity
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...ra-7&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot open/read repomd.xml file for repository: fedora
 
Old 05-11-2009, 01:09 AM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
That sounds like you need to configure your network. It couldn't find the IP address for mirrors.fedoraproject.org. Check your /etc/resolve.conf file. Does it contain your ISP's DNS servers? Is your default gateway entry correct? Enter "/sbin/route". Is the default route correct?
 
Old 05-11-2009, 01:09 AM   #10
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Support for Fedora 7 was dropped over a year ago. Fedora 10 is current and support for Fedora 9 will be dropped one month after F11 is released(later this month?).
 
Old 05-11-2009, 10:03 AM   #11
shivarajM
LQ Newbie
 
Registered: Apr 2009
Posts: 22

Original Poster
Rep: Reputation: 15
Arrow which Fedora Release has built in ZENITY package...?

Quote:
Originally Posted by lazlow View Post
Support for Fedora 7 was dropped over a year ago. Fedora 10 is current and support for Fedora 9 will be dropped one month after F11 is released(later this month?).

which Fedora Release has built in ZENITY package...?
 
Old 05-11-2009, 01:48 PM   #12
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
I THINK it is available in the base repo of any supported version. If you do not like updating very often you may wish to consider switching to Centos. Centos is RHEL(Red Hat Enterprise Linux) with the logos removed. They have a 5 year (plus) support life. RHEL/Centos 5.X was based on FC6 so it will have a very familiar "feel". Zenity is in the Centos base repo.
 
  


Reply

Tags
files, install, source



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
how do I install kernel source files in SuSE 10.1 sparrott Linux - Kernel 6 10-20-2006 10:58 AM
Install software from source files? UltraSoul Solaris / OpenSolaris 1 04-17-2005 12:04 PM
Where in source files does it tell where it will install? ginda Linux - Newbie 3 01-31-2005 09:00 PM
Where must I download files to so I can compile and install from source? eBopBob Linux - Software 3 08-12-2004 02:52 PM
How to install kernel-source files? (v 2.4.22) Pisces107 Linux - Newbie 12 12-17-2003 06:34 AM

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

All times are GMT -5. The time now is 03:25 AM.

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