Hi, I am having trouble compiling mod_perl 1.21 on unixware 2.1.3
with Apache 1.3.9.

        perl Makefile.PL EVERYTHING=1 USE_APACI=1
APACHE_PREFIX=/usr/local/apache

        It breaks on the following:
                
        make 

REGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` http_vhost.c
/bin/cc -c -I..  -I/usr/local/lib/perl5/5.00503/i386-svr4/CORE  -I../os/unix
-I../include   -DUW=200 -DMOD_PERL -DUSE_PERL_SSI -I/usr/include
-I/usr/ucbinclude -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci`
util.c
UX:acomp: ERROR: "util.c", line 1330: undefined symbol: test_char_table
UX:acomp: ERROR: "util.c", line 1330: cannot dereference non-pointer type
UX:acomp: ERROR: "util.c", line 1330: undefined symbol: T_HTTP_TOKEN_STOP
UX:acomp: ERROR: "util.c", line 1338: cannot dereference non-pointer type
UX:acomp: ERROR: "util.c", line 1389: undefined symbol: test_char_table
UX:acomp: ERROR: "util.c", line 1389: cannot dereference non-pointer type
UX:acomp: ERROR: "util.c", line 1389: undefined symbol: T_ESCAPE_SHELL_CMD
UX:acomp: ERROR: "util.c", line 1513: undefined symbol: test_char_table
UX:acomp: ERROR: "util.c", line 1513: cannot dereference non-pointer type
UX:acomp: ERROR: "util.c", line 1513: undefined symbol:
T_ESCAPE_PATH_SEGMENT
UX:acomp: ERROR: "util.c", line 1542: undefined symbol: test_char_table
UX:acomp: ERROR: "util.c", line 1542: cannot dereference non-pointer type
UX:acomp: ERROR: "util.c", line 1542: undefined symbol: T_OS_ESCAPE_PATH
make[4]: *** [util.o] Error 1
make[3]: *** [subdirs] Error 1


perl -v

This is perl, version 5.005_03 built for i386-svr4 

perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=svr4, osvers=, archname=i386-svr4
    uname='unix_sv bach-p 4.2mp 2.1.3 i386 x86at '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='/bin/cc', optimize='-O', gccversion=
    cppflags='-I/usr/include -I/usr/ucbinclude'
    ccflags ='-I/usr/include -I/usr/ucbinclude'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=undef, longlongsize=, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='/bin/cc', ldflags ='-L/usr/ccs/lib -L/usr/ucblib -L/usr/local/lib
-L/usr/gnu/lib'
    libpth=/usr/local/lib /usr/gnu/lib /shlib /lib /usr/lib /usr/ccs/lib
/usr/ucblib
    libs=-lsocket -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lucb
    libc=, so=so, useshrplib=true, libperl=libperl.so
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-KPIC', lddlflags='-G -L/usr/ccs/lib -L/usr/ucblib
-L/usr/local/lib -L/usr/gnu/lib'


Characteristics of this binary (from libperl): 
  Built under svr4
  Compiled at Oct  5 1999 10:43:15
  @INC:
    /usr/local/lib/perl5/5.00503/i386-svr4
    /usr/local/lib/perl5/5.00503
    /usr/local/lib/perl5/site_perl/5.005/i386-svr4
    /usr/local/lib/perl5/site_perl/5.005
    .


  

Reply via email to