I just installed Ubuntu on my computer and have been trying to install byond. I followed the readme.txt and make instructions but it still doesn't seem to be working.
I wanted to do a personal install so I,
1.) make here
(at /home/bwilkins/byond)
2.) source /home/bwilkins/byond/bin/byondsetup
(in terminal)
3.) source /home/bwilkins/byond/bin/byondsetup
(in etc/profile which is the startup script it talks about right?)
But then when I try to run the statement, "bwilkins@dekstop:~/byond$ DreamDaemon host/host.dmb" it gives me the following.
DreamDaemon: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
In searching the forums I came across a post of Mike H's so maybe the details of it will help figure out my problem.
echo $LD_LIBRARY_PATH
/home/bwilkins/byond/bin:
echo $BYOND_SYSTEM
/home/bwilkins/byond
ldd /home/bwilkins/byond/bin/DreamDaemon
linux-gate.so.1 => (0xffffe000
libbyond.so => /home/bwilkins/byond/bin/libbyond.so (0xb7c5f000)
libpng.so => /home/bwilkins/byond/bin/libpng.so (0xb7c3f000)
libzip.so => /home/bwilkins/byond/bin/libzip.so (0xb7c2e000)
libstdc++.so.5 => not found
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7bff000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7bf4000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7aaa000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7aa5000)
/lib/ld-linux.so.2 (0xb7fcd000)
libstdc++.so.5 => not found
libstdc++.so.5 => not found
libstdc++.so.5 => not found
which DreamDaemon
/home/bwilkins/byond/bin/DreamDaemon
From another post in the past of a person missing libstdc++.so.5. Mike H posted a link to another post about adding libstdc++-libc6.2-2.so.3 to the same folder that byondlib.so or something like that was in. But after adding that file to the bin folder where the byondlib.so is located it still doesn't run right.
Thanks for any help. I wanted to move to linux but if linux woun't load byond I hate it :(
ID:277693
Nov 11 2007, 5:43 am
|
|
Nov 11 2007, 2:41 pm
|
|
You can alternatively download it here. Simply use wget and put it in your /lib folder.
|