Hello, I just had a look through all of the versions of freevsd that have been released and I haven't been able to replicate your problem. The only thing I can think of is that you have obtained the source through from CVS but haven't executed:
> cvs update -Pd freevsd Which would leave a vast number of very out of date files and directories in your source tree. This could also be why your compilation has defaulted to plain text (from your earlier post) instead of SSL. Please please please update the source, and start again. HTH, Damion. Maarten Engelen wrote: > > Hi All, > > When compiling FreeVSD on a Redhat 7.2 machine I got the following error: > > -- > Making all in src/vsdproxyd > make[1]: Entering directory `/root/download/freevsd/src/vsdproxyd' > cc -o vsdproxyd vsdproxyd.o client.o vsd.o lookup.o > cryptssl.o -L./../libvsd -lv > sd -lz -lcrypto -lssl -lstdc++ > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[1]: *** [vsdproxyd] Error 1 > make[1]: Leaving directory `/root/download/freevsd/src/vsdproxyd' > make: *** [all-subdirs] Error 1 > -- > > Looks like ld doesn't recognize the -lz switch. Do I need to have another ld > (it's the standard one from the redhat installation)? > I couldn't find any solution to this problem. > I finally wanted to use FreeVSD with openssl and now I get this! It's just > depressing. > > Thanks in advance, > > Maarten > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > ----------------------------------------------------------------------------- ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
