Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-08 Thread Arnel Legaspi
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?

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


Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-08 Thread Richard Hipp
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


Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-07 Thread Ross Berteig
Sometime on 9/7/2010, Arnel Legaspi wrote:
 
 I've tried a couple of times to build it using Xubuntu Lucid 
inside
 VirtualBox, but I keep running into an error with zlib.h not being
 found. (As you can probably guess, I work mostly with Windows
 machines
 but I'm learning Linux...slowly :)

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.

For the really new to Ubuntu, note that the password that sudo
wants is *your* password, not a password for the root account.
That is because the user account created when you installed
Ubuntu got added to the list of accounts authorized to use the
sudo command by the installer. The root account is created
without a password at all, and generally cannot log in.

An advantage of building fossil yourself is that you can keep it
up to date when (and if) any features from trunk get pushed to
the gpl branch.

Ross Berteig   r...@cheshireeng.com
Cheshire Engineering Corp.   http://www.CheshireEng.com/

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Copy of Linux version of GPL Fossil

2010-09-07 Thread Richard Hipp
On Tue, Sep 7, 2010 at 5:10 PM, Arnel Legaspi jalespr...@gmail.com wrote:

 Hello,

 Does anyone still have a copy somewhere of the compiled Linux version of
 the last GPL'd Fossil version
 (http://fossil-scm.org/index.html/info/ccc7701cc6)?

 I'm setting up a Fossil server for someone at work after getting
 introduced to it, but he prefers to use the GPL version as there are
 some options (like the Behavior menu) that he wants to be able to set
 using the built-in web UI.

 I've tried a couple of times to build it using Xubuntu Lucid inside
 VirtualBox, but I keep running into an error with zlib.h not being
 found. (As you can probably guess, I work mostly with Windows machines
 but I'm learning Linux...slowly :)

 If anyone can point me to a compiled file for download, it'll be much
 faster to use.


http://www.fossil-scm.org/fossil-linux-x86-201005161914.zip

As followers of this mailing list already know, I work mostly on Linux
machines, but I'm learning Windows slowly  ;-)




 Thanks in advance,
 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