On 2/3/02 10:23 AM, Joe Schaefer wrote:
> John Siracusa <[EMAIL PROTECTED]> writes:
>> Well, I can confirm that it still doesn't work for me... :-/  Is everyone
>> using Perl 5.6.1 here?  Because somehow some of the files I downloaded had
>> the string "perl500503" embedded in them.  Even after search/replacing all
>> that, I ended up with an httpd that pukes with the same old symbol
>> conflicts when I try to start it.
> 
> Don't try to use the modperl tree that's in the apache tarball- it was
> left in there by mistake (I didn't realize "make distclean" won't remove
> modperl from the apache source tree).  You need the modperl source
> to compile everything from scratch, starting with modperl.  When you're
> testing Apache::Cookie and Apache::Request, be sure you're not trying to
> load the old versions of these packages.

Okay, I tried it again, from the very beginning.  I made a shell script to
automate it.  The shell script is attached.  The result of running it
appears in full below.  The upshot is the final bit:

---

dyld: bin/httpd Undefined symbols:
_ApacheRequest___parse
_ApacheRequest_expires
_ApacheRequest_new
_ApacheRequest_script_name
_ApacheRequest_tmpfile
_ApacheUpload_find
_ap_null_cleanup
_ap_pcalloc
_ap_register_cleanup
_ap_table_add
_ap_table_get
_ap_table_set
_ap_table_unset
_hvrv2table
_mod_perl_tie_table
_perl_request_rec
_sv2request_rec

---

So...what am I doing wrong?

-John

---

# ./mpapache.sh
Sun Feb  3 14:12:45 EST 2002
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=darwin, osvers=1.4, archname=darwin
    uname='darwin localhost 1.4 darwin kernel version 1.4: sun sep 9
15:39:59 pdt 2001; root:xnuxnu-201.obj~1release_ppc power macintosh powerpc
'
    config_args='-des -Dfirstmakefile=GNUmakefile -Dldflags=-flat_namespace'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include'
    ccversion='', gccversion='Apple devkit-based CPP 6.0', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-flat_namespace -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lm -lc
    perllibs=-lm -lc
    libc=/System/Library/Frameworks/System.framework/System, so=dylib,
useshrplib=true, libperl=libperl.dylib
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-flat_namespace -bundle -undefined suppress
-L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: USE_LARGE_FILES
  Built under darwin
  Compiled at 01/26/02 17:02:40
  %ENV:
    PERL_READLINE_NOWARN=""
  @INC:
    /System/Library/Perl/darwin
    /System/Library/Perl
    /Library/Perl/darwin
    /Library/Perl
    /Library/Perl
    /Network/Library/Perl/darwin
    /Network/Library/Perl
    /Network/Library/Perl
    .
Will configure via APACI
Configure mod_perl with ../apache_1.3.23/src ? [y] y
Shall I build httpd in ../apache_1.3.23/src for you? [y] n
(cd ../apache_1.3.23/src && ./Configure -file Configuration)cp
apaci/Makefile.libdir ../apache_1.3.23/src/modules/perl/Makefile.libdir
cp apaci/Makefile.tmpl ../apache_1.3.23/src/modules/perl/Makefile.tmpl
cp apaci/README ../apache_1.3.23/src/modules/perl/README
cp apaci/configure ../apache_1.3.23/src/modules/perl/configure
cp apaci/libperl.module ../apache_1.3.23/src/modules/perl/libperl.module
cp apaci/mod_perl.config.sh
../apache_1.3.23/src/modules/perl/mod_perl.config.sh
cp apaci/load_modules.pl ../apache_1.3.23/src/modules/perl/load_modules.pl
cp apaci/find_source ../apache_1.3.23/src/modules/perl/find_source
cp apaci/apxs_cflags ../apache_1.3.23/src/modules/perl/apxs_cflags
cp apaci/perl_config ../apache_1.3.23/src/modules/perl/perl_config
cp apaci/mod_perl.exp ../apache_1.3.23/src/modules/perl/mod_perl.exp
PerlDispatchHandler.........enabled
PerlChildInitHandler........enabled
PerlChildExitHandler........enabled
PerlPostReadRequestHandler..enabled
PerlTransHandler............enabled
PerlHeaderParserHandler.....enabled
PerlAccessHandler...........enabled
PerlAuthenHandler...........enabled
PerlAuthzHandler............enabled
PerlTypeHandler.............enabled
PerlFixupHandler............enabled
PerlHandler.................enabled
PerlLogHandler..............enabled
PerlInitHandler.............enabled
PerlCleanupHandler..........enabled
PerlRestartHandler..........enabled
PerlStackedHandlers.........enabled
PerlMethodHandlers..........enabled
PerlDirectiveHandlers.......enabled
PerlTableApi................enabled
PerlLogApi..................enabled
PerlUriApi..................enabled
PerlUtilApi.................enabled
PerlFileApi.................enabled
PerlConnectionApi...........enabled
PerlServerApi...............enabled
PerlSections................enabled
PerlSSI.....................enabled
Will run tests as User: 'nobody' Group: 'wheel'
Checking CGI.pm VERSION..........ok
Checking for LWP::UserAgent......ok
Checking for HTML::HeadParser....ok
Checking if your kit is complete...
Looks good
'DO_HTTP' is not a known MakeMaker parameter name.
'PREP_HTTP' is not a known MakeMaker parameter name.
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl
cp lib/Apache/Registry.pm blib/lib/Apache/Registry.pm
cp ../apache_1.3.23/src/lib/expat-lite/xmlparse.h
blib/arch/auto/Apache/include/lib/expat-lite/xmlparse.h
cp ../apache_1.3.23/src/os/bs2000/ebcdic.h
blib/arch/auto/Apache/include/os/bs2000/ebcdic.h
cp lib/Apache/PerlSections.pm blib/lib/Apache/PerlSections.pm
cp ../apache_1.3.23/src/include/http_protocol.h
blib/arch/auto/Apache/include/include/http_protocol.h
cp lib/Apache/PerlRun.pm blib/lib/Apache/PerlRun.pm
cp ../apache_1.3.23/src/include/util_script.h
blib/arch/auto/Apache/include/include/util_script.h
cp ../apache_1.3.23/src/modules/perl/perl_PL.h
blib/arch/auto/Apache/include/modules/perl/perl_PL.h
cp ../apache_1.3.23/src/os/bs2000/os-inline.c
blib/arch/auto/Apache/include/os/bs2000/os-inline.c
cp lib/Apache/Debug.pm blib/lib/Apache/Debug.pm
cp ../apache_1.3.23/src/lib/expat-lite/utf8tab.h
blib/arch/auto/Apache/include/lib/expat-lite/utf8tab.h
cp lib/mod_perl_hooks.pm.PL blib/lib/mod_perl_hooks.pm.PL
cp ../apache_1.3.23/src/lib/expat-lite/xmltok_impl.h
blib/arch/auto/Apache/include/lib/expat-lite/xmltok_impl.h
cp lib/Apache/MyConfig.pm blib/lib/Apache/MyConfig.pm
cp ../apache_1.3.23/src/os/bs2000/os.h
blib/arch/auto/Apache/include/os/bs2000/os.h
cp ../apache_1.3.23/src/regex/cclass.h
blib/arch/auto/Apache/include/regex/cclass.h
cp lib/Apache/ExtUtils.pm blib/lib/Apache/ExtUtils.pm
cp ../apache_1.3.23/src/os/win32/getopt.h
blib/arch/auto/Apache/include/os/win32/getopt.h
cp ../apache_1.3.23/src/modules/perl/mod_perl_version.h
blib/arch/auto/Apache/include/modules/perl/mod_perl_version.h
cp ../apache_1.3.23/src/os/unix/os.h
blib/arch/auto/Apache/include/os/unix/os.h
cp ../apache_1.3.23/src/include/buff.h
blib/arch/auto/Apache/include/include/buff.h
cp ../apache_1.3.23/src/os/win32/passwd.h
blib/arch/auto/Apache/include/os/win32/passwd.h
cp ../apache_1.3.23/src/include/hsregex.h
blib/arch/auto/Apache/include/include/hsregex.h
cp lib/Apache/src.pm blib/lib/Apache/src.pm
cp ../apache_1.3.23/src/modules/standard/mod_rewrite.h
blib/arch/auto/Apache/include/modules/standard/mod_rewrite.h
cp ../apache_1.3.23/src/include/http_core.h
blib/arch/auto/Apache/include/include/http_core.h
cp ../apache_1.3.23/src/os/os390/ebcdic.h
blib/arch/auto/Apache/include/os/os390/ebcdic.h
cp ../apache_1.3.23/src/os/netware/getopt.h
blib/arch/auto/Apache/include/os/netware/getopt.h
cp ../apache_1.3.23/src/os/win32/readdir.h
blib/arch/auto/Apache/include/os/win32/readdir.h
cp lib/mod_perl.pm blib/lib/mod_perl.pm
cp ../apache_1.3.23/src/regex/regex2.h
blib/arch/auto/Apache/include/regex/regex2.h
cp ../apache_1.3.23/src/lib/expat-lite/xmltok.h
blib/arch/auto/Apache/include/lib/expat-lite/xmltok.h
cp mod_perl_cvs.pod blib/lib/mod_perl_cvs.pod
cp ../apache_1.3.23/src/os/tpf/os.h
blib/arch/auto/Apache/include/os/tpf/os.h
cp ../apache_1.3.23/src/os/tpf/os-inline.c
blib/arch/auto/Apache/include/os/tpf/os-inline.c
cp ../apache_1.3.23/src/os/win32/service.h
blib/arch/auto/Apache/include/os/win32/service.h
cp ../apache_1.3.23/src/os/tpf/ebcdic.h
blib/arch/auto/Apache/include/os/tpf/ebcdic.h
cp ../apache_1.3.23/src/modules/perl/apache_inc.h
blib/arch/auto/Apache/include/modules/perl/apache_inc.h
cp ../apache_1.3.23/src/os/cygwin/os-inline.c
blib/arch/auto/Apache/include/os/cygwin/os-inline.c
cp ../apache_1.3.23/src/include/ap_config.h
blib/arch/auto/Apache/include/include/ap_config.h
cp apaci/mod_perl.exp blib/arch/auto/Apache/mod_perl.exp
cp ../apache_1.3.23/src/lib/apreq/apache_cookie.h
blib/arch/auto/Apache/include/lib/apreq/apache_cookie.h
cp ../apache_1.3.23/src/os/unix/os-inline.c
blib/arch/auto/Apache/include/os/unix/os-inline.c
cp ../apache_1.3.23/src/lib/apreq/apache_multipart_buffer.h
blib/arch/auto/Apache/include/lib/apreq/apache_multipart_buffer.h
cp ../apache_1.3.23/src/include/ap_config_auto.h
blib/arch/auto/Apache/include/ap_config_auto.h
cp ../apache_1.3.23/src/include/ap_alloc.h
blib/arch/auto/Apache/include/include/ap_alloc.h
cp lib/Apache/Symdump.pm blib/lib/Apache/Symdump.pm
cp ../apache_1.3.23/src/include/util_date.h
blib/arch/auto/Apache/include/include/util_date.h
cp ../apache_1.3.23/src/include/ap_sha1.h
blib/arch/auto/Apache/include/include/ap_sha1.h
cp lib/Apache/Status.pm blib/lib/Apache/Status.pm
cp ../apache_1.3.23/src/modules/perl/mod_perl_xs.h
blib/arch/auto/Apache/include/modules/perl/mod_perl_xs.h
cp lib/Apache/RedirectLogFix.pm blib/lib/Apache/RedirectLogFix.pm
cp ../apache_1.3.23/src/lib/expat-lite/xmlrole.h
blib/arch/auto/Apache/include/lib/expat-lite/xmlrole.h
cp ../apache_1.3.23/src/os/os390/os-inline.c
blib/arch/auto/Apache/include/os/os390/os-inline.c
cp ../apache_1.3.23/src/lib/expat-lite/nametab.h
blib/arch/auto/Apache/include/lib/expat-lite/nametab.h
cp mod_perl_method_handlers.pod blib/lib/mod_perl_method_handlers.pod
cp lib/Apache/Include.pm blib/lib/Apache/Include.pm
cp ../apache_1.3.23/src/os/win32/Win9xConHook.h
blib/arch/auto/Apache/include/os/win32/Win9xConHook.h
cp lib/Apache/StatINC.pm blib/lib/Apache/StatINC.pm
cp lib/Apache/RegistryBB.pm blib/lib/Apache/RegistryBB.pm
cp ../apache_1.3.23/src/os/os2/os.h
blib/arch/auto/Apache/include/os/os2/os.h
cp ../apache_1.3.23/src/os/netware/os.h
blib/arch/auto/Apache/include/os/netware/os.h
cp lib/Apache/test.pm blib/lib/Apache/test.pm
cp ../apache_1.3.23/src/include/ap_ctype.h
blib/arch/auto/Apache/include/include/ap_ctype.h
cp ../apache_1.3.23/src/include/explain.h
blib/arch/auto/Apache/include/include/explain.h
cp ../apache_1.3.23/src/lib/expat-lite/xmldef.h
blib/arch/auto/Apache/include/lib/expat-lite/xmldef.h
cp lib/Apache/Constants/Exports.pm blib/lib/Apache/Constants/Exports.pm
cp lib/Apache/FakeRequest.pm blib/lib/Apache/FakeRequest.pm
cp ../apache_1.3.23/src/os/netware/test_char.h
blib/arch/auto/Apache/include/os/netware/test_char.h
cp mod_perl.pod blib/lib/mod_perl.pod
cp ../apache_1.3.23/src/lib/sdbm/sdbm.h
blib/arch/auto/Apache/include/lib/sdbm/sdbm.h
cp lib/Apache/SizeLimit.pm blib/lib/Apache/SizeLimit.pm
cp lib/Apache/Resource.pm blib/lib/Apache/Resource.pm
cp ../apache_1.3.23/src/include/ap_ebcdic.h
blib/arch/auto/Apache/include/include/ap_ebcdic.h
cp ../apache_1.3.23/src/include/rfc1413.h
blib/arch/auto/Apache/include/include/rfc1413.h
cp lib/Apache/RegistryNG.pm blib/lib/Apache/RegistryNG.pm
cp ../apache_1.3.23/src/lib/sdbm/sdbm_tune.h
blib/arch/auto/Apache/include/lib/sdbm/sdbm_tune.h
cp ../apache_1.3.23/src/os/os390/os.h
blib/arch/auto/Apache/include/os/os390/os.h
cp ../apache_1.3.23/src/include/http_log.h
blib/arch/auto/Apache/include/include/http_log.h
cp ../apache_1.3.23/src/os/win32/resource.h
blib/arch/auto/Apache/include/os/win32/resource.h
cp ../apache_1.3.23/src/include/fnmatch.h
blib/arch/auto/Apache/include/include/fnmatch.h
cp mod_perl_tuning.pod blib/lib/mod_perl_tuning.pod
cp ../apache_1.3.23/src/include/compat.h
blib/arch/auto/Apache/include/include/compat.h
cp ../apache_1.3.23/src/include/http_vhost.h
blib/arch/auto/Apache/include/include/http_vhost.h
cp ../apache_1.3.23/src/modules/proxy/mod_proxy.h
blib/arch/auto/Apache/include/modules/proxy/mod_proxy.h
cp lib/Apache/httpd_conf.pm blib/lib/Apache/httpd_conf.pm
cp ../apache_1.3.23/src/include/http_conf_globals.h
blib/arch/auto/Apache/include/include/http_conf_globals.h
cp ../apache_1.3.23/src/include/ap_compat.h
blib/arch/auto/Apache/include/include/ap_compat.h
cp lib/Apache/SIG.pm blib/lib/Apache/SIG.pm
cp mod_perl_traps.pod blib/lib/mod_perl_traps.pod
cp ../apache_1.3.23/src/os/os2/os-inline.c
blib/arch/auto/Apache/include/os/os2/os-inline.c
cp ../apache_1.3.23/src/os/mpeix/os-inline.c
blib/arch/auto/Apache/include/os/mpeix/os-inline.c
cp lib/Apache/Options.pm blib/lib/Apache/Options.pm
cp ../apache_1.3.23/src/lib/expat-lite/latin1tab.h
blib/arch/auto/Apache/include/lib/expat-lite/latin1tab.h
cp lib/mod_perl_hooks.pm blib/lib/mod_perl_hooks.pm
cp cgi_to_mod_perl.pod blib/lib/cgi_to_mod_perl.pod
cp ../apache_1.3.23/src/include/ap_mmn.h
blib/arch/auto/Apache/include/include/ap_mmn.h
cp ../apache_1.3.23/src/lib/expat-lite/asciitab.h
blib/arch/auto/Apache/include/lib/expat-lite/asciitab.h
cp ../apache_1.3.23/src/include/multithread.h
blib/arch/auto/Apache/include/include/multithread.h
cp ../apache_1.3.23/src/include/httpd.h
blib/arch/auto/Apache/include/include/httpd.h
cp ../apache_1.3.23/src/lib/expat-lite/hashtable.h
blib/arch/auto/Apache/include/lib/expat-lite/hashtable.h
cp ../apache_1.3.23/src/include/http_main.h
blib/arch/auto/Apache/include/include/http_main.h
cp Apache/typemap blib/arch/auto/Apache/typemap
cp ../apache_1.3.23/src/include/http_config.h
blib/arch/auto/Apache/include/include/http_config.h
cp ../apache_1.3.23/src/support/suexec.h
blib/arch/auto/Apache/include/support/suexec.h
cp ../apache_1.3.23/src/include/http_request.h
blib/arch/auto/Apache/include/include/http_request.h
cp ../apache_1.3.23/src/include/scoreboard.h
blib/arch/auto/Apache/include/include/scoreboard.h
cp ../apache_1.3.23/src/os/mpeix/os.h
blib/arch/auto/Apache/include/os/mpeix/os.h
cp lib/Apache/Opcode.pm blib/lib/Apache/Opcode.pm
cp ../apache_1.3.23/src/lib/apreq/apache_request.h
blib/arch/auto/Apache/include/lib/apreq/apache_request.h
cp ../apache_1.3.23/src/include/ap.h
blib/arch/auto/Apache/include/include/ap.h
cp ../apache_1.3.23/src/regex/utils.h
blib/arch/auto/Apache/include/regex/utils.h
cp ../apache_1.3.23/src/include/ap_md5.h
blib/arch/auto/Apache/include/include/ap_md5.h
cp ../apache_1.3.23/src/lib/expat-lite/iasciitab.h
blib/arch/auto/Apache/include/lib/expat-lite/iasciitab.h
cp ../apache_1.3.23/src/include/util_uri.h
blib/arch/auto/Apache/include/include/util_uri.h
cp ../apache_1.3.23/src/os/netware/precomp.h
blib/arch/auto/Apache/include/os/netware/precomp.h
cp ../apache_1.3.23/src/os/win32/registry.h
blib/arch/auto/Apache/include/os/win32/registry.h
cp ../apache_1.3.23/src/os/cygwin/os.h
blib/arch/auto/Apache/include/os/cygwin/os.h
cp lib/Apache/RegistryLoader.pm blib/lib/Apache/RegistryLoader.pm
cp ../apache_1.3.23/src/include/util_md5.h
blib/arch/auto/Apache/include/include/util_md5.h
cp ../apache_1.3.23/src/os/win32/os.h
blib/arch/auto/Apache/include/os/win32/os.h
cp ../apache_1.3.23/src/modules/perl/mod_perl.h
blib/arch/auto/Apache/include/modules/perl/mod_perl.h
cp ../apache_1.3.23/src/os/netware/uri_delims.h
blib/arch/auto/Apache/include/os/netware/uri_delims.h
cp lib/Bundle/Apache.pm blib/lib/Bundle/Apache.pm
cp ../apache_1.3.23/src/lib/sdbm/sdbm_pair.h
blib/arch/auto/Apache/include/lib/sdbm/sdbm_pair.h
cp ../apache_1.3.23/src/include/conf.h
blib/arch/auto/Apache/include/include/conf.h
cp ../apache_1.3.23/src/regex/cname.h
blib/arch/auto/Apache/include/regex/cname.h
cp Apache.pm ../blib/lib/Apache.pm
Manifying ../blib/man3/Apache.3
cp Connection.pm ../blib/lib/Apache/Connection.pm
cp Constants.pm ../blib/lib/Apache/Constants.pm
Manifying ../blib/man3/Apache::Constants.3
cp File.pm ../blib/lib/Apache/File.pm
Manifying ../blib/man3/Apache::File.3
cp Leak.pm ../blib/lib/Apache/Leak.pm
/usr/local/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl
/System/Library/Perl/ExtUtils/xsubpp  -typemap
/System/Library/Perl/ExtUtils/typemap -typemap typemap Leak.xs > Leak.xsc &&
mv Leak.xsc Leak.c
cc -c  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\"
-I/System/Library/Perl/darwin/CORE  Leak.c
Running Mkbootstrap for Apache::Leak ()
chmod 644 Leak.bs
rm -f ../blib/arch/auto/Apache/Leak/Leak.bundle
LD_RUN_PATH="" cc  -flat_namespace -bundle -undefined suppress
-L/usr/local/lib Leak.o  -o ../blib/arch/auto/Apache/Leak/Leak.bundle
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
chmod 755 ../blib/arch/auto/Apache/Leak/Leak.bundle
cp Leak.bs ../blib/arch/auto/Apache/Leak/Leak.bs
chmod 644 ../blib/arch/auto/Apache/Leak/Leak.bs
Manifying ../blib/man3/Apache::Leak.3
cp Log.pm ../blib/lib/Apache/Log.pm
Manifying ../blib/man3/Apache::Log.3
cp ModuleConfig.pm ../blib/lib/Apache/ModuleConfig.pm
cp PerlRunXS.pm ../blib/lib/Apache/PerlRunXS.pm
Manifying ../blib/man3/Apache::PerlRunXS.3
cp Server.pm ../blib/lib/Apache/Server.pm
cp Symbol.pm ../blib/lib/Apache/Symbol.pm
/usr/local/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl
/System/Library/Perl/ExtUtils/xsubpp  -typemap
/System/Library/Perl/ExtUtils/typemap Symbol.xs > Symbol.xsc && mv
Symbol.xsc Symbol.c
cc -c  -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\"
-I/System/Library/Perl/darwin/CORE  Symbol.c
Running Mkbootstrap for Apache::Symbol ()
chmod 644 Symbol.bs
rm -f ../blib/arch/auto/Apache/Symbol/Symbol.bundle
LD_RUN_PATH="" cc  -flat_namespace -bundle -undefined suppress
-L/usr/local/lib Symbol.o  -o ../blib/arch/auto/Apache/Symbol/Symbol.bundle
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
chmod 755 ../blib/arch/auto/Apache/Symbol/Symbol.bundle
cp Symbol.bs ../blib/arch/auto/Apache/Symbol/Symbol.bs
chmod 644 ../blib/arch/auto/Apache/Symbol/Symbol.bs
Manifying ../blib/man3/Apache::Symbol.3
cp Table.pm ../blib/lib/Apache/Table.pm
Manifying ../blib/man3/Apache::Table.3
cp URI.pm ../blib/lib/Apache/URI.pm
Manifying ../blib/man3/Apache::URI.3
cp Util.pm ../blib/lib/Apache/Util.pm
Manifying ../blib/man3/Apache::Util.3
Manifying blib/man3/mod_perl_cvs.3
Manifying blib/man3/Apache::Registry.3
Manifying blib/man3/Apache::SizeLimit.3
Manifying blib/man3/cgi_to_mod_perl.3
Manifying blib/man3/Apache::Resource.3
Manifying blib/man3/Apache::PerlSections.3
Manifying blib/man3/Apache::PerlRun.3
Manifying blib/man3/Apache::Debug.3
Manifying blib/man3/Apache::Symdump.3
Manifying blib/man3/mod_perl_tuning.3
Manifying blib/man3/Apache::Status.3
Manifying blib/man3/Apache::RedirectLogFix.3
Manifying blib/man3/Apache::ExtUtils.3
Manifying blib/man3/mod_perl_method_handlers.3
Manifying blib/man3/Apache::Include.3
Manifying blib/man3/Apache::StatINC.3
Manifying blib/man3/Apache::RegistryLoader.3
Manifying blib/man3/Apache::test.3
Manifying blib/man3/Apache::httpd_conf.3
Manifying blib/man3/Apache::FakeRequest.3
Manifying blib/man3/mod_perl.3
Manifying blib/man3/mod_perl_traps.3
Manifying blib/man3/Apache::SIG.3
Manifying blib/man3/Apache::src.3
Manifying blib/man3/Bundle::Apache.3
Manifying blib/man3/Apache::Options.3
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
Writing /Library/Perl/darwin/auto/mod_perl/.packlist
Appending installation info to /System/Library/Perl/darwin/perllocal.pod
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        Makefile.in
        c/Makefile.in
        configure
Please inform the author.
Writing Makefile for libapreq
mkdir ../blib
mkdir ../blib/arch
mkdir ../blib/arch/auto
mkdir ../blib/arch/auto/libapreq
Writing Makefile for Apache::Request
Writing Makefile for Apache::Cookie
Writing Makefile for libapreq
cp libapreq.pod blib/lib/libapreq.pod
cp lib/Apache/libapreq.pm blib/lib/Apache/libapreq.pm
cc -c -I/Library/Perl/darwin/auto/Apache/include
-I/Library/Perl/darwin/auto/Apache/include/modules/perl
-I/Library/Perl/darwin/auto/Apache/include/include
-I/Library/Perl/darwin/auto/Apache/include/regex
-I/Library/Perl/darwin/auto/Apache/include/os/unix -I/usr/include/httpd
-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\"
-I/System/Library/Perl/darwin/CORE  apache_request.c
/Library/Perl/darwin/auto/Apache/include/include/hsregex.h:22: warning:
redefinition of macro ap_private_extern
/Library/Perl/darwin/auto/Apache/include/include/ap_config.h:1080: warning:
this is the location of the previous definition
cc -c -I/Library/Perl/darwin/auto/Apache/include
-I/Library/Perl/darwin/auto/Apache/include/modules/perl
-I/Library/Perl/darwin/auto/Apache/include/include
-I/Library/Perl/darwin/auto/Apache/include/regex
-I/Library/Perl/darwin/auto/Apache/include/os/unix -I/usr/include/httpd
-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\"
-I/System/Library/Perl/darwin/CORE  apache_cookie.c
/Library/Perl/darwin/auto/Apache/include/include/hsregex.h:22: warning:
redefinition of macro ap_private_extern
/Library/Perl/darwin/auto/Apache/include/include/ap_config.h:1080: warning:
this is the location of the previous definition
cc -c -I/Library/Perl/darwin/auto/Apache/include
-I/Library/Perl/darwin/auto/Apache/include/modules/perl
-I/Library/Perl/darwin/auto/Apache/include/include
-I/Library/Perl/darwin/auto/Apache/include/regex
-I/Library/Perl/darwin/auto/Apache/include/os/unix -I/usr/include/httpd
-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\"
-I/System/Library/Perl/darwin/CORE  apache_multipart_buffer.c
/Library/Perl/darwin/auto/Apache/include/include/hsregex.h:22: warning:
redefinition of macro ap_private_extern
/Library/Perl/darwin/auto/Apache/include/include/ap_config.h:1080: warning:
this is the location of the previous definition
rm -rf ../blib/arch/auto/libapreq/libapreq.a
/usr/bin/ar cr ../blib/arch/auto/libapreq/libapreq.a apache_request.o
apache_cookie.o apache_multipart_buffer.o && /usr/bin/ranlib
../blib/arch/auto/libapreq/libapreq.a
chmod 755 ../blib/arch/auto/libapreq/libapreq.a
cp apache_cookie.h ../blib/arch/auto/libapreq/include/apache_cookie.h
cp apache_multipart_buffer.h
../blib/arch/auto/libapreq/include/apache_multipart_buffer.h
cp apache_request.h ../blib/arch/auto/libapreq/include/apache_request.h
cp Request.pm ../blib/lib/Apache/Request.pm
/usr/local/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl
/System/Library/Perl/ExtUtils/xsubpp  -typemap
/System/Library/Perl/ExtUtils/typemap -typemap
/Library/Perl/darwin/auto/Apache/typemap Request.xs > Request.xsc && mv
Request.xsc Request.c
cc -c -I../c -I/Library/Perl/darwin/auto/Apache/include
-I/Library/Perl/darwin/auto/Apache/include/modules/perl
-I/Library/Perl/darwin/auto/Apache/include/include
-I/Library/Perl/darwin/auto/Apache/include/regex
-I/Library/Perl/darwin/auto/Apache/include/os/unix -I/usr/include/httpd
-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\"
-I/System/Library/Perl/darwin/CORE  Request.c
/Library/Perl/darwin/auto/Apache/include/include/hsregex.h:22: warning:
redefinition of macro ap_private_extern
/Library/Perl/darwin/auto/Apache/include/include/ap_config.h:1080: warning:
this is the location of the previous definition
Running Mkbootstrap for Apache::Request ()
chmod 644 Request.bs
rm -f ../blib/arch/auto/Apache/Request/Request.bundle
LD_RUN_PATH="" cc  -flat_namespace -bundle -undefined suppress
-L/usr/local/lib Request.o  -o
../blib/arch/auto/Apache/Request/Request.bundle
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
chmod 755 ../blib/arch/auto/Apache/Request/Request.bundle
cp Request.bs ../blib/arch/auto/Apache/Request/Request.bs
chmod 644 ../blib/arch/auto/Apache/Request/Request.bs
Manifying ../blib/man3/Apache::Request.3
cp Cookie.pm ../blib/lib/Apache/Cookie.pm
/usr/local/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl
/System/Library/Perl/ExtUtils/xsubpp  -typemap
/System/Library/Perl/ExtUtils/typemap -typemap
/Library/Perl/darwin/auto/Apache/typemap Cookie.xs > Cookie.xsc && mv
Cookie.xsc Cookie.c
cc -c -I../c -I/Library/Perl/darwin/auto/Apache/include
-I/Library/Perl/darwin/auto/Apache/include/modules/perl
-I/Library/Perl/darwin/auto/Apache/include/include
-I/Library/Perl/darwin/auto/Apache/include/regex
-I/Library/Perl/darwin/auto/Apache/include/os/unix -I/usr/include/httpd
-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing
-I/usr/local/include -O3   -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\"
-I/System/Library/Perl/darwin/CORE  Cookie.c
/Library/Perl/darwin/auto/Apache/include/include/hsregex.h:22: warning:
redefinition of macro ap_private_extern
/Library/Perl/darwin/auto/Apache/include/include/ap_config.h:1080: warning:
this is the location of the previous definition
Running Mkbootstrap for Apache::Cookie ()
chmod 644 Cookie.bs
rm -f ../blib/arch/auto/Apache/Cookie/Cookie.bundle
LD_RUN_PATH="" cc  -flat_namespace -bundle -undefined suppress
-L/usr/local/lib Cookie.o  -o ../blib/arch/auto/Apache/Cookie/Cookie.bundle
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
chmod 755 ../blib/arch/auto/Apache/Cookie/Cookie.bundle
cp Cookie.bs ../blib/arch/auto/Apache/Cookie/Cookie.bs
chmod 644 ../blib/arch/auto/Apache/Cookie/Cookie.bs
Manifying ../blib/man3/Apache::Cookie.3
Manifying blib/man3/libapreq.3
Manifying blib/man3/Apache::libapreq.3
Installing /Library/Perl/darwin/auto/libapreq/libapreq.a
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
Writing /Library/Perl/darwin/auto/libapreq/.packlist
Appending installation info to /System/Library/Perl/darwin/perllocal.pod
Configuring for Apache, Version 1.3.23
 + using installation path layout: Apache (config.layout)
 + activated perl module (modules/perl/libperl.a)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Darwin platform
 + setting C compiler to cc
 + setting C pre-processor to cc -E -traditional-cpp
 + checking for system header files
 + adding selected modules
    o perl_module uses ConfigStart/End
      + mod_perl build type: OBJ
      + id: mod_perl/1.26
      + id: Perl/v5.6.1 (darwin) [perl]
      + setting up mod_perl build environment
      + adjusting Apache build environment
      + enabling Perl support for SSI (mod_include)
 + building with static apreq
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/apreq
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/perl
===> src
===> src/regex
cc -I. -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` -DPOSIX_MISTAKE   -c -o regcomp.o
regcomp.c
cc -I. -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` -DPOSIX_MISTAKE   -c -o regexec.o
regexec.c
cc -I. -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` -DPOSIX_MISTAKE   -c -o regerror.o
regerror.c
cc -I. -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` -DPOSIX_MISTAKE   -c -o regfree.o
regfree.c
rm -f libregex.a
ar cr libregex.a regcomp.o regexec.o regerror.o regfree.o
ranlib libregex.a
<=== src/regex
===> src/os/unix
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
os.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
os-inline.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_cpystrn.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_execve.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_fnmatch.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_getpass.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_md5c.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_signal.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_slack.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_snprintf.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_sha1.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_checkpass.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_base64.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ap_ebcdic.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
rm -f libap.a
ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o
ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o
ap_ebcdic.o
ranlib libap.a
ranlib: file: libap.a(ap_ebcdic.o) has no symbols
<=== src/ap
===> src/main
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` gen_test_char.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci`   -o
gen_test_char gen_test_char.o  -flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
./gen_test_char >test_char.h
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` gen_uri_delims.c
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci`   -o
gen_uri_delims gen_uri_delims.o  -flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
./gen_uri_delims >uri_delims.h
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` alloc.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` buff.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_config.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_core.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_log.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_main.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_protocol.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_request.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` http_vhost.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` util.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` util_date.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` util_script.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` util_uri.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` util_md5.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` rfc1413.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
rm -f libmain.a
ar cr libmain.a alloc.o buff.o http_config.o http_core.o http_log.o
http_main.o http_protocol.o http_request.o http_vhost.o util.o util_date.o
util_script.o util_uri.o util_md5.o rfc1413.o
ranlib libmain.a
<=== src/main
===> src/lib
===> src/lib/apreq
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
-DAPACHE apache_request.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
-DAPACHE apache_multipart_buffer.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
-DAPACHE apache_cookie.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
rm -f libapreq.a
ar cr libapreq.a apache_request.o apache_multipart_buffer.o apache_cookie.o
ranlib libapreq.a
<=== src/lib/apreq
<=== src/lib
===> src/modules
===> src/modules/standard
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_env.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_log_config.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_mime.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_negotiation.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_status.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_include.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_autoindex.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_dir.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_cgi.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_asis.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_imap.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_actions.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_userdir.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_alias.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_access.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_auth.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -c -I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix
-I../../include   -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../../lib/apreq -DNO_DL_NEEDED `../../apaci`
mod_setenvif.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
rm -f libstandard.a
ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o
mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o
mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o
mod_setenvif.o 
ranlib libstandard.a
<=== src/modules/standard
===> src/modules/perl
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c mod_perl.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl -MExtUtils::Embed -e xsinit -- -o perlxsi.c -std Apache
Apache::Constants Apache::ModuleConfig Apache::Log Apache::URI Apache::Util
Apache::Connection Apache::Server Apache::File Apache::Table
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c perlxsi.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c perl_config.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c perl_util.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c perlio.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c mod_perl_opmask.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Apache.xs >Apache.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Apache.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Constants.xs >Constants.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Constants.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap ModuleConfig.xs >ModuleConfig.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c ModuleConfig.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Log.xs >Log.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Log.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap URI.xs >URI.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c URI.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Util.xs >Util.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Util.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Connection.xs >Connection.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Connection.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Server.xs >Server.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Server.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap File.xs >File.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c File.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
perl /System/Library/Perl/ExtUtils/xsubpp -nolinenumbers -typemap
/System/Library/Perl/ExtUtils/typemap Table.xs >Table.c
cc -O3 -I/System/Library/Perl/darwin/CORE -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DMOD_PERL_VERSION=\"1.26\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.26\"
-I../.. -I/System/Library/Perl/darwin/CORE -I../../os/unix -I../../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../../lib/apreq -DNO_DL_NEEDED `../../apaci` -c Table.c
../../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../../include/ap_config.h:1080: warning: this is the location of the
previous definition
rm -f libperl.a
ar crv libperl.a mod_perl.o perlxsi.o perl_config.o perl_util.o perlio.o
mod_perl_opmask.o Apache.o Constants.o ModuleConfig.o Log.o URI.o Util.o
Connection.o Server.o File.o Table.o
a - mod_perl.o
a - perlxsi.o
a - perl_config.o
a - perl_util.o
a - perlio.o
a - mod_perl_opmask.o
a - Apache.o
a - Constants.o
a - ModuleConfig.o
a - Log.o
a - URI.o
a - Util.o
a - Connection.o
a - Server.o
a - File.o
a - Table.o
/usr/bin/ranlib libperl.a
<=== src/modules/perl
<=== src/modules
cc -c -I. -I/System/Library/Perl/darwin/CORE -I./os/unix -I./include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I./lib/apreq -DNO_DL_NEEDED `./apaci` modules.c
./include/hsregex.h:22: warning: redefinition of macro ap_private_extern
./include/ap_config.h:1080: warning: this is the location of the previous
definition
cc -c -I. -I/System/Library/Perl/darwin/CORE -I./os/unix -I./include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I./lib/apreq -DNO_DL_NEEDED `./apaci` buildmark.c
./include/hsregex.h:22: warning: redefinition of macro ap_private_extern
./include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I./lib/apreq -DNO_DL_NEEDED `./apaci`    \
      -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/apreq/libapreq.a  -flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
/usr/bin/ld: warning multiple definitions of symbol _regcomp
regex/libregex.a(regcomp.o) definition of _regcomp in section
(__TEXT,__text)
/usr/lib/libm.dylib(regcomp.o) definition of _regcomp
/usr/bin/ld: warning multiple definitions of symbol _regexec
regex/libregex.a(regexec.o) definition of _regexec in section
(__TEXT,__text)
/usr/lib/libm.dylib(regexec.o) definition of _regexec
/usr/bin/ld: warning multiple definitions of symbol _regfree
regex/libregex.a(regfree.o) definition of _regfree in section
(__TEXT,__text)
/usr/lib/libm.dylib(regfree.o) definition of _regfree
===> src/support
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` htpasswd.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o
htpasswd   -L../os/unix -L../ap htpasswd.o -lm -lap -los  -flat_namespace
-L/usr/local/lib /System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` htdigest.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o
htdigest   -L../os/unix -L../ap htdigest.o -lm -lap -los  -flat_namespace
-L/usr/local/lib /System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` rotatelogs.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o
rotatelogs   -L../os/unix -L../ap rotatelogs.o -lm -lap -los
-flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` logresolve.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o
logresolve   -L../os/unix -L../ap logresolve.o -lm -lap -los
-flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` ab.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o ab
-L../os/unix -L../ap ab.o -lm -lap -los  -flat_namespace -L/usr/local/lib
/System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
sed <apxs.pl >apxs \
    -e 's%@TARGET@%httpd%g' \
    -e 's%@CC@%cc%g' \
    -e 's%@CFLAGS@% -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci`%g' \
    -e 's%@CFLAGS_SHLIB@%%g' \
    -e 's%@LD_SHLIB@%%g' \
    -e 's%@LDFLAGS_MOD_SHLIB@%%g' \
    -e 's%@LIBS_SHLIB@%%g' && chmod a+x apxs
cc -c -I.. -I/System/Library/Perl/darwin/CORE -I../os/unix -I../include
-DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DUSE_APREQ
-I../lib/apreq -DNO_DL_NEEDED `../apaci` checkgid.c
../include/hsregex.h:22: warning: redefinition of macro ap_private_extern
../include/ap_config.h:1080: warning: this is the location of the previous
definition
cc  -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include
-DUSE_HSREGEX -DUSE_APREQ -I../lib/apreq -DNO_DL_NEEDED `../apaci` -o
checkgid   -L../os/unix -L../ap checkgid.o -lm -lap -los  -flat_namespace
-L/usr/local/lib /System/Library/Perl/darwin/auto/DynaLoader/DynaLoader.a
-L/System/Library/Perl/darwin/CORE -lperl -lm -lc
/usr/bin/ld: warning -L: directory name (/usr/local/lib) does not exist
<=== src/support
<=== src
===> [mktree: Creating Apache installation tree]
./src/helpers/mkdir.sh /usr/local/apache/bin
./src/helpers/mkdir.sh /usr/local/apache/bin
./src/helpers/mkdir.sh /usr/local/apache/libexec
./src/helpers/mkdir.sh /usr/local/apache/man/man1
./src/helpers/mkdir.sh /usr/local/apache/man/man8
./src/helpers/mkdir.sh /usr/local/apache/conf
./src/helpers/mkdir.sh /usr/local/apache/htdocs
./src/helpers/mkdir.sh /usr/local/apache/htdocs/manual
./src/helpers/mkdir.sh /usr/local/apache/icons
./src/helpers/mkdir.sh /usr/local/apache/cgi-bin
./src/helpers/mkdir.sh /usr/local/apache/include
./src/helpers/mkdir.sh /usr/local/apache/include/xml
./src/helpers/mkdir.sh /usr/local/apache/logs
./src/helpers/mkdir.sh /usr/local/apache/logs
./src/helpers/mkdir.sh /usr/local/apache/proxy
chown nobody /usr/local/apache/proxy
chgrp nobody /usr/local/apache/proxy
<=== [mktree]
===> [programs: Installing Apache httpd program and shared objects]
./src/helpers/install.sh -c -m 755 -s ./src/httpd
/usr/local/apache/bin/httpd
./src/helpers/install.sh -c -m 644 ./src/support/httpd.8
/usr/local/apache/man/man8/httpd.8
<=== [programs]
===> [support: Installing Apache support programs and scripts]
./src/helpers/install.sh -c -m 755 -s ./src/support/ab
/usr/local/apache/bin/ab
./src/helpers/install.sh -c -m 644 ./src/support/ab.8
/usr/local/apache/man/man8/ab.8
./src/helpers/install.sh -c -m 755 ./src/support/apachectl[*]
/usr/local/apache/bin/apachectl
./src/helpers/install.sh -c -m 644 ./src/support/apachectl.8
/usr/local/apache/man/man8/apachectl.8
./src/helpers/install.sh -c -m 755 -s ./src/support/checkgid
/usr/local/apache/bin/checkgid
./src/helpers/install.sh -c -m 755 -s ./src/support/htpasswd
/usr/local/apache/bin/htpasswd
./src/helpers/install.sh -c -m 644 ./src/support/htpasswd.1
/usr/local/apache/man/man1/htpasswd.1
./src/helpers/install.sh -c -m 755 -s ./src/support/htdigest
/usr/local/apache/bin/htdigest
./src/helpers/install.sh -c -m 644 ./src/support/htdigest.1
/usr/local/apache/man/man1/htdigest.1
./src/helpers/install.sh -c -m 755 ./src/support/dbmmanage[*]
/usr/local/apache/bin/dbmmanage
./src/helpers/install.sh -c -m 644 ./src/support/dbmmanage.1
/usr/local/apache/man/man1/dbmmanage.1
./src/helpers/install.sh -c -m 755 -s ./src/support/logresolve
/usr/local/apache/bin/logresolve
./src/helpers/install.sh -c -m 644 ./src/support/logresolve.8
/usr/local/apache/man/man8/logresolve.8
./src/helpers/install.sh -c -m 755 -s ./src/support/rotatelogs
/usr/local/apache/bin/rotatelogs
./src/helpers/install.sh -c -m 644 ./src/support/rotatelogs.8
/usr/local/apache/man/man8/rotatelogs.8
./src/helpers/install.sh -c -m 755 ./src/support/apxs[*]
/usr/local/apache/bin/apxs
./src/helpers/install.sh -c -m 644 ./src/support/apxs.8
/usr/local/apache/man/man8/apxs.8
<=== [support]
===> [include: Installing Apache C header files]
cp ./src/include/*.h /usr/local/apache/include/
cp ./src/lib/expat-lite/*.h /usr/local/apache/include/xml/
cp ./src/lib/apreq/*.h /usr/local/apache/include/
cp ./src/os/unix/os.h /usr/local/apache/include/
cp ./src/os/unix/os-inline.c /usr/local/apache/include/
chmod 644 /usr/local/apache/include/*.h /usr/local/apache/include/xml/*.h
<=== [include]
===> [data: Installing initial data files]
[PRESERVING EXISTING DATA SUBDIR: /usr/local/apache/htdocs/]
Copying tree ./htdocs/manual -> //usr/local/apache/htdocs/manual/
[PRESERVING EXISTING CGI SUBDIR: /usr/local/apache/cgi-bin/]
Copying tree ./icons/ -> /usr/local/apache/icons/
<=== [data]
===> [config: Installing Apache configuration files]
./src/helpers/install.sh -c -m 644 ./conf/httpd.conf-dist[*]
/usr/local/apache/conf/httpd.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/local/apache/conf/httpd.conf]
./src/helpers/install.sh -c -m 644 ./conf/access.conf-dist[*]
/usr/local/apache/conf/access.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/local/apache/conf/access.conf]
./src/helpers/install.sh -c -m 644 ./conf/srm.conf-dist[*]
/usr/local/apache/conf/srm.conf.default
[PRESERVING EXISTING CONFIG FILE: /usr/local/apache/conf/srm.conf]
./src/helpers/install.sh -c -m 644 ./conf/mime.types
/usr/local/apache/conf/mime.types.default
[PRESERVING EXISTING CONFIG FILE: /usr/local/apache/conf/mime.types]
./src/helpers/install.sh -c -m 644 ./conf/magic
/usr/local/apache/conf/magic.default
[PRESERVING EXISTING CONFIG FILE: /usr/local/apache/conf/magic]
<=== [config]
+--------------------------------------------------------+
| You now have successfully built and installed the      |
| Apache 1.3 HTTP server. To verify that Apache actually |
| works correctly you now should first check the         |
| (initially created or preserved) configuration files   |
|                                                        |
|   /usr/local/apache/conf/httpd.conf
|                                                        |
| and then you should be able to immediately fire up     |
| Apache the first time by running:                      |
|                                                        |
|   /usr/local/apache/bin/apachectl start
|                                                        |
| Thanks for using Apache.       The Apache Group        |
|                                http://www.apache.org/  |
+--------------------------------------------------------+
dyld: bin/httpd Undefined symbols:
_ApacheRequest___parse
_ApacheRequest_expires
_ApacheRequest_new
_ApacheRequest_script_name
_ApacheRequest_tmpfile
_ApacheUpload_find
_ap_null_cleanup
_ap_pcalloc
_ap_register_cleanup
_ap_table_add
_ap_table_get
_ap_table_set
_ap_table_unset
_hvrv2table
_mod_perl_tie_table
_perl_request_rec
_sv2request_rec


Attachment: mpapache.sh
Description: Binary data

Reply via email to