ID:135266
 
william@frostmud:~$ DreamMaker
-bash: DreamMaker: command not found
william@frostmud:~$ DreamMaker
-bash: DreamMaker: command not found
william@frostmud:~$ cp libstdc++-libc6.2-2.so.3/lib
cp: missing destination file
Try `cp --help' for more information.
william@frostmud:~$ cp libstdc++-libc6.202.so.3/lib
-bash: william@frostmud:~$: command not found
william@frostmud:~$ cp: missing destination file


can anyone help me plz
Uhhh... Have you done the bit where you reconfig the bash files?
You need to carefully read the installation instructions that come with BYOND.
Should look something like this:

william@frostmud:~$ cp libstdc++-libc6.2-2.so.3 /lib
william@frostmud:~$ unzip byond_linux.zip
william@frostmud:~$ cd byond
william@frostmud:~$ make here


That'll give you further instructions.

Make sure byond_linux.zip and libstdc++-libc6.2-2.so.3 are in the directory you're trying to "cp" from.
In response to Nadrew
Nadrew wrote:
Should look something like this:

william@frostmud:~$ cp libstdc++-libc6.2-2.so.3 /lib
william@frostmud:~$ unzip byond_linux.zip
william@frostmud:~$ cd byond
william@frostmud:~$ make here


That'll give you further instructions.

Make sure byond_linux.zip and libstdc++-libc6.2-2.so.3 are in the directory you're trying to "cp" from.

i tried doing the libstdc thingy first and i got this message
william@frostmud:~$ cp libstdc++-libc6.2-2.so.3/lib
cp: missing destination file
then i unzipped byond_linux.zip and that works what else i mean i cant do the .so.3 file first
In response to Govegtos
Govegtos wrote:
i tried doing the libstdc thingy first and i got this message
william@frostmud:~$ cp libstdc++-libc6.2-2.so.3/lib
cp: missing destination file

that's because you missed the space nadrew put between the 3 and the /lib: cp libstdc++-libc6.2-2.so.3 /lib