By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 8

Summary: kio_fish in kdebase-kio-plugins-kde3 references undefined symbol: openpty
Product: TDE Reporter: Wouter Deconinck <wdconinc>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella
Priority: P5    
Version: 3.5.10   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Wouter Deconinck 2008-12-07 19:00:00 CST
The kio_fish.so included in kdebase-kio-plugins-kde3 references the undefined symbol openpty that should be provided by libutil.  This problem did not occur in the previous kde3 version directly installed from the apt.pearsoncomputing.net repository.


Error messages upon Alt-F2 -> fish://localhost
* dialog-box
Could not start process Unable to create io-slave:
klauncher said: Error loading 'kio_fish'.
.
* tail -f .xsession_errors
Could not open library '/usr/kde3/lib/kde3/kio_fish.la'.
/usr/kde3/lib/kde3/kio_fish.so: undefined symbol: openpty


This was reported for kde 3.5.9 in debian and fixed there by cleaning up automake in 02_automake_cleanup.diff. Reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469653
Comment 1 Timothy Pearson 2008-12-08 20:45:54 CST
Fixed and tested working.

Thanks for reporting!
Comment 2 Wouter Deconinck 2008-12-08 21:21:37 CST
Confirmed working.  Thanks!