From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Osicki Date: Thu, 18 May 2000 09:28:15 +0000 Subject: Re: Solaris emulation Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ultralinux@vger.kernel.org Following up my own posting hoping that it could be useful for somebody. Some time ago I wrote: > I built a new kernel in order to be able to use Solaris emulation. > insmod solaris results in a long list on unresolved symbols, ie: > solaris_syscall > I checked the source and found it ifdef-ed by > #ifdef CONFIG_SOLARIS_EMUL_MODULE > but there is no such option in my .config file, only CONFIG_SOLARIS_EMUL [...] > It is kernel source 2.2.14, installed from kernel-source-2.2.14-5.0.rpm Then I realized, I was not able to insert _any_ module. The solution was simple, but it took me very long to find it: make distclean before normal compilation. Thanks to all who tried to help. Regards, Chris