RE: Red Hat 8.0 - Update MrProject 0.6 to current
George Gambill <[email protected]> Fri, 27 Jun 2003 08:31:58 -0700
| Newsgroups | gmane.comp.gnome.apps.mr-project.user |
|---|---|
| Message-ID | <90622F8B43D3D311B151000629CEEAA102CB3225@EXCHANGE01> |
Thanks The command "rpm -qa | grep libgsf" produced no results (next command line). Further, looking through the Red Hat Package Management tool (Add or Remove Packages found at "Start (Red Hat) | System Settings | Packages") I found no reference to libgsf. A Google search produced libgsf-1.6.0-5.x86_64.rpm and libgsf-1.6.0-5.src.rpm. Feeling uncomfortable with the libgsf-1.6.0-5.x86_64.rpm, I downloaded the .src and did the rpm -ivh libgsf-1.6.0-5.src.rmp which resulted in /usr/src/redhat/SOURCES/libgfs-1.6.0.tar.gz. I went into /usr/src/redhat/SOURCES/ and did the tar -xzvf libgfs-1.6.0.tar.gz thing which resulted in a libgsf-1.6.0 subdirectory. I went into the libgsf-1.6.0 subdirectory and did the ./configure thing followed by the make thing followed by the make install thing. The command "rpm -qa | grep libgsf" still produces no results (next command line). Should I go any farther??? George -----Original Message----- From: M K Saravanan [mailto:[email protected]] Sent: Thursday, June 26, 2003 10:28 PM To: [email protected] Subject: Re: [MrProject] Red Hat 8.0 - Update MrProject 0.6 to current I guess redhat 8.0 already comes with uptodate libgsf (1.6.0-5). You can verify this using: rpm -qa | grep libgsf