|
2010-07-14
, 02:40
|
Posts: 58 |
Thanked: 2 times |
Joined on Feb 2009
@ Niterói - RJ - Brazil
|
#442
|
|
2010-07-15
, 10:46
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2010
|
#443
|
cd libgarmin - ITS OK (with ls i can see the autosh.sh is there, so its right, the archive is there in the right place)
and when i put:
./autosh.sh
terminal returns:
/bin/sh: ./autosh.sh: not found
What happens?! i have root i try a lot of things, i try apt-get install autosh and nothing...
The Following User Says Thank You to zaxl For This Useful Post: | ||
|
2010-07-15
, 12:08
|
Posts: 4 |
Thanked: 1 time |
Joined on Jul 2010
@ AUSTRIA
|
#444
|
Hi,
You are missing something called from the script:
/bin/bash, aclocal,autoheader, automake or autoreconf.
Try running them one by one:
aclocal
autoheader
automake --add-missing
autoreconf
That should tell you exactly what's not found.
Install it and run autosh.sh
if it's the shell (/bin/bash) change it to /bin/sh.
have fun,
alex
|
2010-07-15
, 12:33
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2010
|
#445
|
Please tell me how to install them, they are all missing.
(It's the first time I'm working with linux terminal commands. I'm glad to have svn installed on my own. )
|
2010-07-15
, 13:42
|
Posts: 58 |
Thanked: 2 times |
Joined on Feb 2009
@ Niterói - RJ - Brazil
|
#446
|
|
2010-07-15
, 13:51
|
Posts: 4 |
Thanked: 1 time |
Joined on Jul 2010
@ AUSTRIA
|
#447
|
|
2010-07-15
, 13:52
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2010
|
#448
|
Tnx for the help, i will try it, but i dont know how to make this search and how to install this missing packages :/
|
2010-07-15
, 13:56
|
Posts: 6 |
Thanked: 1 time |
Joined on Mar 2010
|
#449
|
|
2010-07-15
, 17:55
|
Posts: 4 |
Thanked: 1 time |
Joined on Jul 2010
@ AUSTRIA
|
#450
|
From console/terminal try:
apt-cache search <searchterm>
apt-get install <packagename>
i wonder if it's possible to set up navit.xml to work with minigpsd.
reason for this is the smaller footprint and more important the ability to configure the time intervall of logged track points.
alternativly, how can i do this with default gpsd? logging intervall of 1s is not very handy.
or probably, there is a gconf setting?
thanks!
steffen