Hi all,

I figured I'd try to build mod_perl on MacOS X Public Beta (Darwin), and
ran into a couple of snags.  Thought I'd check whether others have had
success.  I haven't yet tried recompiling Perl from source, so that's
probably the next step.

During 'perl Makefile.PL' I get lots of errors from Net::Domain, like
this:

  Unknown option: 1
  Usage: head [-options] <url>...
     -m <method>   use method for the request (default is 'HEAD')
   [...blah blah blah]

Then during 'make' it seems to go fine for a long while, but then chokes
here:

  <=== modules
  cc -c  -I./os/unix -I./include   -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT
  -I./lib/expat-lite -DNO_DL_NEEDED -g -pipe -pipe -fno-common
  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing 
  -I/System/Library/Perl/darwin/CORE  -I. -I../.. -DUSE_PERL_SSI -g -pipe
  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
  -DMOD_PERL modules.c
  cc -c  -I./os/unix -I./include   -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT
  -I./lib/expat-lite -DNO_DL_NEEDED -g -pipe -pipe -fno-common
  -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing 
  -I/System/Library/Perl/darwin/CORE  -I. -I../.. -DUSE_PERL_SSI -g -pipe
  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
  -DMOD_PERL buildmark.c
  cc  -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED
  -g -pipe -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing 
  -I/System/Library/Perl/darwin/CORE  -I. -I../.. -DUSE_PERL_SSI -g -pipe
  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
  -DMOD_PERL    \
        -o httpd buildmark.o modules.o modules/perl/libperl.a
  modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a
  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a `perl
  /Users/ken/modperl/src/modules/perl/ldopts  ` 
  /usr/bin/ld: Undefined symbols:
  _actions_module
  _include_module
  _log_config_module
  make[1]: *** [target_static] Error 1
  make: *** [apache_httpd] Error 2


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum


Reply via email to