I've just this moment faced this problem. The Linux executable
available from www.fossil-scm.org does not run on Bluehost and
reports an error unable to find libz.so.1
As John Found says, it is a problem related to the 64 bit
environment and missing 32 bit libraries.
My solution was to work at the command line shell on my Bluehost
server to download the source using wget and then to use the
configure command:
./configure --with-openssl=none
because I do not use ssl.
This was followed by:
make
and then a copy of the fossil executable into a local bin directory
that is no my bash path.
I also had to run fossil rebuild on the repositories to have the
top line menu behave.
On Sun, 2012-10-28 at 21:20 +0200, John Found wrote:
> The big problem with bluehost is that their servers
> run 64bit Linux, but the 32bit compatibility libraries are not installed.
> I faced this problem, when trying to install my CMS which is written
> in 32bit assembly language. (Now it runs OK: http://fresh.flatassembler.net )
> Anyway, you probably need to compile fossil for 64bit or at least statically
> linked -
> I am not sure how, because I don't know C/C++, but fossil ELF executable must
> not use
> any shared libraries.
>
> Of course you need to set properly .htaccess files as well in order to
> properly execute cgi scripts.
>
> On Sun, 28 Oct 2012 10:52:46 -0600
> Chad Perrin <[email protected]> wrote:
>
> > I have some need for Fossil on a shared host. My first pass at trying to
> > get it running a month or two ago, following the directions in the online
> > documentation for Fossil SCM, met with failure. Before I give it another
> > try, I thought it might make sense to ask for tips here.
> >
> > The shared hosting provider in question is Bluehost. Are there some tips
> > and caveats that anyone can offer me for how to handle Bluehost in
> > particular to get Fossil running? I'll need the ability to push and pull
> > via HTTPS at least (both authenticated and "anonymous" pull access),
> > preferably also SSH, and of course the usual web access stuff as well
> > (wiki, issue tracker, source code browsing).
> >
> > --
> > Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
> > _______________________________________________
> > fossil-users mailing list
> > [email protected]
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users