|
|
11-08-2010
, 09:45 AM
|
|
Posts: 126 |
Thanked: 41 times |
Joined on May 2010
@ Ljubljana, Slovenia
|
#3
|
|
|
11-08-2010
, 09:48 AM
|
|
Posts: 838 |
Thanked: 290 times |
Joined on Apr 2010
|
#4
|
|
|
11-08-2010
, 10:56 AM
|
|
Posts: 701 |
Thanked: 581 times |
Joined on Sep 2010
@ London, England
|
#5
|
| The Following 4 Users Say Thank You to retsaw For This Useful Post: | ||
|
|
11-08-2010
, 11:47 AM
|
|
Posts: 838 |
Thanked: 290 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: | ||
|
|
01-17-2011
, 12:28 AM
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2011
|
#7
|
![]() |
| Thread Tools | Search this Thread |
|
just uninstall buggy package or is this user error.