Flash Media Server on Fedora Core 2
I tried getting a Flash Media Server installed on a Fedora Core 2 box. I spent hours figuring out why after running the start script nothing would happen. It wasn’t until I tried running “./fmsmaster” by it self that I got an error back.
./fmsmaster: error while loading shared libraries: libnspr4.so: cannot open shared object file: No such file or directory
Then it took me some google searching to find that the libnspr4.so belongs to the
“mozilla-nspr-1.7.6-1.2.5.i386.rpm” (for fedora core 2 that is).
ES4 required “seamonkey-nspr” to make the libnspr4.so error to go away.
A little yum-ing and it was all better.