Search Results
Tuesday, October 16th, 2007
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!came across this issue on a fresh fms install (installed by someone else)
./shmrd: error while loading shared libraries: libnspr4.so: cannot open shared object file: No such file or directory
yum install *nspr
will grab the seamonkey library, no idea why a […]
Sunday, June 24th, 2007
the how to covers installing ffmpeg on media temple dv and similar centos setups. I’m going to use yum. Please note that you’ll still need to compile ffmpeg to reinstall it with shared libraries
*note : when i started this tut, yum seemed to be the easiest method. due to the fact i like a challenge, […]
Saturday, June 23rd, 2007
this is more for reference. I use the follow centos repo quite often, might be helpful to others
http://centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/
Saturday, June 23rd, 2007
the search : running FMS on CentOS, fms not working on centos
answer :
http://elsid.net/2007/06/23/media-temple-install-flash-media-sever-2-on-media-temple-dv-or-similar-centos-setups/
Saturday, June 23rd, 2007
first make sure yum is installed. go here for a full media temple yum install how to:
http://blog.hellm.com/post/5
ok you have yum, now run the following
yum install compat-libstdc++-296.i386
yum install compat-libstdc++-33.i386
don’t for get to add a group and user for fms and give the user a password
groupadd fms
useradd -g fms fms
usermod -p yourPassword fms
lastly run the install, […]
Friday, June 1st, 2007
found a tutorial on installing yum on a media temple dv within a tutorial on installing svn on media temple dv
the yum portion :
$ wget centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/yum-2.4.3-1.c4.noarch.rpm
It has dependencies, so we need get them too.
$ rpm -ivh –nodeps centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/libxml2-python-2.6.16-6.i386.rpm centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-4.2.1.i386.rpm centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.i386.rpm centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/rpm-python-4.3.3-18_nonptl.i386.rpm centos.mirror.vpslink.com/centos-4/4.4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm
Now we can install yum:
$ rpm -Uvh yum-2.4.3-1.c4.noarch.rpm
Check if it’s installed:
$ rpm -q yum
go […]
Wednesday, May 23rd, 2007
ok well i have red5 up and running on both my dev machine, and a clients production windows server. chat, and video are right out the box, no special commands needed, or so i thought
no idea why, but on both machines a live stream will play for about 5 seconds, then start to hang like […]
Wednesday, May 16th, 2007
I covered svn setup on media temple dv and similar centos with plesk setups here : http://elsid.net/2007/05/07/setup-svn-server-on-media-temple-dv-or-centos-with-plesk/
Now i’ll cover the basics of setting up trac on media temple dv and similar centos with plesk setups. Please note this is what worked for me (and should work for other media temple dv setups). Please let me […]
Monday, May 7th, 2007
I’m saving this here for my ref:
This walk through covers setting up a svn server on media temples dedicated virtual servers (dv) or similarly configured centos with plesk installations.
With media temple the yum command isn’t available so we have to do it the long way
first go to http://subversion.tigris.org/project_packages.html
Download the source for both subversion and dependencies. […]