[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel requires db3?



Nathan Dabney <smurf@osdlab.org> writes:

> make bzImage on 2.4.2-ac17:
> 
> make[5]: Entering directory `/usr/src/kernels/2.4.2-ac17-lat/drivers/scsi/aic7xxx/aicasm'
> if [ -e "/usr/include/db3/db_185.h" ]; then             \
>         echo "#include <db3/db_185.h>" > aicdb.h;       \
> elif [ -e "/usr/include/db/db_185.h" ]; then            \
>         echo "#include <db/db_185.h>" >aicdb.h  ;       \
> else                                                    \
>         echo "*** Install db3 development libraries";   \
> fi

It looks like it really only wants the db_185 compatibility headers. Try
changing one of those lines to be /usr/include/db2 and see if it
builds. (Make sure you have libdb2-dev installed).

-- 
Dave Carrigan (dave@rudedog.org)            | Yow! Two LITTLE black dots and
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | one BIG black dot...nice 'n'
Seattle, WA, USA                            | FLUFFY!!
http://www.rudedog.org/                     | 



Reply to: