Linux Adventures
After reading the article about PHP 5 and SQLite I wanted to try it out to speed up my dinky little website. I don’t need the humongous power of MySQL. But, here is my dilemma,
- My host does not have PHP5 nor do they have PEAR to install the SQLite extension.
- My ISP does not allow me to use PEAR to download SQLite.
- My comuter at home running RedHat 7.3 is so old and out of date it is a bitch to meet all of the requirements for PHP5
Here goes the upgrade story:
- First came Gentoo 1.4RC4, a highly configurable Linux distro that contains the latest software.—Too bad it takes 3 days just to install the base system, XFree, and Gnome (I don’t have the patience)
- Next is Debian 3.0—Great distro but all packages are old (stable is the preferred term)
- Mandrake 9.0 is still too old
- Finally I found FreeBSD 5.1—Faster than Gentoo, and current packages to install.
I will let you know what I find about SQLite.
Posted: July 12th, 2003.