LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Listserv Admin <[log in to unmask]>
Mon, 27 Jun 2005 17:38:23 -0400
TEXT/PLAIN (41 lines)
I sent a note off to Lsoft support, but thought I would
ask here, in case someone already figured this out.

Has anyone tried installing 14.4 on solaris?

I get the following ld error when running "make update".
I didn't alter the default CFLAGS from the default in the Makefile
at all.  Any pointers appreciate (scratching head).  --Trish


sennit# make update
if [ -s lsv.o ]; then make install_server; else true; fi
if [ `uname` = 'SunOS' -a  `uname -r | awk '{ if(\$1<5) printf("0"); else
printf
("1") }'` = 1 ]; then \
         make lsv_prog UNAME=Solaris; \
else \
         make lsv_prog UNAME=`uname`; \
fi
if [ "nooci.o nocli.o -lsocket -lnsl" = ")" ]; then \
         gcc -o lsv lsv.o; \
else \
         gcc -o lsv lsv.o `echo "nooci.o nocli.o -lsocket -lnsl"`; \
fi
Undefined                       first referenced
  symbol                             in file
DBMS_iscall                         lsv.o
ld: fatal: Symbol referencing errors. No output written to lsv
*** Error code 1
make: Fatal error: Command failed for target `lsv_prog'
Current working directory /home/ccs/listserv/junk14-4
*** Error code 1
make: Fatal error: Command failed for target `lsv'
Current working directory /home/ccs/listserv/junk14-4
*** Error code 1
make: Fatal error: Command failed for target `install'

-----
Trish Forrest
Queen's University [log in to unmask]

ATOM RSS1 RSS2