Bug 139807

Summary: ld -laio not found
Product: [Fedora] Fedora Reporter: Kyuso Cahi <kyuso>
Component: libaioAssignee: Jeff Moyer <jmoyer>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-18 15:25:53 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 Kyuso Cahi 2004-11-18 06:22:03 UTC
Description of problem:
when running mpiCC or mpicc, the following message appears
ld: -laio not found

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

How reproducible:
always

Steps to Reproduce:
1. run 'mpiCC' or 'mpicc'
2.
3.
  
Actual results:
ld: -laio not found

Expected results:
/usr/lib/libaio.so* should be found and linked

Additional info:
/usr/lib/libaio.so link does not exist;
It should link to /usr/lib/libaio.so.1 during install but somehow didn't;
mpiCC/mpicc should run out of the box
Workaround: ln -s /usr/lib/libaio.so.1 /usr/lib/libaio.so

Comment 1 Jeff Moyer 2004-11-18 13:18:00 UTC
Do you have the libaio-devel package installed?

Comment 2 Kyuso Cahi 2004-11-18 15:25:53 UTC
Stupid of me. That was the solution.