Results 1 to 2 of 2

Thread: Package question

  1. #1
    SwampDonkey
    Guest

    Package question

    I upgraded my kernel last night and obviously needed to recompile my nvidia drivers too. I had a tiny problem with the fact that nvidia didn't have a kernel-specific Redhat 8 rpm available so I followed the instructions and downloaded the src.rpm and then used rpmbuild --rebuild and then rpm to install the package. It appears to have worked fine.

    My question regards the rpmbuild command. Will this approach apply for other applications etc I might install in the future ie. if no kernel or distribution-specific package is available, I can grab a src.rpm and then rebuild and install?

    I would appreciate any tips / tricks / advice on things to look out for on this.

    Thanks ...... Pete

  2. #2
    x0xCRIZx0x
    Guest

    Re:Package question

    If I remember correctly from my Mandrake days, you are right in assuming that this will work for other packages. It's basically similar to the
    Code:
     
    ./configure
    make
    make installl
    process you would have to go through with source files, except rpm style. Someone correct me if I'm wrong.

Similar Threads

  1. Getting to know release date of a package
    By tech291083 in forum Redhat / Fedora
    Replies: 2
    Last Post: 05-15-2007, 09:56 AM
  2. InfoPath 2003 post-Service Pack 1 hotfix
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:38 AM
  3. Linux Dependencies
    By comtux in forum General Chat
    Replies: 27
    Last Post: 12-14-2004, 04:03 PM
  4. Building a package
    By kornp in forum Linux - General Topics
    Replies: 4
    Last Post: 01-15-2003, 01:29 AM

Bookmarks

Posting Permissions

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