Secure corporate email on an OLPC ?!

In a word - “Yes”.

It turns out it only takes a mild obsession to figure out how to get IBM’s Mobility Connect client (aka Lotus Mobile Connect) to run on an OLPC XO. the steps - as best as I can remember are:

  1. copy all of the IBMwc*.rpm files to a USB stick
  2. insert the stick in one of the OLPC USB ports (we will call this location ‘/media/USBSTICK’)
  3. open the terminal activity
  4. >su

    dwa-screenshot.png

  5. #yum install perl.i386
  6. #yum stdc++.so.5
  7. #cd /media/USBSTICK
  8. #rpm -vi gsk7bas-7.0-3.18.i386.rpm
  9. #rpm -vi IBMwc-nls-6.1-1.0.i386.rpm
  10. #rpm -vi IBMwc-ppp-6.1-1.0.i386.rpm
  11. #rpm -vi IBMwc-https-6.1-1.0.i386.rpm
  12. #rpm -vi IBMwc-6.1-1.0.i386.rpm

When you are ready to connect to the corporate network:

  1. open the terminal activity
  2. >su
  3. #wclient

The use of “su” may not be necessary

I should note, Domino Web Access 8 is not totally happy with the OLPC Browser. I’m not sure if it is too much JavaScript, too much behind-the-scenes XML transfers and processing or what. With DWA8 ‘lite’ I was able to read mail, compose a message (but the rich text widget had a hiccup), and save the email. the “send” button did not work. Some day, while sitting on hold I’ll have to figure this out further.

Comments are closed.