On Tue, 16 Mar 2004, Rodent of Unusual Size wrote:

> and a 'perl t\TEST -config' blowes up trying to build mod_random_chunk
> (unresolved symbols _random and _srandom).

I couldn't find the _random or _srandom symbols in a
system library, but changing these to rand() and srand()
in mod_random_chunk.c seems to work OK.

-- 
best regards,
randy

Reply via email to