One of the big stories out today… Google has released an “early beta” version of Picasa for linux. I first saw the news from the ZDNet Googling Google blog. There are deb, rpm and bin downloads available. The Official Google blog gives a few more details, for instance… this “magic” is made possible by a “carefully tested version of wine”. Also, they solicit feedback in the Google Labs Picasa for Linux group. I think this is very good news for linux users.
Tag: RPM
-
Mythtv mythweb error
After the Mandriva 2006 upgrade I’ve still been looking to find if there is anything ‘not quite right’…. anyway, I’ve run into an issue with mythweb. Mythweb is a web-based interface for the mythtv backend. It basically let’s you browse listings, schedule recordings, see what’s scheduled, etc. For me it’s kind of like checking one of the sites that has tv guide info. It’s even better because it’s local to the machine and let’s me go ahead and set recordings up. (And there are no obnoxious ads, or logins to remember…) Anyway, after the upgrade, the main page is throwing up this message… Fatal error: Call to undefined function preg_replace() in /var/www/html/mythweb/config/conf.php on line 29
-
Building RPM’s from Source RPMs
Let me start by saying I am FAR from being an expert on the subject of building rpm’s… RPM’s are binary packages for use in red-hat based distributions. They are used (*in my case on Mandriva) with urpmi to install. Urpmi is a “wrapper” around the rpm utility that figures out what dependencies a program has and then installs those dependencies along with that program. One problem under linux is that binaries are not necessarily portable from one version of a distribution to another. For instance, some of the rpm’s for cooker may not be compatible with an old 10.0 system. But, there are src.rpm’s that can be rebuilt.
-
Building RPM’s – making a build environment
I’m going to do a few articles on building RPM’s as much for my own reference as anyone elses. I’m not an expert on the subject by any means… I do this from time to time, rebuild an rpm for an older system (or even a newer system that doesn’t have an official rpm for.) I have a tendency to forget things that I don’t do frequently. The first part of being able to rebuild rpm’s is to have what’s called a build environment. For starters, I’m using Mandriva 2006 (older versions I used Mandrake 10.1 or 10.0, etc.) In your home directory you need a folder called rpm.
-
The 2nd journey begins… Mandriva 2006 upgrade 2 – Part 3
Mirrors are added, now it’s time to start the process. OK, everything up until now has been preparatory and hasn’t REALLY upgraded anything. I’ve skimmed over the errata and release notes (again) at http://qa.mandriva.com to make sure there isn’t anything hardware specific or urpmi –auto-select from Mandrake 10.1 specific that I need to be aware of.
-
Linux: Using Mandrake (Mandriva’s) URPMI tool
As background for this, I’ve used Mandrake Linux (now Mandriva) for my main desktop since around 8.2 I can’t remember quite how long ago that’s been, but around 3 to 4 years I think. The why is something best saved for another writeup. Early on I was frustrated by installing software. I read everyone give instructions on installing from source. That went along the following lines….
from a command prompt type the following….
tar -xzvf yournewsoftware.gz
cd yournewsoftware
./configure
make
su
enteryourrootpassword
make install
and your done!Well…. no it isn’t always that simple
(more…) -
Mandrake or Mandriva linux server setup how to
A good how to has been posted at howtoforge.com, giving some instructions for setting up Mandrake (now Mandriva) 10.2 into a web/email serving platform. (As well as MySQL and FTP, DNS, and a few others.)
(more…)