Friday, January 15, 2010

Compiling Mediatomb

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!

Tuesday, January 12, 2010

digiKam . . . Much Easier Now

Well, I've already found one benefit to installing Slackware 13.0. It's much easier to install digiKam. Now all of the prerequisites are a part of Slack13, so I just have to download the digiKam source and follow the directions.

Adventures in 64-Bit Slackware

I bought myself a new i5-750-based box and am installing Slackware64 13.0 on it. All told everything is going reasonably smoothly. I upgraded to KDE 4.3.1 (using these packages) because of some problems that I've heard with the default 4.2.4. That would have been easy except that I tried to install 4.3.2, not realizing he had made those packages to work with Slackware -current. No wonder it didn't work to well.

All told I'm very happy thus far. The only issue I had is with my onboard LAN. Slackware was setting that up before my wireless card. So I disabled the onboard and we're all good. My only complaint is that my network isn't working so hot so I'm finding easier to transfer files from my old computer via my USB pen drive and sneakernet. Oh well.