On Oct 30, 2008, at 4:19 PM, Paul Querna wrote:

Jim Jagielski wrote:
On Oct 30, 2008, at 3:00 PM, Tim Bray wrote:
On Oct 29, 2008, at 6:21 AM, Nick Kew wrote:

When svn up breaks a source file, at least you get a
meaningful error message pointing to exactly what needs fixing.
This m4 is nasty!

If /usr/bin/m4 were by arbitrary fiat deleted from all unix-like systems world-wide, there would be considerable temporary breakage, but the world would on balance be a better place thereafter. -Tim

Still semi-broken if trying the simple MPM due to both mod_unixd and unixd
being built:
ld: duplicate symbol _unixd_set_user in os/unix/.libs/ libos.a(unixd.o) and modules/arch/unix/.libs/ libmod_unixd.a(mod_unixd.o)
collect2: ld returned 1 exit status
Plus, we need to get a mod_unixd.h file which exports those
functions... currently have a *nasty* cruft just to get the
bugger compiled to play around with it :)

no, mod_unixd should not need to export any functions like current unixd does....


Hmmm... must have misunderstood the intent of the module...
Looking into it, and rereading Nick's email, I got it now.

I'll rename them so there aren't any symbol conflicts, but they should all be static anyways inside mod_unixd.c.


+1

Reply via email to