Skip to main content

Archive for January 2009

Philips VOIP321 no longer works with Skype 3.8.0.188 or later

I’ve been having a conversation on a Skype bug reporting forum, and it came to a conclusion that the Philips VOIP321 Skype Phone is just not worth purchasing. I’m an owner of a Philips VOIP321 phone, and until December 2008 it worked fine. However the latest Skype update has put an end to product useability. Since Skype Version 3.8.0.188 (Release date: November 19, 2008) and all later versions (including Skype 4 Betas as at Jan.

Compiling readline on an OSX 10.5 intel x86_64

I’m stuck with a whole bunch of problems getting code to compile and co-operate nicely on my new MacBookPro. I’m compiling my own PHP, but it defaults to compiling for the i386 (32bit) architecure, which then fails when Apache2 running in 64bit mode tries to use the 32bit DSO for PHP5. Compiling PHP5 as 64bit then fails linking against the i386 pgsql lib, and so on. I really need everything using the x86_64 architecture. How does this all relate to readline under Leopard?