There's defnitely more between heaven and earth!
posted by Sered Woollahra on Caledon Middlesea using a blogHUD : [permalink]
As they say.. read the whole thing. And learn from it ;-)It turned out people wanted to log on to Second Life to hang out with friends and play casual games, not visit a 3-D version of a corporate Web site.
....
“Two or three months in we bulldozed everything we’d done. It’s now a place for meetings (with customers and employees) rather than repurposed Web content,” Renaud said. “If I can have an intimate talk with 50 people a week, man, I’ve won the lottery.”
# wget http://go-mono.com/sources/mono/mono-1.2.5.1.tar.bz2Next, after bunzipping, tar -xvf etcetera, I installed Mono using the instructions linked above, like this:
# wget http://go-mono.com/sources/xsp/xsp-1.2.5.tar.bz2
# wget http://go-mono.com/sources/mod_mono/mod_mono-1.2.5.tar.bz2
# ./configure --prefix=/<installed_path >/mono
# make
# make install
export PATH=/bin:$PATH <
export PKG_CONFIG_PATH=/installed_path >< /lib/pkgconfig:$PKG_CONFIG_PATH
export MANPATH=/ installed_path >< /share/man:$MANPATH
export LD_LIBRARY_PATH=/installed_path >/lib:$LD_LIBRARY_PATH
# ./configure --prefix=/< installed_path >/nant
# make
# make install
# cd opensim
# ./runprebuild.sh
# ./< installed_path >/bin/nant
Failed generating terrain map: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dllAccording to the OpenSim troubleshooting page, which is called "slightly outdated" by the site maintainers, this problem is caused by incorrect versions of software on the operating system level. It was suggested to include 'unstable' packages when updating the system, as to get the newest versions. This didn't seem such a good idea, as the stability of my system is quite important to me. However, I did update or install some tools with these Yum commands, as suggested on a related website:
#yum install glib*
#yum install libtiff-devel.i386
#yum install libjpeg-devel.i386
#yum install libpng-devel.i386
#yum install giflib-devel.i386
#yum install libexif-devel.i386
#yum install libX11-devel.i386
#yum install fontconfig-devel.i386
#yum install freetype-devel.i386
#yum install libtiff-devel.i386
#yum groupinstall "Development Tools"
<installed_path >/opensim/bin/Regions/default.xml
Failed generating terrain map: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dll
| Earlier today, I noticed a news item on Metaplace. I took a look at their website, and their product looks very interesting. |