plugins_test failing

Hi,

I've run the RTT tests on my machine: a Intel Atom based mini-ITX equipped
with Ubuntu 10.04.1 LTS, kernel 2.6.34 and xenomai 2.5.4. All tests run fine,
except for the plugins_test:

sudo ctest
<sni

32/33 Test #32: typekit_test ..................... Passed 0.21 sec
Start 33: plugins_test
33/33 Test #33: plugins_test .....................***Failed 0.23 sec

97% tests passed, 1 tests failed out of 33

Total Test time (real) = 43.98 sec

The following tests FAILED:
33 - plugins_test (Failed)
Errors while running CTest
------
sudo ./plugins_test
Running 4 test cases...
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(62): error in "testTypePlugins": check pl-
>isLoaded("typekit_plugin") failed
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(63): error in "testTypePlugins": check pl-
>isLoaded("TypesPluginTest") failed
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(71): fatal error in "testTypePlugin": critical
check pl->loadTypekit("typekit_plugin", ".") failed
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(81): error in "testServicePlugins": check pl-
>isLoaded("service_plugin") failed
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(82): error in "testServicePlugins": check pl-
>isLoaded("serviceplugin") failed
/home/common/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-
rtt/tests/plugins_test.cpp(90): fatal error in "testServicePlugin": critical
check pl->loadService("serviceplugin", tc) failed

*** 6 failures detected in test suite "Master Test Suite"

I've got no idea why it is failing.

Ruben