Mailing List archive

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

[vdr] Re: segmentation fault immediately after start of vdr



Walter Schittek wrote:
> I have a hot trace:
>
> I made a complete compilation of the kernel I actually use (SuSE
> 2.4.19-4GB), and at the end of "make modules_install", there were
> error messages:
>
> depmod: *** Unresolved symbols in
> All point to the same unresolved symbol: __pollwait

__pollwait is in /usr/src/linux/fs/select.c.

Are you sure that you compiled *everything*?

cd /usr/src/linux
make clean
make dep
make bzImage
make modules
make modules_install

Oliver


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index