Bug 16999

Summary: missing libXThrStub.so.6 required by libXt.so
Product: Base System Reporter: Jin Guojun <jin>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Jin Guojun 2000-02-26 03:20:01 UTC
	
/usr/libexec/elf/ld: warning: libXThrStub.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)

Fix: 

add libXThrStub.so.6 in 4.0-CURRENT FreeBSD distribution
or
	remove libXThrStub.so.6 dependency from libXt.so
How-To-Repeat: 
	compile code that need libXt.so
Comment 1 bugg 2000-02-27 19:12:07 UTC
This issue was already fixed.
You need to obtain the newest Xbin.tgz and install it.

-Dan Papasian
<bugg@bugg.strangled.net>

On Fri, Feb 25, 2000 at 07:12:28PM -0800, Jin Guojun wrote:
> 
> >Number:         16999
> >Category:       misc
> >Synopsis:       missing libXThrStub.so.6 required by libXt.so
> >Confidential:   no
> >Severity:       serious
> >Priority:       medium
> >Responsible:    freebsd-bugs
> >State:          open
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Fri Feb 25 19:20:01 PST 2000
> >Closed-Date:
> >Last-Modified:
> >Originator:     Jin Guojun (FTG staff)
> >Release:        FreeBSD 3.4-200002xx-STABLE i386
> >Organization:
> >Environment:
> 
> 	4.0-20000224-CURRENT FreeBSD
> 
> >Description:
> 
> 	
> /usr/libexec/elf/ld: warning: libXThrStub.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
> 
> 
> >How-To-Repeat:
> 
> 	compile code that need libXt.so
<snip>
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-02-29 00:04:05 UTC
State Changed
From-To: open->closed

As Dan Papasian stated this has already been fixed.  Thanks.