[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

problems building on HP-UX with gcc, static libraries, dynamic apache module

From: <martr_at_zeelandnet.nl>
Date: 2005-03-14 13:36:47 CET

I want to use subversion as apache modules on a HP-UX 11.11 machine.

In order to make that happen I need subversion's static libraries
(and all other relevant libraries static as well) and then make the
svn apache2 dso modules that have all those relevant libraries
linked in as well as libgcc such that at start up time I won't get
complaints (and an abort) about missing symbols.

In principle this should work - it's how php for example works too.
But how can I make this happen with subversion? I have tried many
variations on configure with all kinds of options. But I always end
up either with dso modules that are linked to shared libraries -
which I don't want because it doesn't work - or with static modules
(which I don't want at all, and, in order to be used also have to be
linked with other libraries).

Does anyone have some insight on this problem?

Thanks,

Mart

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 14 13:39:32 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.