FYI,
Tizen SDK 2.2.1 (Nov 9, 2013) IDE does not start properly on Ubuntu 13.04 (Raring) with the following error messages in <sdk>/tizen-sdk/tools/logs/sdblib-*.log:
09:17:00 E/sdblib: 'sdb start-server' failed -- run manually if necessary
09:17:00 E/sdblib: Cause: /home/user/tizen-sdk/tools/sdb: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
The libudev package is already installed, but creates /lib/i386-linux-gnu/libudev.so.1 only. A workaround:
sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
I think the previous version of Tizen SDK did not have this problem.
Gary