All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Stephen Nichols <Stephen.Nichols@wdc.com>,
	"'fio@vger.kernel.org'" <fio@vger.kernel.org>
Subject: Re: Ubuntu-13.10-- fio: engine libaio not loadable
Date: Mon, 28 Apr 2014 20:01:39 -0600	[thread overview]
Message-ID: <535F0803.3060704@kernel.dk> (raw)
In-Reply-To: <89470388ACB8A24491F3E64F24385FD75A488BB5@wdscexmb03>

On 2014-04-28 17:59, Stephen Nichols wrote:
> Greetings all.
>
> I have a issues using the libaio engine on Ubuntu-13.10. FIO version 2.1.8 is installed and runs fine if I leave the -ioengine option out of my configuration (it defaults to ioengine sync). When I try and use -ioengine=libaio I receive the errors
>
> fio: engine libaio not loadable
> fio: failed to lead engine libaio
>
> I have use these identical workloads on Suse 11, RH6, and Cent OS systems with no issue. And even after specifically installing libaio on Ubuntu I still see these issues.
>
> apt-get install libaio1
>
> Any ideas? I'm suspecting this is user error but I can't see where I went wrong.

You need libaio-devel (or whatever the package is called) installed, 
otherwise fio can't build with libaio enabled. Watch the configure 
output, it'll tell you what it detects:

$ ./configure
[...]
Linux AIO support             yes

This is also detailed in the "Building" section in the README that came 
with fio.

-- 
Jens Axboe



      reply	other threads:[~2014-04-29  2:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28 23:59 Ubuntu-13.10-- fio: engine libaio not loadable Stephen Nichols
2014-04-29  2:01 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=535F0803.3060704@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=Stephen.Nichols@wdc.com \
    --cc=fio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.