Hi,

Apache compiles OK, but during make there are a lot of the following 
messages:

..
..
ld: 0711-319 WARNING: Exported symbol not defined: Perl_yyrule
ld: 0711-319 WARNING: Exported symbol not defined: cast_i32
ld: 0711-319 WARNING: Exported symbol not defined: cast_iv
ld: 0711-319 WARNING: Exported symbol not defined: cast_uv
ld: 0711-319 WARNING: Exported symbol not defined: perl_module
ld: 0711-319 WARNING: Exported symbol not defined: mod_perl_sent_header
ld: 0711-319 WARNING: Exported symbol not defined: sv2request_rec
ld: 0711-319 WARNING: Exported symbol not defined: perl_request_rec
ld: 0711-319 WARNING: Exported symbol not defined: mod_perl_tie_table
ld: 0711-319 WARNING: Exported symbol not defined: perl_cmd_perl_FLAG
ld: 0711-319 WARNING: Exported symbol not defined: perl_cmd_perl_TAKE2

..
..
and so on

My environment is

AIX 4.3.3.0
VAC 5.0.0.2
Perl 5.005_03
Apache 1.3.22

And my mod_perl config is:

        perl Makefile.PL EVERYTHING=1 \
        APACHE_SRC=../apache_1.3.22/src \
        USE_APACI=1 \
        PREP_HTTPD=1 \
        DO_HTTPD=1


And my apache config is :

        SSL_BASE=/usr/local/openssl \
        ./configure \
        --prefix=/opt/apache \
        --enable-module=ssl \
        --activate-module=src/modules/perl/libperl.a \
        --enable-module=perl \
        --enable-module=so
        --enable-suexec
        --suexec-caller=apache

I wondered whether the problem was to do with mod_perl.exp. This only 
contained one line:

boot_mod_perl

Is this supposed to list all the perl things above?
Thanks for any help.

Cheers,

JS.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Reply via email to