Peter wrote:
> I follow these steps how in manual:
> 
> # apt-get install module-assistant
> # dpkg -i dazuko-source_2.1.0-1_all.deb
> # m-a a-i dazuko 
> 
> But I got this error:
> 
> <snip>
> 
> acquiring Linux kernel code configuration... ok
> .: 1477: linux.config: not found
> make[1]: *** [kdist_config] Error 2
> make[1]: Leaving directory `/usr/src/modules/dazuko'
> make: *** [kdist_build] Error 2

This is odd. The configure script does:

./linux_conf > linux.config
. linux.config

which is where this error is coming from. But I am not sure why it isn't
working. Could you try downloading the latest Dazuko TGZ and manually run:

# tar xzvf dazuko-2.1.0.tar.gz
# cd dazuko-2.1.0
# ./configure
# make
# make test

Does this work? This is essentially what the Debian package should be doing,
 but maybe there is something wrong with the package. ??

John Ogness

-- 
Dazuko Maintainer


_______________________________________________
Dazuko-help mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to