Bug 163412 - The startconsole script does not use proper shared library extension for HP-UX
Summary: The startconsole script does not use proper shared library extension for HP-UX
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora Management Console
Classification: Fedora
Component: General
Version: 7.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nathan Kinder
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-15 23:17 UTC by Nathan Kinder
Modified: 2020-01-07 19:58 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-01-07 19:58:53 UTC
Embargoed:


Attachments (Terms of Use)
CVS Diffs (883 bytes, patch)
2005-07-15 23:21 UTC, Nathan Kinder
no flags Details | Diff
CVS Diffs (887 bytes, patch)
2005-07-18 17:10 UTC, Nathan Kinder
no flags Details | Diff
CVS Commit (127 bytes, text/plain)
2005-07-18 18:08 UTC, Nathan Kinder
no flags Details

Description Nathan Kinder 2005-07-15 23:17:53 UTC
The startconsole script is assuming that libraries are named with a ".so"
extension.  This causes it to think that the libjava and libjvm libraries don't
exist on HP-UX since they use a ".sl" extension.

Comment 1 Nathan Kinder 2005-07-15 23:21:45 UTC
Created attachment 116825 [details]
CVS Diffs

This changes the startconsole script to specifically look for both ".so" and
".sl" library extensions.

Comment 2 Nathan Kinder 2005-07-18 17:10:54 UTC
Created attachment 116879 [details]
CVS Diffs

Revised the existing diff to make the regex a bit more precise.

Comment 3 Nathan Kinder 2005-07-18 18:08:35 UTC
Created attachment 116884 [details]
CVS Commit

Checked into "console".  Reviewed by Noriko.


Note You need to log in before you can comment on or make changes to this bug.