Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Richard Hipp
On Sat, Mar 9, 2013 at 7:26 PM, Simon Tremblay  wrote:

> With version 1.25 I'm getting two 500 Internal Server Errors at 5 seconds
> interval:
>
> [Sat Mar 09 19:17:14 2013] [error] [client 24.200.115.71]
> File does not exist:
> /home/reallyho/public_html/500.shtml
>

Those 500 errors might be coming from this line:

http://www.fossil-scm.org/fossil/artifact/90c5da7a7?ln=1496

That is, at least, the only line of code in Fossil that might realistically
generate a 500 error.  But I cannot explain why you are reaching this line.

FWIW, the http://www3.fossil-scm.org/site.cgi backup site for the main
Fossil repository is configured very much like what you describe above, and
has worked great for years and years.  (The main Fossil website also uses
CGI, but uses a web server other than Apache).  I don't have any good
explanation as to why this has worked so well for Fossil and for many
others but is giving you such problems.  Sorry.


>
> [Sat Mar 09 19:17:09 2013] [error] [client 24.200.115.71]
> File does not exist:
> /home/reallyho/public_html/500.shtml
>
> I'm not getting the GLIBC_2.7 error. I'm unsure if a change makes it
> unable to bubble-up like 1.23 does or if the error is actually another one.
>
> My configuration is as I described in my first post. I'm looking for ways
> to better investigate this error.
>
> --
> From: stm...@hotmail.com
> To: fossil-users@lists.fossil-scm.org
> Subject: RE: Unable to install fossil 1.23+ on my webhost
> Date: Sat, 9 Mar 2013 18:17:10 -0500
>
>
> > Would a static binary built on any 32bit system not work? Unfortunately, I
> > don't have access to 32 bit system, so am unable to build one for you to 
> > try.
>
> I think it might.
>
> I read this topic on it:
> http://stackoverflow.com/questions/11206243/how-to-build-a-static-binary-for-gnu-linux-installations-with-old-kernel
>
> Unfortunately, I'm a Windows Web Developer and my Linux skills are really
> limited and it's a step above my skill level.
>
> I've not been able to do it myself yet, I'm still trying.
>
>
> --
> From: stm...@hotmail.com
> To: fossil-users@lists.fossil-scm.org
> Subject: RE: Unable to install fossil 1.23+ on my webhost
> Date: Sat, 9 Mar 2013 18:01:46 -0500
>
> Unfortunately Martin, it seems this version of Debian (6 stable) uses a
> too recent version of GLIBC.
>
> I still get the same error requiring GLIBC 2.7:
> [Sat Mar 09 17:48:00 2013] [error] [client 24.200.115.71]
> /home/reallyho/public_html/cgi-bin/fossil_debian6: /lib/libc.so.6:
> version `GLIBC_2.7' not found (required by
> /home/reallyho/public_html/cgi-bin/fossil_debian6)
>
> If this page is correct: http://en.wikipedia.org/wiki/GNU_C_Library
>
> It seems I would need to compile it on Debian 4 or earlier if I want to
> use Debian. I could use another OS.
>
>
> My two current webhost (Arvixe (USA) and inter-systeme.ca (Qc, Canada))
> have really old operating systems having only GLIBC 2.5 installed. I will
> continue to look at ways to compile fossil with GLIBC 2.5 a bit or try to
> find a new webhost having a more recent OS in the near future.
>
> --
> From: stm...@hotmail.com
> To: fossil-users@lists.fossil-scm.org
> Subject: RE: Unable to install fossil 1.23+ on my webhost
> Date: Sat, 9 Mar 2013 16:03:09 -0500
>
>  Hello Stephan,
>
> Removing SSL support corrected this error. But I get the same error as
> with version 1.23+ about GLIBC 2.7.
>
> [Sat Mar 09 15:56:32 2013] [error] [client 24.200.115.71]
> /home/reallyho/public_html/cgi-bin/fossil-simon2: /lib/libc.so.6:
> version `GLIBC_2.7' not found (required by
> /home/reallyho/public_html/cgi-bin/fossil-simon2)
>
> --
> From: stm...@hotmail.com
> To: fossil-users@lists.fossil-scm.org
> Subject: RE: Unable to install fossil 1.23+ on my webhost
> Date: Sat, 9 Mar 2013 15:45:21 -0500
>
> Thanks a lot Stephan.
>
> I tried your version, but can't tell if I'm closer or not to succeeding.
>
> I got the following error:
> [Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
> /home/reallyho/public_html/cgi-bin/fossil-simon: error while loading
> shared libraries:
> libssl.so.0.9.8: cannot open shared object file: No such file or directory
>
> I wouldn't need SSL for my Fossil. Could these functions and related
> components be disabled from compilation?
>
> I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or
> 1.25.
>
> --
> From: stm...@hotmail.com
> To: fossil-users@lists.fossil-scm.org
> Subject: RE: Unable to install fossil 1.23+ on my webhost
> Date: Sat, 9 Mar 2013 14:42:04 -0500
>
> Hello,
>
> I don't have ssh access to my webhost and I can't compile fossil sources
> directly on their servers.
>
> An admin gave me the result of the command:
> root@alexandre [~]# uname -a
> Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4
> 18:28:32 EST 2012 i686 athlon i386 GNU/Linux
>
> It seems lik

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
With version 1.25 I'm getting two 500 Internal Server Errors at 5 seconds 
interval:

[Sat Mar 09 19:17:14 2013] [error] [client 24.200.115.71]
File does not exist:
/home/reallyho/public_html/500.shtml

[Sat Mar 09 19:17:09 2013] [error] [client 24.200.115.71]
File does not exist:
/home/reallyho/public_html/500.shtml

I'm not getting the GLIBC_2.7 error. I'm unsure if a change makes it unable to 
bubble-up like 1.23 does or if the error is actually another one.

My configuration is as I described in my first post. I'm looking for ways to 
better investigate this error.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 18:17:10 -0500




> Would a static binary built on any 32bit system not work? Unfortunately, I 
> don't have access to 32 bit system, so am unable to build one for you to 
> try.I think it might.

I read this topic on it: 
http://stackoverflow.com/questions/11206243/how-to-build-a-static-binary-for-gnu-linux-installations-with-old-kernel

Unfortunately, I'm a Windows Web Developer and my Linux skills are really 
limited and it's a step above my skill level.

I've not been able to do it myself yet, I'm still trying.


From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 18:01:46 -0500




Unfortunately Martin, it seems this version of Debian (6 stable) uses a too 
recent version of GLIBC.

I still get the same error requiring GLIBC 2.7:
[Sat Mar 09 17:48:00 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_debian6: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil_debian6)

If this page is correct: http://en.wikipedia.org/wiki/GNU_C_Library

It seems I would need to compile it on Debian 4 or earlier if I want to use 
Debian. I could use another OS.


My two current webhost (Arvixe (USA) and inter-systeme.ca (Qc, Canada)) have 
really old operating systems having only GLIBC 2.5 installed. I will continue 
to look at ways to compile fossil with GLIBC 2.5 a bit or try to find a new 
webhost having a more recent OS in the near future.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 16:03:09 -0500







Hello Stephan,

Removing SSL support corrected this error. But I get the same error as with 
version 1.23+ about GLIBC 2.7.

[Sat Mar 09 15:56:32 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon2: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil-simon2)

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 15:45:21 -0500




Thanks a lot Stephan.

I tried your version, but can't tell if I'm closer or not to succeeding.

I got the following error:
[Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon: error while loading shared 
libraries:
libssl.so.0.9.8: cannot open shared object file: No such file or directory

I wouldn't need SSL for my Fossil. Could these functions and related components 
be disabled from compilation?

I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or 1.25.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 14:42:04 -0500




Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of 

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Richard Hipp
On Sat, Mar 9, 2013 at 3:29 AM, Simon Tremblay  wrote:

> I think I found the problem. I'm getting the following error when I try to
> visit a fossil with version 1.23 and the config I mentioned earlier:
> [Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
> /home/reallyho/public_html/cgi-bin/fossil_20120808:
> /lib/libc.so.6: version `GLIBC_2.7' not found
> (required by /home/reallyho/public_html/cgi-bin/fossil_20120808)
>

The precompiled linux download for version 1.25 is a static executable.  I
get:

 $ ldd ./fossil
   not a dynamic executable

Did you try this with version 1.25?  And you get the GLIBC_2.7 error there
too?

-- 
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
> Would a static binary built on any 32bit system not work? Unfortunately, I 
> don't have access to 32 bit system, so am unable to build one for you to 
> try.I think it might.

I read this topic on it: 
http://stackoverflow.com/questions/11206243/how-to-build-a-static-binary-for-gnu-linux-installations-with-old-kernel

Unfortunately, I'm a Windows Web Developer and my Linux skills are really 
limited and it's a step above my skill level.

I've not been able to do it myself yet, I'm still trying.


From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 18:01:46 -0500




Unfortunately Martin, it seems this version of Debian (6 stable) uses a too 
recent version of GLIBC.

I still get the same error requiring GLIBC 2.7:
[Sat Mar 09 17:48:00 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_debian6: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil_debian6)

If this page is correct: http://en.wikipedia.org/wiki/GNU_C_Library

It seems I would need to compile it on Debian 4 or earlier if I want to use 
Debian. I could use another OS.


My two current webhost (Arvixe (USA) and inter-systeme.ca (Qc, Canada)) have 
really old operating systems having only GLIBC 2.5 installed. I will continue 
to look at ways to compile fossil with GLIBC 2.5 a bit or try to find a new 
webhost having a more recent OS in the near future.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 16:03:09 -0500







Hello Stephan,

Removing SSL support corrected this error. But I get the same error as with 
version 1.23+ about GLIBC 2.7.

[Sat Mar 09 15:56:32 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon2: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil-simon2)

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 15:45:21 -0500




Thanks a lot Stephan.

I tried your version, but can't tell if I'm closer or not to succeeding.

I got the following error:
[Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon: error while loading shared 
libraries:
libssl.so.0.9.8: cannot open shared object file: No such file or directory

I wouldn't need SSL for my Fossil. Could these functions and related components 
be disabled from compilation?

I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or 1.25.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 14:42:04 -0500




Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.f

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Kevin Martin

On 9 Mar 2013, at 23:01, Simon Tremblay wrote:

> Unfortunately Martin, it seems this version of Debian (6 stable) uses a too 
> recent version of GLIBC.

Would a static binary built on any 32bit system not work? Unfortunately, I 
don't have access to 32 bit system, so am unable to build one for you to try.

Thanks,
Kevin___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
Unfortunately Martin, it seems this version of Debian (6 stable) uses a too 
recent version of GLIBC.

I still get the same error requiring GLIBC 2.7:
[Sat Mar 09 17:48:00 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_debian6: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil_debian6)

If this page is correct: http://en.wikipedia.org/wiki/GNU_C_Library

It seems I would need to compile it on Debian 4 or earlier if I want to use 
Debian. I could use another OS.


My two current webhost (Arvixe (USA) and inter-systeme.ca (Qc, Canada)) have 
really old operating systems having only GLIBC 2.5 installed. I will continue 
to look at ways to compile fossil with GLIBC 2.5 a bit or try to find a new 
webhost having a more recent OS in the near future.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 16:03:09 -0500







Hello Stephan,

Removing SSL support corrected this error. But I get the same error as with 
version 1.23+ about GLIBC 2.7.

[Sat Mar 09 15:56:32 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon2: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil-simon2)

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 15:45:21 -0500




Thanks a lot Stephan.

I tried your version, but can't tell if I'm closer or not to succeeding.

I got the following error:
[Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon: error while loading shared 
libraries:
libssl.so.0.9.8: cannot open shared object file: No such file or directory

I wouldn't need SSL for my Fossil. Could these functions and related components 
be disabled from compilation?

I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or 1.25.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 14:42:04 -0500




Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.fossil 755  (in /home/reallyho/public_html/)
Fossil: fossil 755   (in /home/reallyho/public_html/cgi-bin/)


I also adjusted my .htaccess file to:

 Deny from all



I'm really a novice with Linux, but my hosting seems quite standard. Here are 
what my CPanel gives as specs:
Apache version 2.2.22
PHP version 5.3.15
MySQL version 5.1.66-cll
Architecture i686
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-308.11.1.el5PAE


My phpinfo is available here if it might help: 
http://reallyhotstuff.com/phpinfo.php


A working Fossil with version 1.22 is here: 
http://reallyhotstuff.com/rhs.cgi/index



I get an error 500

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Martin Gagnon
On Sat, Mar 9, 2013 at 4:14 PM, Martin Gagnon  wrote:

> Le samedi 9 mars 2013, Stephan Beal a écrit :
>
> On Sat, Mar 9, 2013 at 10:03 PM, Simon Tremblay wrote:
>>
>>>  Removing SSL support corrected this error. But I get the same error as
>>> with version 1.23+ about GLIBC 2.7.
>>>
>>
>> :(
>>
>> Then i unfortunately won't be able to help. Maybe someone else on the
>> list has access to a suitable machine/VM.
>>
>>
>>
>
>
Try this one, compiled with Debian 6 (stable), which is a pretty
conservative distribution (use pretty old libs), maybe this one will work..

https://docs.google.com/file/d/0B_-jB7mK7jpXdjd3U1NpcmZxSGs/edit?usp=sharing

-- 
Martin G.
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Martin Gagnon
Le samedi 9 mars 2013, Stephan Beal a écrit :

> On Sat, Mar 9, 2013 at 10:03 PM, Simon Tremblay 
> 
> > wrote:
>
>>  Removing SSL support corrected this error. But I get the same error as
>> with version 1.23+ about GLIBC 2.7.
>>
>
> :(
>
> Then i unfortunately won't be able to help. Maybe someone else on the list
> has access to a suitable machine/VM.
>
>
>
You can try to compile it with a centos (probably 5.8) vm, since it's based
on red hat... There's some already made free vm here:

 http://virtualboxes.org/images/centos/


-- 
Martin G.
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Stephan Beal
On Sat, Mar 9, 2013 at 10:03 PM, Simon Tremblay  wrote:

>  Removing SSL support corrected this error. But I get the same error as
> with version 1.23+ about GLIBC 2.7.
>

:(

Then i unfortunately won't be able to help. Maybe someone else on the list
has access to a suitable machine/VM.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay



Hello Stephan,

Removing SSL support corrected this error. But I get the same error as with 
version 1.23+ about GLIBC 2.7.

[Sat Mar 09 15:56:32 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon2: /lib/libc.so.6:
version `GLIBC_2.7' not found (required by 
/home/reallyho/public_html/cgi-bin/fossil-simon2)

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 15:45:21 -0500




Thanks a lot Stephan.

I tried your version, but can't tell if I'm closer or not to succeeding.

I got the following error:
[Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon: error while loading shared 
libraries:
libssl.so.0.9.8: cannot open shared object file: No such file or directory

I wouldn't need SSL for my Fossil. Could these functions and related components 
be disabled from compilation?

I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or 1.25.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 14:42:04 -0500




Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.fossil 755  (in /home/reallyho/public_html/)
Fossil: fossil 755   (in /home/reallyho/public_html/cgi-bin/)


I also adjusted my .htaccess file to:

 Deny from all



I'm really a novice with Linux, but my hosting seems quite standard. Here are 
what my CPanel gives as specs:
Apache version 2.2.22
PHP version 5.3.15
MySQL version 5.1.66-cll
Architecture i686
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-308.11.1.el5PAE


My phpinfo is available here if it might help: 
http://reallyhotstuff.com/phpinfo.php


A working Fossil with version 1.22 is here: 
http://reallyhotstuff.com/rhs.cgi/index



I get an error 500 whenever I try the same configuration with an earlier 
version (1.23 onward).

I would really like to be able to install the latest Fossil version on this 
webhost.

Is there a configuration change I'm missing? What do you recommend I try?

If you need more information I'll gladly try to give it.

Thanks a lot for your help.



  
  ___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Stephan Beal
On Sat, Mar 9, 2013 at 9:45 PM, Simon Tremblay  wrote:

> /home/reallyho/public_html/cgi-bin/fossil-simon: error while loading
> shared libraries:
> libssl.so.0.9.8: cannot open shared object file: No such file or directory
>

i've just uploaded another (same URL) without ssl support. Please try that
one.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
Thanks a lot Stephan.

I tried your version, but can't tell if I'm closer or not to succeeding.

I got the following error:
[Sat Mar 09 15:37:07 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil-simon: error while loading shared 
libraries:
libssl.so.0.9.8: cannot open shared object file: No such file or directory

I wouldn't need SSL for my Fossil. Could these functions and related components 
be disabled from compilation?

I didn't have this error with version 1.22 (which worked), 1.23, 1.24 or 1.25.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 14:42:04 -0500




Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.fossil 755  (in /home/reallyho/public_html/)
Fossil: fossil 755   (in /home/reallyho/public_html/cgi-bin/)


I also adjusted my .htaccess file to:

 Deny from all



I'm really a novice with Linux, but my hosting seems quite standard. Here are 
what my CPanel gives as specs:
Apache version 2.2.22
PHP version 5.3.15
MySQL version 5.1.66-cll
Architecture i686
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-308.11.1.el5PAE


My phpinfo is available here if it might help: 
http://reallyhotstuff.com/phpinfo.php


A working Fossil with version 1.22 is here: 
http://reallyhotstuff.com/rhs.cgi/index



I get an error 500 whenever I try the same configuration with an earlier 
version (1.23 onward).

I would really like to be able to install the latest Fossil version on this 
webhost.

Is there a configuration change I'm missing? What do you recommend I try?

If you need more information I'll gladly try to give it.

Thanks a lot for your help.



  ___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Stephan Beal
On Sat, Mar 9, 2013 at 8:52 PM, Stephan Beal  wrote:

> Maybe someone else on the list has access to an appropriate 32-bit
> machine. i have one 32-bit VM here where i can compile it and sent it to
> you off-list, but i suspect that it might also be too new for what you
> need. i'll built it and send it to you - maybe it'll work, maybe not.
>

Give this one a try:

http://www.wanderinghorse.net/tmp/fossil-simon

Built on a 32-bit Ubuntu 10.10 VM. No idea what version of glib.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Stephan Beal
On Sat, Mar 9, 2013 at 8:42 PM, Simon Tremblay  wrote:

> Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4
> 18:28:32 EST 2012 i686 athlon i386 GNU/Linux
>
> It seems like a Red Hat Enterprise Linux 5.8 with some added components
> and GLIBC 2.5 installed.
>
> I'm really a novice with Linux and I would really appreciate it you could
> try to compile version 1.25 or the latest available in the sources on a
> machine with those specs if you have one available.
>

i unfortunately only have access to 64-bit systems in the mean time, except
for my netbook (but its OS is too new for what you need).


> I'll try to see what I can do myself. Konstantin's idea is a good one and
> I might try a VM. It is really a challenge for me.
>

Maybe someone else on the list has access to an appropriate 32-bit machine.
i have one 32-bit VM here where i can compile it and sent it to you
off-list, but i suspect that it might also be too new for what you need.
i'll built it and send it to you - maybe it'll work, maybe not.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
Hello,

I don't have ssh access to my webhost and I can't compile fossil sources 
directly on their servers.

An admin gave me the result of the command:
root@alexandre [~]# uname -a
Linux alexandre.inter-systeme.net 2.6.18-308.24.1.el5PAE #1 SMP Tue Dec 4 
18:28:32 EST 2012 i686 athlon i386 GNU/Linux

It seems like a Red Hat Enterprise Linux 5.8 with some added components and 
GLIBC 2.5 installed.

I'm really a novice with Linux and I would really appreciate it you could try 
to compile version 1.25 or the latest available in the sources on a machine 
with those specs if you have one available.

I'll try to see what I can do myself. Konstantin's idea is a good one and I 
might try a VM. It is really a challenge for me.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: RE: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 03:29:06 -0500




I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.fossil 755  (in /home/reallyho/public_html/)
Fossil: fossil 755   (in /home/reallyho/public_html/cgi-bin/)


I also adjusted my .htaccess file to:

 Deny from all



I'm really a novice with Linux, but my hosting seems quite standard. Here are 
what my CPanel gives as specs:
Apache version 2.2.22
PHP version 5.3.15
MySQL version 5.1.66-cll
Architecture i686
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-308.11.1.el5PAE


My phpinfo is available here if it might help: 
http://reallyhotstuff.com/phpinfo.php


A working Fossil with version 1.22 is here: 
http://reallyhotstuff.com/rhs.cgi/index



I get an error 500 whenever I try the same configuration with an earlier 
version (1.23 onward).

I would really like to be able to install the latest Fossil version on this 
webhost.

Is there a configuration change I'm missing? What do you recommend I try?

If you need more information I'll gladly try to give it.

Thanks a lot for your help.


  ___
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] Good repository to test scalability of fossil

2013-03-09 Thread Martin Gagnon
On Friday, March 8, 2013, Martin Gagnon wrote:

> On Fri, Mar 8, 2013 at 10:30 AM, Stephan Beal 
> 
> > wrote:
>
>> On Fri, Mar 8, 2013 at 3:09 PM, Martin Gagnon 
>> 
>> > wrote:
>>
>>>- Gzipped git fast-export file:
>>>  2.58 GB
>>>
>>
>> Maybe it's time to consider renaming sqlite to
>> "sq-formerly-known-as-lite."
>>
>> My first 3 or 4 PCs didn't have nearly as much drive space as that repo
>> uses.
>>
>>
>>
> fast-export data != repository data
>
> There's a lot of overhead in the fast-export data.
>
> Actually, probably there's something wrong with the import, I'll see if
> the vacuuming finish one day.. Right now, while it's doing the vacuuming,
> my .fossil file is 354G, and the fossil-journal file is 97G.. Seems too
> big.. Yes, it's really Gig:
>
> $ du -sh *
> 2,6G openbsd-src.fast-export.gz
> 354G openbsd-src.fossil
> 97G openbsd-src.fossil-journal
>
>
Finaly, the vacuuming has finish. It took another 6 hours.

Here's the output of dbstat:

 artifact-count:874016 (stored as 115234 full text and 758782 delta
blobs)
artifact-sizes:1150982 average, 5975674 max, 1005975961946 bytes
(1006.0GB) total
compression-ratio: 804:1
checkins:  322992
files: 112009 across all branches
wikipages: 0 (0 changes)
tickets:   0 (0 changes)
events:0
tagchanges:0
project-age:   6353 days or approximately 17.39 years.
project-id:0f649243df06f4dfbd27f25849103980e98cd815
fossil-version:2013-02-06 21:41:20 [1ee4468508] [1.25] (gcc-4.4.5)
sqlite-version:2013-03-06 01:55:27 [7097241c12] (3.7.16)
database-stats:1220971 pages, 1024 bytes/pg, 0 free pages, UTF-8,
delete mode

Pretty impressive artifact size

-- 
Martin G.
___
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] Good repository to test scalability of fossil

2013-03-09 Thread Eduardo Morras
On Fri, 8 Mar 2013 09:09:56 -0500
Martin Gagnon  wrote:

> Hi,
> 
> I found a git repository of the full openbsd src tree here:
>http://anoncvs.estpak.ee/cgi-bin/cgit/openbsd-src/
> 
> I think this repository is good to test scalability of fossil, since it's
> contain not only the kernel source of openbsd, but also all the userland of
> the base system.
> 
> I know someone recently test with the NetBSD port tree, but port tree is a
> bit less realistic since it contain a incredible huge number of small files
> with an incredible number of commits.
> 
> I've clone the repo and start an fossil import of it.. I Start the import 2
> days ago and now it is at the final step, rebuilding of meta-data is
> finished and it's doing Vacuuming since a while..
> 
> Here some statistics:
>- Gzipped git fast-export file:
>  2.58 GB
>- Time for the import (before rebuilding meta-data):
>  22 hours
>- rebuilding meta-data + Vacuuming:
>  > 18 hours
>- Fossil memory usage during import:
>   Always increasing, up to: approx: 730MB during vacuuming.
> 
> Actually, right now during vacuuming, CPU usage of the fossil process is
> about 3% and there's no progress printout during vacuuming, so I don't know
> if it will finish soon...
> 
> I'll give more news when I'll try to use the repository under fossil
> compared with git for the speed.

I'm doing the same experiment with it now. I clone the openbsd repository and 
fast export to a file. It's 12 GB size and wc -l shows 430.083.609 lines.

I have modified fossil to know in what line is it working. I have no a diff but 
its trivial,

edit import.c and add the lines marked with + in function git_fast_import:

static void git_fast_import(FILE *pIn){
  ImportFile *pFile, *pNew;
  int i, mx;
  char *z;
  char *zUuid;
  char *zName;
  char *zPerm;
  char *zFrom;
  char *zTo;
  char zLine[1000];
+  sqlite3_int64 zLineNumber;

  gg.xFinish = finish_noop;
+  zLineNumber = 0;
  while( fgets(zLine, sizeof(zLine), pIn) ){
+zLineNumber++;
+if (zLineNumber%1000==0){
+  fossil_print(" Processing Line Number: %d \r", zLineNumber);
+}


Perhaps another change can show the number of lines per minute. I will try some 
tweaks and see which ones makes the import faster.

> 
> -- 
> Martin G.


---   ---
Eduardo Morras 
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Konstantin Khomoutov
On Sat, Mar 09, 2013 at 09:54:10AM +0100, Stephan Beal wrote:

> > I think I found the problem. I'm getting the following error when I try to
> > visit a fossil with version 1.23 and the config I mentioned earlier:
> > [Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
> > /home/reallyho/public_html/cgi-bin/fossil_20120808:
> > /lib/libc.so.6: version `GLIBC_2.7' not found
> > (required by /home/reallyho/public_html/cgi-bin/fossil_20120808)
> >
> > I read some threads in the mailing list and some seems to mention that I
> > could need to compile a binary of Fossil myself or try packaging an RPM.
> That's correct - your hoster seems to be running redhat(?), which is
> notorious for using really ancient system libraries (in the name of
> stability, but at the cost of pains like this one).
[...]
> ./configure (--any-options-you-need, e.g. --openssl=none for my hoster)
> make

Another option is to install a matching RH version into a virtual
machine, install gcc and the relevant library packages there, build
the executable and scp it to the hoster's machine.

On a side note: it's interesting, if it's possible to somehow tell
gcc which is building the fossil binary against a 2.7 glibc to
pretend to only link to its 2.6 ABI (or lower) symbols.
I doubt fossil really uses someting more beyond quite basic libc
facilities (plus the basic IP network stack API).

___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Stephan Beal
On Sat, Mar 9, 2013 at 9:29 AM, Simon Tremblay  wrote:

> I think I found the problem. I'm getting the following error when I try to
> visit a fossil with version 1.23 and the config I mentioned earlier:
> [Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
> /home/reallyho/public_html/cgi-bin/fossil_20120808:
> /lib/libc.so.6: version `GLIBC_2.7' not found
> (required by /home/reallyho/public_html/cgi-bin/fossil_20120808)
>
> I read some threads in the mailing list and some seems to mention that I
> could need to compile a binary of Fossil myself or try packaging an RPM.
>

That's correct - your hoster seems to be running redhat(?), which is
notorious for using really ancient system libraries (in the name of
stability, but at the cost of pains like this one).


> I'm really not that good in Linux as I'm more a Windows Developer and I
> don't really know where to start.
>
> I would appreciate any help.
>

You'll need to unpack the fossil source code on the hoster's machine and
then do:

./configure (--any-options-you-need, e.g. --openssl=none for my hoster)
make

If your hoster does not have a C compiler installed then it gets much more
difficult, but let's try the above first. Another option might be for
someone who has a similar machine to build a binary for you. Can you send
us the output of the following command from your hoster: uname -a

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Simon Tremblay
I think I found the problem. I'm getting the following error when I try to 
visit a fossil with version 1.23 and the config I mentioned earlier:
[Sat Mar 09 03:08:46 2013] [error] [client 24.200.115.71]
/home/reallyho/public_html/cgi-bin/fossil_20120808:
/lib/libc.so.6: version `GLIBC_2.7' not found
(required by /home/reallyho/public_html/cgi-bin/fossil_20120808)

I read some threads in the mailing list and some seems to mention that I could 
need to compile a binary of Fossil myself or try packaging an RPM.

I'm really not that good in Linux as I'm more a Windows Developer and I don't 
really know where to start.

I would appreciate any help.

Thanks a lot.

From: stm...@hotmail.com
To: fossil-users@lists.fossil-scm.org
Subject: Unable to install fossil 1.23+ on my webhost
Date: Sat, 9 Mar 2013 02:57:29 -0500




Hello,

I installed Fossil version 1.22 easily on my shared web host, but I'm unable to 
install any version higher than this one.


My CGI script is simple:
#!/home/reallyho/public_html/cgi-bin/fossil
repository: /home/reallyho/public_html/rhs.fossil


I set these permissions on Fossil files (it might be too much?):
CGI: rhs.cgi 755 (in /home/reallyho/public_html/)
Repo: rhs.fossil 755  (in /home/reallyho/public_html/)
Fossil: fossil 755   (in /home/reallyho/public_html/cgi-bin/)


I also adjusted my .htaccess file to:

 Deny from all



I'm really a novice with Linux, but my hosting seems quite standard. Here are 
what my CPanel gives as specs:
Apache version 2.2.22
PHP version 5.3.15
MySQL version 5.1.66-cll
Architecture i686
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-308.11.1.el5PAE


My phpinfo is available here if it might help: 
http://reallyhotstuff.com/phpinfo.php


A working Fossil with version 1.22 is here: 
http://reallyhotstuff.com/rhs.cgi/index



I get an error 500 whenever I try the same configuration with an earlier 
version (1.23 onward).

I would really like to be able to install the latest Fossil version on this 
webhost.

Is there a configuration change I'm missing? What do you recommend I try?

If you need more information I'll gladly try to give it.

Thanks a lot for your help.


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