May be you should specify the "-Bstatic" from the makfile, to be sure static version of every libs are used.
On Fri, Apr 22, 2011 at 7:06 PM, Martin Gagnon <[email protected]> wrote: > Normally, libssl is disponible as a static library (libssl.a). This > would simplify everything. > > What distro are you using ? > > - - > Martin > > On Fri, Apr 22, 2011 at 3:04 PM, Felix Wolfheimer > <[email protected]> wrote: >> True, but the libssl of my distro depends on a whole bunch of other >> libs. Many of them just offered as .so in the repos. So it was simpler >> for me to copy the shared libs to the chroot jail. However, if switching >> off the dependency on libssl for fossil it works with -static. >> >> >> Am Freitag, den 22.04.2011, 20:16 +0200 schrieb Joerg Sonnenberger: >>> On Fri, Apr 22, 2011 at 07:57:16PM +0200, Felix Wolfheimer wrote: >>> > However, it took me a while to figure out that I need to copy all the >>> > dependencies (shared libraries) fossil depends on into the file >>> > structure accessed by the webserver. >>> >>> make LDFLAGS=-static >>> >>> Joerg >>> _______________________________________________ >>> 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 >> > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

