[1486] in Zephyr_Bugs
Symbol referencing errors building zephyrd on SunOS 5.8 i386
daemon@ATHENA.MIT.EDU (storm@enlyt.com)
Sat Mar 8 01:29:32 2003
From: storm@enlyt.com
Content-Type: text
Message-Id: <20030308063325.8A73967A1@server.enlyt.com>
Date: Sat, 8 Mar 2003 01:33:25 -0500 (EST)
To: undisclosed-recipients:;undisclosed-recipients:;@MIT.EDU
Hello. I am trying to build zephyr in my home directory to play with it. Unfor
tunately, I am getting some errors.
I am using the following command to configure from within the zephyr directory:
./configure --prefix=$HOME --with-com_err=$HOME --with-ss=$HOME
Here is my uname -a output:
SunOS server1 5.8 Generic_108529-16 i86pc i386 i86pc
When I run make, a lot of progress info is printed, leading up to this:
gcc -L../lib -L/home/storm/lib -L/home/storm/lib -o zephyrd zsrv_err.o access.o
acl_files.o bdump.o class.o client.o common.o dispatch.o kopt.o kstuff.o main.
o server.o subscr.o timer.o uloc.o zstring.o realm.o version.o -lzephyr -lres
olv -lsocket -lnsl -ldl -lw -lcom_err
Undefined first referenced
symbol in file
ticket_retrieve realm.o
ticket_lookup realm.o
ld: fatal: Symbol referencing errors. No output written to zephyrd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `zephyrd'
Current working directory /home/storm/downloads/zephyr/server
*** Error code 1
make: Fatal error: Command failed for target `all'
What's going on?
Thanks in advance and regards.