LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-19-2010, 04:44 AM   #1
ameetsaha
LQ Newbie
 
Registered: May 2009
Posts: 3

Rep: Reputation: 0
Question group mockbuild does not exist


I am triying to configure my official mail ID in Linux el5 OS. So, as I am a newbie I have searched for the same. And found that I can configure through Mozilla Thunderbird...But while installing RPM I am getting below error. Can anyone assist me for the same.......THANK YOU!!!!

rpm -ivh thunderbird-2.0.0.21-1.el5.centos.src.rpm
warning: thunderbird-2.0.0.21-1.el5.centos.src.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
1:thunderbird 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
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
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
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
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
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
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
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
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
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
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
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
########################################### [100%]
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
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
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
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
 
Old 01-19-2010, 06:53 AM   #2
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
Welcome to LQ.

That is not from installing an RPM package.
Is from an SRC.RPM ( SRPM ), which is source code only.

And the warnings have absolutely no importance.
Is an info, telling you, who the package "Packager" is / was.


Installing thunderbird :
Please use the command : # yum install thunderbird

.....
 
Old 01-21-2010, 10:45 PM   #3
ameetsaha
LQ Newbie
 
Registered: May 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Question

Quote:
Originally Posted by knudfl View Post
Welcome to LQ.

That is not from installing an RPM package.
Is from an SRC.RPM ( SRPM ), which is source code only.

And the warnings have absolutely no importance.
Is an info, telling you, who the package "Packager" is / was.


Installing thunderbird :
Please use the command : # yum install thunderbird

.....
Dear Sir

Thanks for early reply and
I am trying to install by yum install *.rpm....but I ma getting the below output...


yum install thunderbird-2.0.0.21-1.el5.centos.src.rpm
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge error was
[Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Error: Cannot find a valid baseurl for repo: rpmforge

And thing heppening with openoffice.org-2.3.0-6.11.el5.src.rpm
My kernel version is 2.6.24-ovz009 and RHEL5

THANK YOU!
 
Old 01-22-2010, 12:44 AM   #4
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
Quote:
yum install thunderbird-2.0.0.21-1.el5.centos.src.rpm
You already installed this to /usr/src/redhat/SOURCE/
.. see post # 1.

The main purpose of yum is to download a package
from Redhat .. and then install it.
Works, when you have an account at Redhat.
Not paying → no support → no software to get.

I can repeat : those " src.rpm " are not " .rpm " packages.
An SRC.RPM is is used when building RPM.

So the openoffice.org-2.3.0-6.11.el5.src.rpm is not
usable as is either.


If you want a free Redhat EL 5 : Use the free version :
CentOS 5.4
http://distrowatch.com/index.php?dis...h=all&year=all

http://www.centos.org/
.....
 
Old 01-24-2010, 09:49 PM   #5
ameetsaha
LQ Newbie
 
Registered: May 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Yes Sir, finally I could able to install thunderbird-1.5.0.12-1.el5 in my linux box. And thank you very much for your cooperation.

And same thing I am facing while installing Open-Office. If you have any idea about open-office rpm for my linux box then please write down the version if possible. And I am trying to get it from Internet as well. Thank You! Sir....keep in touch
 
Old 01-25-2010, 01:26 AM   #6
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
You can find an updated
thunderbird-2.0.0.22-2.el5_3.i386.rpm here
http://ftp.scientificlinux.org/linux...ic/54/i386/SL/

> http://ftp.scientificlinux.org/linux...el5_3.i386.rpm

.. and all openoffice.org is available from the first link too.
.....
 
  


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
FUSE works but fuse group does not exist? violagirl23 Linux - Software 3 01-21-2008 04:01 AM
mockbuild ericbowler300 Linux - Newbie 1 12-17-2006 09:14 PM
group: add complete group into other group max_mad SUSE / openSUSE 1 04-12-2006 01:43 AM
Group Admin, Group Root, or God over Group crickett Linux - General 5 07-12-2004 04:01 PM
RPMs: user and group do not exist BroX Linux - Software 6 12-15-2003 08:57 AM

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

All times are GMT -5. The time now is 03: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