View Single Post
Old 11-16-2008, 08:34 AM   #15
Matthijs
Groupie
Matthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enoughMatthijs will become famous soon enough
 
Matthijs's Avatar
 
Posts: 199
Karma: 666
Join Date: Oct 2006
Location: Eindhoven, the Netherlands
Device: iLiad, DR1000S, DR800SG
Adam: the problem is the way you ./configured CTB.

You need to use the following options:
./configure --host=arm-poky-linux-gnueabi --sysconfdir=/etc --prefix=/usr

In this case, the system cannot find the /etc/ folder because you didn't pass the correct --sysconfdir and it now searches in /usr/etc.

So a simple re-compile with those configure options should solve this issue with the desktop.
Matthijs is offline   Reply With Quote