Yup, it works on 4.8, as well as on 4.9-RC1 and 5.1.
Only on 5.1, AAC_COMPAT_LINUX doesn't exist anymore.
But COMPAT_LINUX still seems to be necessary.
I guess I'll post a summary to USENET news.
Frank Rysanek
> options AAC_COMPAT_LINUX
>
>_and_
>
> options COMPAT_LINUX
_
> The aaccli from the CD complains about an incorrect ABI version of the
> libncurses.so.5 - it's wrong, the so.5 is really missing, this issue
> can be solved by exporting a LD_LIBRARY_PATH pointing to
> /cdrom/bootcd/usr/lib in the current shell, or by copying the library from
> the CD into /comp
> I'm not able to make the Linux aaccli work under any recent FreeBSD.
heck, seems like I got it, you need _both_
options AAC_COMPAT_LINUX
_and_
options COMPAT_LINUX
because the linking of aac_linux.o (or whatever it's called) into the
kernel binary is dependent on COMPAT_LINUX - see /u
On Thu, Oct 02, 2003 at 01:11:30PM +0200, [EMAIL PROTECTED] wrote:
> Dear Mr. Long,
>
> I'm not able to make the Linux aaccli work under any recent FreeBSD.
> I've obtained a report from Buki that it worked for him under some STABLE
> snapshot but it doesn't work for me...
>
I only want to stres
Dear Mr. Long,
I'm not able to make the Linux aaccli work under any recent FreeBSD.
I've obtained a report from Buki that it worked for him under some STABLE
snapshot but it doesn't work for me...
I am aware that the old binary release of aaccli for FreeBSD 4.4 from the
Adaptec web is dangerous.