LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Install sw in Red Hat 6 (https://www.linuxquestions.org/questions/linux-server-73/install-sw-in-red-hat-6-a-4175420012/)

gabyokal 08-02-2012 12:32 PM

Install sw in Red Hat 6
 
Hi, I'm new to red hat, and I need to install jsvc, but I can not, I tried adding repositories, but they say the package is not, I tried directly with "yumm install jsvc", and tells me not find the package, I also tried down and installing the package, but I asked many dependencies who ask for more dependencies.

I do not know what to do, help me please.

Gaby

sycamorex 08-02-2012 12:35 PM

Hi and welcome to LQ.

Try:

Code:

# yum install jakarta-commons-daemon-jsvc

gabyokal 08-02-2012 12:42 PM

Thanks for responding sycamorex, and tried that and tells me that the package is not = (

sycamorex 08-02-2012 12:43 PM

Quote:

Originally Posted by gabyokal (Post 4744290)
Thanks for responding sycamorex, and tried that and tells me that the package is not = (

Can you post the exact command you type and the error (copy and paste)?

gabyokal 08-02-2012 12:45 PM

This is what comes out on console


Quote:

[root@srv-redhat6 ~]# yum install jakarta-commons-daemon-jsvc
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Setting up Install Process
No package jakarta-commons-daemon-jsvc available.
Error: Nothing to do

sycamorex 08-02-2012 12:52 PM

Are you sure that you've got a valid RHN subscription?

What's the output of:

Code:

cat /etc/*-release

gabyokal 08-02-2012 12:54 PM

is
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Red Hat Enterprise Linux Server release 6.2 (Santiago)

sycamorex 08-02-2012 01:30 PM

I don't use RHEL but it looks like it might not be part of the core RHEL system. Probably the best way would be to use your official subscription and seek help with the official RHEL support.

Alternatively, you could try to use CentOS packages or build it from sources:
http://commons.apache.org/daemon/jsvc.html

As you've already noticed, you'll have to satisfy dependencies first. They are listed here:
http://pkgs.org/centos-6-rhel-6/cent....i686.rpm.html

gabyokal 08-02-2012 01:41 PM

thank you very much, I'll try

John VV 08-02-2012 02:17 PM

the Cent 6.3 rpm is
"jakarta-commons-daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm"
ftp://ftp.sunet.se/pub/Linux/distrib...6_64/Packages/

it is in the base install os it "should" be in RHN
-- you really DO NOT want to mix RHEL base packages with CentOS base packages
yes they are about 99.99999999% the same
EXCEPT FOR THE NAME !!! cent 's version Numbers ARE DIFFERENT !!!


can you post the output of
Code:

su -
yum repolist all


also what dose
Code:

su -
yum search jsvc

output ?

Also have you looked on the red hat site?

log into your RHEL account
https://access.redhat.com/knowledge/search
and search for "jsvc"


All times are GMT -5. The time now is 06:54 PM.