From owner-freebsd-questions Mon Nov 30 04:05:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20434 for freebsd-questions-outgoing; Mon, 30 Nov 1998 04:05:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from castle.netlink.co.uk (mail.netlink.co.uk [194.88.140.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20428 for ; Mon, 30 Nov 1998 04:05:32 -0800 (PST) (envelope-from tomb@netlink.co.uk) Received: from netlink.co.uk ([194.88.142.95]) by castle.netlink.co.uk (8.8.8/8.8.3) with ESMTP id MAA14429 for ; Mon, 30 Nov 1998 12:10:46 GMT Message-ID: <36628A2A.2E2F1E89@netlink.co.uk> Date: Mon, 30 Nov 1998 12:06:02 +0000 From: Tom Brown Organization: Netlink Internet X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: making a 2.2.5 kernel fails with unknown symbols in ioconf.o Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have an old webserver running FreeBSD 2.2.5, I need to upgrade it to 2.2.7. Because it's an importaint machine I have a spare box which I am trying to use to test the upgrade. When I start the apache server it complains about not having enough spare files handles. So I have been trying to up the number by recompiling the kernel. I put the maxusers upto 256 and compile. make depend happens no problem. then when trying to make it stops with the following error. loading kernel ioconf.o: Undefined symbol `_csdriver' referenced from data segment ioconf.o: Undefined symbol `_csintr' referenced from data segment *** Error code 1 Stop. Now I have tried CVSup to make sure I have the correct code, and I have looked at /etc/make.conf to make sure that the level of optimisation is -0. Could anyone advise me how to go about finding out what is wrong!! Thanks in advance, Tom Brown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message