Bug 16708

Summary: libposix.so is missing
Product: [Retired] Red Hat Linux Reporter: Gerald Kelly <gkelly>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-22 15:08:30 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:
Attachments:
Description Flags
tar archive containing Lotus Notes C API program source & makefile none

Description Gerald Kelly 2000-08-22 01:01:48 UTC
Attempted to compile a sample program from  the Lotus Notes R5.0.3 C  API
toolkit . (sample program is called intro)  The build fails because
libposix.so cannot  be found to link with.  A find search of my hard drive
cannot locate this file. This same sample program builds properly under
RedHat 6.2 (intel), as libposix.so  exists in /usr/lib

Comment 1 Gerald Kelly 2000-08-22 01:06:10 UTC
Created attachment 2798 [details]
tar archive containing Lotus Notes C API  program source &  makefile

Comment 2 Jakub Jelinek 2000-08-22 16:16:47 UTC
Actually, there was just libposix.a, never libposix.so, and it has always been
a dumb library for broken programs (it did not contain anything), so you can
safely remove it from the Makefiles. glibc itself provides POSIX mandated
interfaces (and -lpthread, -lrt and other libraries as needed).