Re: Problem with build on ubuntu 8.04




(DEFPARAMETER *SOCKET-1* (SHOW (SOCKET-CONNECT (SOCKET-SERVER-PORT
*SERVER*) "localhost" :TIMEOUT 0)))
[SIMPLE-OS-ERROR]: UNIX error 22 (EINVAL): Invalid argument

I assume the problem is that since this defparameter fails. the
following tests are using the value of *SOCKET-1* and fail also. I
assume that you can safely ignore this failure unless you need socket
operations on your system.

Look in the makefile what comes after the tests, perhaps just make
install is missing. don't think that this has anything to do with
libsigsegv, afaik this is for stack overflow detection
.