Bug 139807 - ld -laio not found
Summary: ld -laio not found
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libaio
Version: 3
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jeff Moyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-18 06:22 UTC by Kyuso Cahi
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-11-18 15:25:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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