Bug 126373 - jade: error while loading shared libraries: jade: undefined symbol: __ti16OutputByteStream
Summary: jade: error while loading shared libraries: jade: undefined symbol: __ti16Out...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: openjade
Version: 2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-20 15:13 UTC by Sjoerd
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-20 19:36:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sjoerd 2004-06-20 15:13:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
root # jade
jade: error while loading shared libraries: jade: undefined symbol:
__ti16OutputByteStream

root # strace jade
..
<snipped>
..
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\24"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=29660, ...}) = 0
old_mmap(NULL, 32472, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x556c5000
old_mmap(0x556cc000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3, 0x6000) = 0x556cc000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x556cd000
mprotect(0x55608000, 4096, PROT_READ)   = 0
mprotect(0x555f3000, 4096, PROT_READ)   = 0
mprotect(0x555de000, 8192, PROT_READ)   = 0
mprotect(0x554c7000, 4096, PROT_READ)   = 0
writev(2, [{"jade", 4}, {": ", 2}, {"error while loading shared
libra"..., 36}, {": ", 2}, {"jade", 4}, {": ", 2}, {"undefined symbol:
__ti16OutputBy"..., 40}, {"", 0}, {"", 0}, {"\n", 1}], 10jade: error
while loading shared libraries: jade: undefined symbol:
__ti16OutputByteStream
) = 91
exit_group(127)                         = ?


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

How reproducible:
Always

Steps to Reproduce:
1. Just type 'jade'
2.
3.
    

Actual Results:  jade: error while loading shared libraries: jade:
undefined symbol: __ti16OutputByteStream

Expected Results:  no errors

Additional info:

RPM version 4.3.1
Linux version 2.6.6-1.435 (bhcompile.redhat.com) (gcc
version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Mon Jun 14 09:09:07
EDT 2004

Comment 1 Sjoerd 2004-06-20 19:36:09 UTC
Solved by removing an older installation in the /bin directory not in 
the rpmdb.



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