I've been using
Mediatomb to stream pictures and MP3s from my computer to my PS3. I had some issues getting it to detect Slackware64 13.0's sqlite3 installation. MySQL worked, but seemed like overkill. With a little help from
my friends at LinuxQuestions I was able to get it to work. Turns out I had to do this when issuing ./configure before compiling:
LDFLAGS="-ldl" ./configure --with-js-libs=/usr/lib64/seamonkey --with-js-h=/usr/include/seamonkey/js
After that, it all worked great. I just had to change the one line in my config.xml (which is clearly pointed out in the comments for the file itself) for use with my PS3. Done!
No comments:
Post a Comment