Can we publish release, no many features were added recently, it is stable?
i am using it at my new work and it would be better to have last
official release than last development snapshot only. Now it looks
pretty much abandoned with our last release almost 2 years ago.
---
On 5/12/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> Can we publish release, no many features were added recently, it is stable?
>
> i am using it at my new work and it would be better to have last
> official release than last development snapshot only. Now it looks
> pretty much abandoned with o
Good stuff. i'll finalize install and config issues, i do not have
64bits systems so cannot check that
Stephen Deasey wrote:
> On 5/12/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
>> Can we publish release, no many features were added recently, it is stable?
>>
>> i am using it at my new work and
CVS HEAD just got installed fine on my Linux, it was fine for a long
time, must've been something with your checkout
> Some install errors:
>
> make[1]: Leaving directory `/home/sd/tmp/naviserver-4.99.2/nsproxy'
> cp: cannot stat `nsd-config.tcl': No such file or directory
> chmod: cannot access
You're not checking the tarball (which is what we distribute), you're
checking a CVS checkout.
You need to:
cvs export naviserver
cd naviserver
./autogen.sh ...
make dist
cd /tmp
tar xzf ~/naviserver/naviserver-4.99.2.tar.gz
cd naviserver-4.99.2
./configure ...
make
make install
So, it looks lik
fixed
Stephen Deasey wrote:
> You're not checking the tarball (which is what we distribute), you're
> checking a CVS checkout.
>
> You need to:
>
> cvs export naviserver
> cd naviserver
> ./autogen.sh ...
> make dist
> cd /tmp
> tar xzf ~/naviserver/naviserver-4.99.2.tar.gz
> cd naviserver-4.99.