Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 76497

Summary: Tclx shared object cannot be loaded with /usr/bin/wish
Product: [Retired] Red Hat Linux Reporter: Bernhard Ege <bme>
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED DUPLICATE QA Contact: Bill Huang <bhuang>
Severity: low Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-22 15:00:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bernhard Ege 2002-10-22 14:59:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Description of problem:
When trying to include the shared object, tclx, in wish, one is met with this error:
couldn't load file "/usr/lib/tclX8.3/../libtclx8.3.so":
/usr/lib/tclX8.3/../libtclx8.3.so: cannot open shared object file: No such file
or directory

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. start wish: $ wish
2. enter command: % package require Tclx
3. observe error

Actual Results:  couldn't load file "/usr/lib/tclX8.3/../libtclx8.3.so":
/usr/lib/tclX8.3/../libtclx8.3.so: cannot open shared object file: No such file
or directory

Expected Results:  libtclx.so should have been loaded silently. libtclx8.3.so
does not exist.

Additional info:

Creating a link libtclx8.3.so in /usr/lib that points to libtclx.so resolves the
problem, allowing wish to load the Tclx object.

Comment 1 Jens Petersen 2002-11-11 05:44:06 UTC

*** This bug has been marked as a duplicate of 54433 ***