Amos Jeffries wrote:
Linda Walsh wrote:
I'm getting an error that 'AIO' isn't found (I'm specifying
aio on the command line as I have libaio installed.
Exactly what ./configure command line?
configure --enable-disk-io="AIO,Blocking,DiskDaemon,DiskThreads" --enable-async-io=8 --enable-storeio="aufs,coss,diskd,ufs" --enable-removal-policies="heap,lru" --enable-icmp --disable-htcp --enable-ssl --enable-linux-netfilter --enable-ipf-transparent --disable-ident-lookups --enable-external-acl-helpers="ip_user,ldap_group,mswin_lm_group,session,unix_group,wbinfo_group" --with-dl --with-large-files --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc
ufs is the older slower alternative you should still be able to use
while the AIO problem is being resolved. When AIO is working you can
switch between the two without any problem or loss of cache.
---
I'm not totally w/o... Current is (using SuSE's
package nomenclature) squid3-3.0.STABLE10-2.12.
I'm trying to build squid-3.1.0.15.
Do you have the development version of the libraries installed?
"libaio-dev" or something like that.
---
As near as I can tell :-)..
rpm -qa|grep aio
libaio-devel-0.3.104-104.51
libaio-0.3.104-104.51
According to redbot.org that website is breaking the HTTP protocol.
---
Will have to see if I can let them know. Tried email, but
no answer (I've had emails sent from their site 'bot', never
reach me, so they may have email problems as well). Hadn't heard of
'redbot.org' before. Will have to bookmark it. It's report isn't as
concise or informative as your summary. :-)
"3.0.10" being 3.0.STABLE10 ?
Yes...I didn't realize STABLE was part of the version string.
Thought it was something SuSE added (since 3.1.0.15 doesn't say
3.1-BETA15...:-) )
So if I see it in the DiskIO dir, ...
ls
AIO/ DiskFile.h DiskIOStrategy.h modules.sh* WriteRequest.cc
Blocking/ DiskIOModule.cc DiskThreads/ ReadRequest.cc WriteRequest.h
DiskDaemon/ DiskIOModule.h IORequestor.h ReadRequest.h
I should be able to specify it in the config? Am I creating some other conflict?
Thanks!
-linda