Find the answer to your Linux question:
Results 1 to 2 of 2
This is really weird. I am trying to make a custom RPM for JDK. I have the spec file below. It builds fine, but when I try and install it ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    4

    RPM Spec file Bizareness

    This is really weird. I am trying to make a custom RPM for JDK. I have the spec file below. It builds fine, but when I try and install it on the target system, I get:


    pokey ~:# rpm -i jdk-1.6.0_17-1.tf.x86_64.rpm
    error: Failed dependencies:
    libXtst.so.6()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
    libasound.so.2()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
    libasound.so.2(ALSA_0.9)(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
    libodbc.so()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64
    libodbcinst.so()(64bit) is needed by jdk-1.6.0_17-1.tf.x86_64


    Where the heck is that coming from? I don't have ANY Requires: tags in my spec file, so what gives???

    Ok, I don't have the spec file below. This stupid friggin site wouldn't let me post it, saying "You are only allowed to post URLs to other sites after you have made 15 posts or more."... even though there was no URL's in it. Douche bags.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    even though there was no URL's in it. Douche bags.
    I assume this means you aren't expecting anyone to help.

    We have had trouble with spam before, and preventing links to new people helps. Whatever test they use for links sometimes catches innocent posts. Use code tags and it should work and possibly disabling link parsing, I'm not sure on that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...