RSS
 

Archive for January 3rd, 2010

eyeOS 2.0: A First Look

03 Jan

Well, it’s not here yet, but what I’ve seen is pretty smooth. I think the eyeOS GUI designers are well into their business. What I’ve seen so far from the mock-ups and videos and images suggests a big facelift in the upcoming eyeOS major release.

I think you will agree with me when you see the video.

Read the rest of this entry »

 

eyeOS: eyeMail

03 Jan

Okay, it seems like I’m not gonna be able to run eyeMail on my server. After a couple of Google searches, I found out that there could be two things preventing eyeMail from functioning correctly.

One was the MBString PHP module, which as I’ve previously mentioned, I’ve gone through pains to install. The other was the SQLite extension. Well, I tried everything and it seemed to be doing well. But as I searched some more, I realized that my PHP was compiled with PDO-SQLite. But, eyeMail requires the SQLite extention, not the PDO-SQLite.

So, I’ll only be able to run eyeMail on my server if I recompile PHP without the “—without-sqlite” option. Right now, it’s not that important to me, so I’m gonna let it pass.