Re: [Xastir] get-fcc-rac script (solved)

2010-07-18 Thread Curt, WE7U

On Sat, 17 Jul 2010, Lee Bengston wrote:


Problem solved - I didn't realize the get-fcc-rac.pl script can only
be executed in /usr/local/lib/xastir/.  I had copied the script from
the CVS download into my home directorty and was tyring to execute it
from there.


Naw, I just ran it from ~/src/xastir/scripts/ as root and it worked
just fine.

The trick is to run ./bootstrap.sh first to run the various
autotools, which ends up creating values.pl which the script needs
in order to know where to install the databases.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] get-fcc-rac script (solved)

2010-07-18 Thread Curt, WE7U

On Sun, 18 Jul 2010, Lee Bengston wrote:


With bootstrap.sh already done...

Execute it from the CVS download, which in my case is located in
~/src/xastir/scripts:

r...@buster:~/src/xastir/scripts# ./get-fcc-rac.pl
Name main::prefix used only once: possible typo at ./get-fcc-rac.pl line 31.
Can't locate ./values.pl in @INC (@INC contains: /etc/perl


Yep, you're right.  You must run more than bootstrap.sh to create
values.pl.  I should have investigated further:

After a make distclean, values.pl disappeared from
xastir/scripts.  ./bootstrap.sh didn't build it, but ./configure
did.

So you need to run _both_ before values.pl appears in the CVS
xastir/scripts directory, then you can run ./get-fcc-rac.pl from
there, or after a sudo make install you can also run it from the
install directory.

--
Curt, WE7U. http://www.eskimo.com/~archer
   APRS:  Where it's at!http://www.xastir.org
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] get-fcc-rac script (solved)

2010-07-18 Thread Lee Bengston
On Sun, Jul 18, 2010 at 12:15 PM, Curt, WE7U curt.w...@gmail.com wrote:
 On Sun, 18 Jul 2010, Lee Bengston wrote:

 With bootstrap.sh already done...

 Execute it from the CVS download, which in my case is located in
 ~/src/xastir/scripts:

 r...@buster:~/src/xastir/scripts# ./get-fcc-rac.pl
 Name main::prefix used only once: possible typo at ./get-fcc-rac.pl line
 31.
 Can't locate ./values.pl in @INC (@INC contains: /etc/perl

 Yep, you're right.  You must run more than bootstrap.sh to create
 values.pl.  I should have investigated further:

 After a make distclean, values.pl disappeared from
 xastir/scripts.  ./bootstrap.sh didn't build it, but ./configure
 did.

 So you need to run _both_ before values.pl appears in the CVS
 xastir/scripts directory, then you can run ./get-fcc-rac.pl from
 there, or after a sudo make install you can also run it from the
 install directory.

Thanks Curt.  I see what has been happening now.  I have been using a
separate build directory to run configure, so in that case values.pl
ends up in build/scripts instead of xastir/scripts.

Lee - K5DAT
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] get-fcc-rac script (solved)

2010-07-17 Thread Lee Bengston
On Sat, Jul 17, 2010 at 12:04 AM, Lee Bengston lee.bengs...@gmail.com wrote:
 Hello,

 I get the following when trying to run the get-fcc-rac.pl script.

 # ./get-fcc-rac.pl
 Name main::prefix used only once: possible typo at ./get-fcc-rac.pl line 31.
 Can't locate ./values.pl in @INC (@INC contains: /etc/perl
 /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
 /usr/local/lib/site_perl .) at ./get-fcc-rac.pl line 29.


Problem solved - I didn't realize the get-fcc-rac.pl script can only
be executed in /usr/local/lib/xastir/.  I had copied the script from
the CVS download into my home directorty and was tyring to execute it
from there.

Lee - K5DAT
Murphy, TX
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] get-fcc-rac script (solved)

2010-07-17 Thread Bill Hammond

On 07/17/2010 03:48 PM, Lee Bengston wrote:

On Sat, Jul 17, 2010 at 12:04 AM, Lee Bengstonlee.bengs...@gmail.com  wrote:
   

Hello,

I get the following when trying to run the get-fcc-rac.pl script.

# ./get-fcc-rac.pl
Name main::prefix used only once: possible typo at ./get-fcc-rac.pl line 31.
Can't locate ./values.pl in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at ./get-fcc-rac.pl line 29.

 

Problem solved - I didn't realize the get-fcc-rac.pl script can only
be executed in /usr/local/lib/xastir/.  I had copied the script from
the CVS download into my home directorty and was tyring to execute it
from there.

Lee - K5DAT
Murphy, TX
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

   

And don't forget to run it as root.

Ah, I see you already knew that.  Never mind.

73,

Bill KA1SSR

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir