On Sat, Dec 18, 2010 at 02:05:43PM +0100, јеромонах Виталије wrote:
> Hello
> I have installed fossil as cgi script on my web server and it works just
> fine :-)
> 
> I wished to make small change to the fossil source and I have rebuild it
> from source. Everything was fine on my home computer. But when I
> deployed my own version of fossil executable on server and tried to 
> execute it I got some error message about missing library.
If you built with glibc, I imagine you linked fossil dynamically to it.
Althgouh most programs linked with old glibc versions can then be used
dynamically linking with newer glibc, the opposite is less true.

Does your server have a glibc older than your computer?

> I have also noticed that my build version of fossil is about 2.4M, while
> official version is 800k.

Can you try to strip yours? "strip -s fossil".

Regards,
Lluís.
_______________________________________________
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