NavigationUser login |
clarificationYou said: -- how do i keep it fromhow do i keep it from running the .so files when i do comfigure and make. If not yet done, configurei tried using this to get runit going. Create the following directories and symbolic links: # mkdir -p /etc/runit/runsvdir/default Copy the contents of /var/service/ to /etc/runit/runsvdir/current/ and replace /var/service/ with a symbolic link: # cp -pR /var/service/* /etc/runit/runsvdir/current/ You have now created two runlevels: default and single. The current runlevel is default. It is safe to remove /var/service.old/ if you don't need it anymore. this is what the comp said @ubuntu:~$ mkdir -p /etc/runit/runsvdir/default what do i do to configure my system to get runit going? and I'm unsure what you areI'm unsure what you are doing. What are you doing with symbolic links? Also not sure what you mean by 'activating the .so files'. What happens when you type 'gcc' in Ubuntu? Does it say its unrecognized? Could be that Ubuntu doesnt have 'gcc' therefore when you configure and make it doesnt work. A suggestion I'd make before starting with SWLPC is to get this extremely simple C program (the hello.c one - stuff before 'The Code') to compile and run at: http://web.cecs.pdx.edu/~bjorn/CS200/linux_tutorial/ I don't think you understand the basics yet regarding Linux and the above might help. i automatically download thei automatically download the gcc compiler. (learned from past attempts that this is a missing feature on ubuntu). i think it's you had mentioned in an earlier post that you thought perhaps when i used configure and make and tried to runit2, that i had somehow activated the ".so files" from your knoppix build that wouldn't be compatible with ubuntu. so if i'm going to use ubuntu, i need to know how to avoid activating the .so files. :) as far as the symbollic links, i believe the info was trying to explain how to install runit on the version of linux you're working with (in this case, the version i'm working with). runit is not listed as a usable feature on ubuntu, it's there as a package, but it isn't marked with the little ubuntu symbol, which typically means you either have other steps you need to take to install it, or something else is wrong. ubuntu runit, runit run and runit series, are all the same, they have no direct ubuntu install (and neither does rungetty). other events must transpire first, to prepare the computer to use them, i'm assuming. do you happen to know what those would be? This is the result ofThis is the result of running configure and make on the swlpc folder @ubuntu:~/Desktop/swlpcsourceforge$ ./configure --host='i686-pc-linux ( i edited out some of it so you could see where the error occured, quicker) creating ./config.status
sed s/%@/@@/ ======================I added more gcc packages and this was the result, different config.status numbers, same error message ./make: not found: ./config.status: 18: ./make: not found
sed s/%@/@@/ ========seems ./make has a few problems ah some progressisvi'rmah some progress isvi' =but more problems with make. it can't find "ltermcap" @ubuntu:~/Desktop/swlpcsource@ubuntu:~/Desktop/swlpcsourceforge$ autoconf ===================i think it worked? not sure. no error message just a warning about mktemp vs. mkstemp i wonder if it would help ifi wonder if it would help if you included the version of linux you used to build it, with the various development files, and a grub or lilo to start it from boot up, like wubi does, in your swlpcsourceforge package? of course, i know you can access your windows desktop via the disk on the desktop of the linux, but i'm not sure if it's possible to run the exes once you're on the windows desktop. this is really quite frustrating. it's like shooting in the dark with the variations that have taken place since you originally created swlpc. like the fact ltermcap has been removed from many of the newer linux versions and has to be downloaded and configured and all that, before you can even type make in the swlpcsourceforge folder, runit and runit2 appear to have been changed and/or ugraded to something else, as well. these things are not even available in the development kits suggested for various linux versions now. and even though runit is in the packages list, it isn't fully functional and ltermcap isn't in the list at all. when the suggestion pops up to sudo install runit, it gets half way through the install and pops up a ... couldn't be fully installed message. i give up. :D Could be you need to installCould be you need to install 'make' aswell into ubuntu. Says in the errors you posted 'make not found' or something. Looks like 'configure' is working. make is installed. :(make is installed. :( runit2 is a script I wroterunit2 is a script I wrote myself for SWLPC. Its not a standard Linux script. Maybe you need to type 'bash runit2' or 'bash runit'. Otherwise while in the swlpc directory in the shell type: bin/shat -m mlib 3300 3301 3302 3303 Then if that works type: telnet localhost 3302 are you saying that i canare you saying that i can circumvent having to type runit2 by typing that other line you suggested? |
are you saying that i can
oops