Good Morning,
The difference here is that that you downloaded the main branch from
CVS. This branch is being used to develop the 1.5 functionality and is
to be considered EXTREMELY UNSTABLE. After the 1.4.7 release and branch
called pre_1_4_8 was created, to allow similtaneous development of 1.5
and bug fixes + stable development looking towards the 1.4.8 release. I
would strongly advise against using the main branch for anything other
than testing.
If it is the 1.4.7 release that you are after (with SSL enabled), I
would suggest that you obtain a set of source with the following
command:
> cvs checkout -r release_1_4_7 freevsd
and then compile that in the normal way. Please let me know if you
require anymore information. You're the first person (that I know of),
to attempt a 7.1 compile (you've beat me to it), so if you could let us
know how you get on I'd be very greatful.
Damion.
> Aubrey Ghen wrote:
>
> Hello.
>
> I have a question.
>
> Previously I had installed freevsd from source with SSL enabled.
>
> when done this way the command vsdadm would require flags such as
>
> vsdadm vs_create localhost -v [virtualserver] -i [ipaddress] -h [fqdn]
> -u[# of users] -q [quota]
>
> is also created the skel under
>
> /vsd/skel/deafult
>
> My confusion is that I just built the source with the default
> configure,
> and vsdadm works like it does from the rpm install,
> and the skel is generated under /vsd/skel/
>
> So im just wondering the difference between compiling with SSL and
> without?
>
> thanks
> Aubrey