> It might be that the FreeBSD ports build mechanism sets some environment
variables or does some other things that are different from building
from source.
variables or does some other things that are different from building
from source.
Check your Makefile in the directory mod_perl-1.99_17/xs/APR/aprext.
$ cat ./Makefile
...
...
dynamic ::
# End.
$
you must see the 'dynamic ::'
I have got the same error as yours when commented out the line 'dynamic ::'
I did not touch anything in the FreeBSD port environment and used /usr/bin/make
Check your MakeMaker version of perl or mod_perl.
|
|