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 like 'make dist' is bust.


On 5/12/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> 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 `/tmp/ns/conf/#inst.19638#': No such file or directory
> > mv: cannot stat `/tmp/ns/conf/#inst.19638#': No such file or directory
> > cp: cannot stat `simple-config.tcl': No such file or directory
> > chmod: cannot access `/tmp/ns/conf/#inst.19652#': No such file or directory
> > mv: cannot stat `/tmp/ns/conf/#inst.19652#': No such file or directory
> > cp: cannot stat `index.adp': No such file or directory
> > chmod: cannot access `/tmp/ns/pages/#inst.19660#': No such file or directory
> > mv: cannot stat `/tmp/ns/pages/#inst.19660#': No such file or directory
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> naviserver-devel mailing list
> naviserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/naviserver-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to