Discussion:
[rancid] Problem installing on Ubuntu Server 12.04
Andrew Chiarello
2012-10-04 14:55:45 UTC
Permalink
Hi,

When compiling rancid 2.3.8 on Ubuntu Server 12.04, I'm getting the following error:

gcc -g -O0 -o hpuifilter hpuifilter.o -lutil
hpuifilter.o: In function `filter':
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:577: undefined reference to `TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:588: undefined reference to `TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:609: undefined reference to `TclReError'
collect2: ld returned 1 exit status
make[1]: *** [hpuifilter] Error 1

I'm pretty new to this, and google searches haven't led me to a solution; can anyone point me in the right direction?



Andrew J. Chiarello
Network Engineer
Bryn Mawr College
610-526-7966
***@brynmawr.edu
Tyler J. Wagner
2012-10-04 15:09:19 UTC
Permalink
Not to dissuade you from doing it the hard way, but you might find it
easier to install from APT.

12.04 (precise) has rancid 2.3.6, which I'm happy with. If you want 2.3.8,
you can probably install the package from quantal directly.

http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=rancid

Regards,
Tyler
Hi,
gcc -g -O0 -o hpuifilter hpuifilter.o -lutil
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:577: undefined reference to `TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:588: undefined reference to `TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:609: undefined reference to `TclReError'
collect2: ld returned 1 exit status
make[1]: *** [hpuifilter] Error 1
I'm pretty new to this, and google searches haven't led me to a solution;
can anyone point me in the right direction?
Andrew J. Chiarello
Network Engineer
Bryn Mawr College
610-526-7966
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
--
"[...] freedom is kind of a hobby with me, and I have disposable income
that I'll spend to find out how to get people more of it."
-- Penn Jillette
Andrew Chiarello
2012-10-04 17:20:52 UTC
Permalink
I actually tried the precise package first, but it had some significant timeout issues for me. I'll try the quantal package.

----- Original Message -----

From: "Tyler J. Wagner" <***@tolaris.com>
To: "Andrew Chiarello" <***@brynmawr.edu>
Cc: rancid-***@shrubbery.net
Sent: Thursday, October 4, 2012 11:09:19 AM
Subject: Re: [rancid] Problem installing on Ubuntu Server 12.04

Not to dissuade you from doing it the hard way, but you might find it
easier to install from APT.

12.04 (precise) has rancid 2.3.6, which I'm happy with. If you want 2.3.8,
you can probably install the package from quantal directly.

http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=rancid

Regards,
Tyler
Post by Andrew Chiarello
Hi,
When compiling rancid 2.3.8 on Ubuntu Server 12.04, I'm getting the
gcc -g -O0 -o hpuifilter hpuifilter.o -lutil
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:577: undefined reference to
`TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:588: undefined reference to
`TclReError'
/home/achiarello/rancid-2.3.8/bin/hpuifilter.c:609: undefined reference to
`TclReError'
collect2: ld returned 1 exit status
make[1]: *** [hpuifilter] Error 1
I'm pretty new to this, and google searches haven't led me to a solution;
can anyone point me in the right direction?
Andrew J. Chiarello
Network Engineer
Bryn Mawr College
610-526-7966
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
--
"[...] freedom is kind of a hobby with me, and I have disposable income
that I'll spend to find out how to get people more of it."
-- Penn Jillette
Loading...