These errors are caused by having the wrong version of SSL installed on
your machine, with 1.4.9 you need to upgrade to: openssl-0.9.6-3 from
0.9.5.

If you executed configure in the mod_ca dir without the --with-openssl
option, it would have set that module to compile without SSL, so the
other problems you are seeing could be due to the fact that you have SSL
enabled vsd without any SSL certificate manipulation subs from mod_ca.

I would upgrade the SSL rpm, execute vsd-uninstall.pl, make clean, make
install and rerun vsd-install.pl and everything should go a lot
smoother.

HTH,
Damion.

FreeVSD wrote:
> 
> I am trying to install freevsd with ssl support.  I followed the
> instructions in the INSTALL and did:
> 
> ./configure --enable-addons --with-openssl
> 
> When I compile I get the following:
> 
> Making all in modules/mod_ca
> make[2]: Entering directory
> `/root/Download/FreeVSD/freevsd-1.4.9/src/vsd/modules/mod_ca'
> gcc -I. -I.. -I../.. -I. -I../../../libvsd -g -O2 -c mod_ca.c
> mod_ca.c:374: warning: initialization from incompatible pointer type
> gcc -I. -I.. -I../.. -I. -I../../../libvsd -g -O2 -c ca.c
> ca.c: In function `ca_add':
> ca.c:208: `R_OK' undeclared (first use in this function)
> ca.c:208: (Each undeclared identifier is reported only once
> ca.c:208: for each function it appears in.)
> ca.c:208: `X_OK' undeclared (first use in this function)
> ca.c: In function `ca_del':
> ca.c:254: `R_OK' undeclared (first use in this function)
> ca.c:254: `X_OK' undeclared (first use in this function)
> ca.c: In function `ca_certput':
> ca.c:362: `R_OK' undeclared (first use in this function)
> ca.c:362: `X_OK' undeclared (first use in this function)
> ca.c: In function `ca_keyput':
> ca.c:473: `R_OK' undeclared (first use in this function)
> ca.c:473: `X_OK' undeclared (first use in this function)
> ca.c: In function `ca_crlput':
> ca.c:585: `R_OK' undeclared (first use in this function)
> ca.c:585: `X_OK' undeclared (first use in this function)
> ca.c: In function `ca_cacertput':
> ca.c:696: `R_OK' undeclared (first use in this function)
> ca.c:696: `X_OK' undeclared (first use in this function)
> make[2]: *** [ca.o] Error 1
> make[2]: Leaving directory
> `/root/Download/FreeVSD/freevsd-1.4.9/src/vsd/modules/mod_ca'
> make[1]: *** [all-modules] Error 1
> make[1]: Leaving directory `/root/Download/FreeVSD/freevsd-1.4.9/src/vsd'
> make: *** [all-subdirs] Error 1
> 
> Any ideas??
> 
> Thanks,
> 
> Pablo
> 
> ------------------------- 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
-----------------------------------------------------------------------------

Reply via email to