On Wed, Sep 8, 2010 at 7:26 AM, Arnel Legaspi <jalespr...@gmail.com> wrote:

> On Tue, Sep 7, 2010 at 3:40 PM, Ross Berteig <r...@cheshireeng.com> wrote:
> > You need the zlib development package to be available. The simple
> > answer is to say
> >
> >    sudo apt-get install zlib1g-dev
> >
> > to the shell. That should install everything you need to compile
> > and link against zlib. The other two related packages I have
> > installed on my Ubuntu are "zlib1g" (runtime and binaries) and
> > "zlib1g-dbg" (debugging symbols for zlib). The former should come
> > along as a prerequisite with zlib1g-dev. The latter may need to
> > be requested separately if you need it.
>
> Thank you very much! This worked - it allowed me to compile Fossil in
> Xubuntu Lucid.
>
> However, I'm running into a different problem now: this Fossil
> executable I just built does not work on the server.
> I've done the following before this:
> - rebuilt the repo using the Windows version and uploaded it into the
> server
> - changed permissions on the repo (766) and Fossil itself (755)
> - made sure the paths in the CGI script are correct
>
> If I use the last released version (the one from 2010-08-23 22:24:16),
> the whole setup works fine.
> What could I be missing?
>

Both the repository and the directory in which the repository resides must
be readable and writable by the CGI.



>
> Thanks again in advance for any help.
> --Arnel
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to