On Tue, 17 Dec 2002, Capriotti wrote: > This was a default installation (remember, FreeBSD 5.0-current) and I did > not customize anything. > > Basic steps: > > Install from 5.0-DP2 CD (including linux compat) > cvsup to current (sources and ports of course) > make world > make (install) kernel > installation of the HL and CS binaries via ports > installation of adminmod (with metamod) and statsme. > > Maybe I should also cvsup the linux base (hmmm... I don't know how to do it) ?
linux.ko is a kernelobject or module. should be updated when makeing a new world. (actually when you make the kernel) The correct way to make the world is make buildworld make buildkernel make installkernel (reboot into singleuser) mergemaster -p make installworld mergemaster reboot the linux_base you update with ports. you should do a pkg_delete first. you cvsup the portscvsup-file. /usr/src/share/examples/cvsup/ports-supfile make install in /usr/ports/emulators/linux_base You can also make your own linux_base that are based on a later version of linux. the linux_base uses redhat for linuxemu. cp linux_base-7.1_2 linux_base7.3 edit Makefile and change all the rpmpackage-files so it matches the versions on that release of redhat. I made a linux_base6.2 this way. when meta_mod where built on a later version of glibs.. (i think it was glibc) Im no guru on gdb, but logically you should use the linuxversion of gdb to get the right output. /Bjorn Sometimes...in the morning...when I haven't slept...the computers talk to me, they say "good morning dave", so I say to myself, "That g**D**N Hal's awake!" _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

