![]() |
2010-11-08
, 13:45
|
Posts: 245 |
Thanked: 233 times |
Joined on May 2010
@ Ljubljana, Slovenia
|
#3
|
![]() |
2010-11-08
, 13:48
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#4
|
![]() |
2010-11-08
, 14:56
|
Posts: 701 |
Thanked: 585 times |
Joined on Sep 2010
@ London, England
|
#5
|
The Following 4 Users Say Thank You to retsaw For This Useful Post: | ||
![]() |
2010-11-08
, 15:47
|
Posts: 838 |
Thanked: 292 times |
Joined on Apr 2010
|
#6
|
Works fine. Only problem is that it is dependent on "find", while the default version of find on the N900 is the busybox built-in. Install the GNU find, (apt-get install findutils-gnu), remove the symlink to busybox for find, "rm /usr/bin/find", create a symlink to GNU find ("ln -s /usr/bin/gnu/find /usr/bin/find"), run "/usr/bin/gnu/updatedb" to build the locate database, now /usr/bin/gnu/locate will work.
If you want to uninstall GNU find for any reason, then delete the symlink to it you created ("rm /usr/bin/find") and create a new one pointing to busybox ("ln -s /bin/busybox /usr/bin/find").
The Following User Says Thank You to extendedping For This Useful Post: | ||
![]() |
2011-01-17
, 04:28
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2011
|
#7
|
just uninstall buggy package or is this user error.