2007 LinuxQuestions.org Members Choice Awards

you can see the final vote results , this year there was some good pr campaign from postgres 🙂 and we didn’t voted so much like in previous years

but we took an honorable 3rd place

http://www.linuxquestions.org/questions/2007-linuxquestions.org-members-choice-awards-79/database-of-the-year-610185/

It’s weird that sqlite is not on the first row it’s used in firefox/google gears … and disabled in php.ini by default

ibwebadmin 1.0.2 added to ubuntu ppa repository

here are the instructions for installing ibwebadmin 1.0.2 package on (latest development branch of ubuntu)

Python, kinterbasdb and 64bit MacOSX 10.5

Now we have 64bit builds of Firebird 2.1 for MacOSX 10.5, we have issues trying to test them properly using the Firebird QMTest QA suite. This QA suite relies on Python and kinterbasdb. Currently Philippe Makowski has been able to run the tests from a 64bit Linux client. But is unable to run the tests locally. Well currently the python framework that comes with MacOSX 10.5 is only 32bit and this forces a 32bit build of kinterbasdb, since the build environment of kinterbasdb uses distutils to use the same compile switches as python. So I thought I would have a look at the issue and see if I could build a 64bit version of kinterbasdb for MacOSX 10.5.

This is how I did it…

1 37 38 39 40 41 48