[Evolution] /bin/sh: line 1: no: command not found

Dan Winship danw@ximian.com
Wed, 22 Oct 2003 09:18:43 -0400


>                                                         \
>         for p in apps_evolution_shell.schemas ;
> do                                                                                      \
>                 GCONF_CONFIG_SOURCE= no --makefile-install-rule ./$p;  
> \
>        
> done                                                                                                            \
> fi
> /bin/sh: line 1: no: command not found

It looks like your problem is that it couldn't find gconftool-2...
meaning either that you don't have gconf2 installed, or the binary isn't
in your path. You should re-configure after fixing that.

(The fact that configure didn't bomb out is a bug.)

-- Dan