ID:276752
![]() Mar 2 2006, 4:33 am (Edited on Mar 2 2006, 4:38 am)
|
|
Well i cannot install byond it comes up with permission denied iam the superuser. Make doesn't work but ./Makefile does but it still says permission denied i worked on it for one hour and still nothing if you need Screenshots , Error reports etc etc just ask its to late to do it now.
|
![]() Mar 2 2006, 4:52 am
|
|
Are you using the sudo command first? As in "sudo make".
|
Well, anytime you want to run a command that requires administrative rights on Kubuntu, you need to put sudo before it. sudo stands for "Super User Do". This will require you to put in your password again. This is a great security messure that allows for advanced security without the need to mutliple accounts. Protecting system data even on an administrative account. So it you would mostlikely need to run "sudo make" to install byond.
|
The problem is i don't have Make..... So i used ./Make file
admin@server:~/byond_linux/byond$ sudo ./Makefile ./Makefile: line 14: BYOND_SYSTEM: command not found ./Makefile: line 19: BIN_DIR: command not found ./Makefile: line 25: LIB_DIR: command not found ./Makefile: line 31: MAN_DIR: command not found ./Makefile: line 54: instructions:: command not found ./Makefile: line 55: @echo: command not found ./Makefile: line 56: @echo: command not found ./Makefile: line 57: @echo: command not found ./Makefile: line 58: @echo: command not found ./Makefile: line 59: @echo: command not found ./Makefile: line 60: @echo: command not found ./Makefile: line 61: @echo: command not found ./Makefile: line 62: @echo: command not found ./Makefile: line 63: @echo: command not found ./Makefile: line 66: install:: command not found ./Makefile: line 67: BYOND_SYSTEM: command not found ./Makefile: line 68: BYOND_SYSTEM: command not found ./Makefile: line 69: ENABLE_SUID: command not found ./Makefile: line 77: BYOND_SYSTEM: command not found ./Makefile: line 77: BIN_DIR: command not found ./Makefile: line 78: BYOND_SYSTEM: command not found ./Makefile: line 78: BIN_DIR: command not found ./Makefile: line 79: BYOND_SYSTEM: command not found ./Makefile: line 79: BIN_DIR: command not found ./Makefile: line 80: BYOND_SYSTEM: command not found ./Makefile: line 80: MAN_DIR: command not found ln: creating symbolic link `/man6/DreamDaemon.6' to `/man/man6/DreamDaemon.6': No such file or directory ./Makefile: line 81: BYOND_SYSTEM: command not found ./Makefile: line 81: MAN_DIR: command not found ln: creating symbolic link `/man6/DreamMaker.6' to `/man/man6/DreamMaker.6': No such file or directory ./Makefile: line 82: BYOND_SYSTEM: command not found ./Makefile: line 82: MAN_DIR: command not found ln: creating symbolic link `/man6/DreamSeeker.6' to `/man/man6/DreamSeeker.6': No such file or directory ./Makefile: line 83: @uname=Linux: command not found ./Makefile: line 85: BYOND_SYSTEM: command not found ./Makefile: line 85: LIB_DIR: command not found ./Makefile: line 86: BYOND_SYSTEM: command not found ./Makefile: line 86: LIB_DIR: command not found ./Makefile: line 87: BYOND_SYSTEM: command not found ./Makefile: line 87: LIB_DIR: command not found ./Makefile: line 91: LIB_DIR: command not found /sbin/ldconfig: relative path `10200ldopts' used to build cache ./Makefile: line 94: @echo: command not found ./Makefile: line 95: @echo: command not found ./Makefile: line 96: @echo: command not found ./Makefile: line 97: @echo: command not found ./Makefile: line 98: @echo: command not found ./Makefile: line 99: @echo: command not found ./Makefile: line 100: @echo: command not found ./Makefile: line 102: here:: command not found ./Makefile: line 103: @rm: command not found ./Makefile: line 104: MAKE: command not found ./Makefile: line 104: PWD: command not found ./Makefile: line 104: @: command not found ./Makefile: line 107: bin/byondsetup:: No such file or directory ./Makefile: line 108: @echo: command not found ./Makefile: line 109: BYOND_SYSTEM: command not found ./Makefile: line 109: @echo: command not found ./Makefile: line 110: BYOND_SYSTEM: command not found ./Makefile: line 110: @echo: command not found ./Makefile: line 111: BYOND_SYSTEM: command not found ./Makefile: line 111: @echo: command not found ./Makefile: line 112: BYOND_SYSTEM: command not found ./Makefile: line 112: @echo: command not found ./Makefile: line 113: @echo: command not found ./Makefile: line 114: @echo: command not found ./Makefile: line 115: BYOND_SYSTEM: command not found ./Makefile: line 115: @echo: command not found ./Makefile: line 116: BYOND_SYSTEM: command not found ./Makefile: line 116: @echo: command not found ./Makefile: line 117: BYOND_SYSTEM: command not found ./Makefile: line 117: @echo: command not found ./Makefile: line 118: BYOND_SYSTEM: command not found ./Makefile: line 118: @echo: command not found ./Makefile: line 119: @chmod: command not found ./Makefile: line 121: @echo: command not found ./Makefile: line 122: @echo: command not found ./Makefile: line 123: @echo: command not found ./Makefile: line 124: BYOND_SYSTEM: command not found ./Makefile: line 124: @echo: command not found ./Makefile: line 125: @echo: command not found ./Makefile: line 126: @echo: command not found ./Makefile: line 127: @echo: command not found ./Makefile: line 128: @echo: command not found ./Makefile: line 129: @echo: command not found ./Makefile: line 130: @echo: command not found ./Makefile: line 131: @echo: command not found ./Makefile: line 132: @echo: command not found ./Makefile: line 133: @echo: command not found ./Makefile: line 134: @echo: command not found ./Makefile: line 135: @echo: command not found ./Makefile: line 136: @echo: command not foun i have yet to get rid of the Brakets and spaces for byond_system |
Then once i have gotten rid of the @ symbols and the spaces i get this
admin@server:~/byond_linux/byond$ sudo ./Makefile ./Makefile: line 54: instructions:: command not found There are two options for installing BYOND. You can install it for all users or you can install it for your own personal use. To install for all users, you must run this makefile as root. In that case, edit this makefile, configure the installation parameters to your liking, and run 'make install'. To install for your personal use, simply put the 'byond' directory where you want to keep it and type 'make here'. ./Makefile: line 66: install:: command not found /sbin/ldconfig: relative path `10391ldopts' used to build cache ***************** You can find out more about the software by doing 'man DreamDaemon'. A host server has also been included so edit host/hostconf.txt and boot up your world server! ***************** ./Makefile: line 102: here:: command not found ./Makefile: line 104: --no-print-directory: command not found ./Makefile: line 107: bin/byondsetup:: No such file or directory *************************** Now run the following command: source /usr/local/byond/bin/byondsetup If it generates errors, your shell is not compatible with 'sh', so you will have to edit byondsetup and make it work with your shell. If the script works, you should be able to run DreamDaemon. IMPORTANT: once you have the script working, you must add the above line to your startup script. The name of your startup script depends on the shell you use. Typical ones are .profile or .bash_profile. Once everything is working, you can find out more about the software by doing 'man DreamDaemon'. A host server has also been included so edit host/hostconf.txt and boot up your world server! *************************** |