Forum OpenACS Q&A: Problems installing ucspi

Collapse
Posted by David Newhook on
Hi Guys,

It's been a while, glad to see you're all keeping the faith with regard to OpenACS.  I can't wait to have a play with the latest and greatest release.

I'm having problems making ucspi as root in the /usr/local/src/ucspi-tcp-0.88 directory.

I'm getting the following errors:

byte.a(ip4_fmt.o)(.text+0x16): In function `ip4_fmt':
: undefined reference to `fmt_ulong'
byte.a(ip4_fmt.o)(.text+0x36): In function `ip4_fmt':
: undefined reference to `fmt_ulong'
byte.a(ip4_fmt.o)(.text+0x57): In function `ip4_fmt':
: undefined reference to `fmt_ulong'
byte.a(ip4_fmt.o)(.text+0x78): In function `ip4_fmt':
: undefined reference to `fmt_ulong'
collect2: ld returned 1 exit status
make: *** [tcpserver] Error 1

As I say, it's been a while, I haven't touched a computer in over 10 months (travelling).  It's probably something real simple like my path settings.  I'm using Suse 8.2 against your better judgement and I've got the latest glibc libs.

My path is setup as follows:
PATH=/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin

Any help with this and your patience with further 'noob' sounding questions is greatly appreciated!

Dave