On Wed, Jun 14, 2000 at 05:37:59PM -0400, Greg Estep wrote:
> 
> I don't have a httpd.exp in /usr/local/apache/libexec.  I assume that is
> because I am not using DSO for any of my apache modules.  I
> used -bI:<apache-source-dir>/src/support/httpd.exp and got a clean
> compile/link.

Well, Apache's make install probably assumes that it is not needed in
this case, which is not entirely true as can be seen from this
situation. 

> When I try 'make test', I get:
> 
> $ make test
> PERL_DL_NONLAZY=0
> /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/aix 
> -I/usr/local/lib/perl5/5.6.0 test.pl
> 
> loading...                    Can't load
> 'blib/arch/auto/HTML/Embperl/Embperl.so
> ' for module HTML::Embperl: dlopen: blib/arch/auto/HTML/Embperl/Embperl.so:
> 30
> blib/arch/auto/HTML/Embperl/Embperl.so36 ap_get_client_block 131 perl36
> ap_log_e
> rror 132 perl36 ap_palloc 133 perl36 ap_pstrdup 134 perl36 ap_rflush 135
> perl36
> ap_rputc 136 perl36 ap_rwrite 137 perl36 ap_send_http_header 138 perl36
> ap_set_c
> ontent_length 139 perl36 ap_setup_client_block 140 perl36
> ap_should_client_block
>  141 perl36 ap_table_add 142 perl36 ap_table_set 143 perl at
> /usr/local/lib/perl
> 5/5.6.0/aix/DynaLoader.pm line 200.
>  at test.pl line 557
> Compilation failed in require at test.pl line 557.
> BEGIN failed--compilation aborted at test.pl line 557.
> make: *** [test_dynamic] Error 255

Well this surely looks like your Apache main part does not export the
symbols in question, does a dump -nv httpd list the symbols in question
like this?

[207]   0x20007458    .data      EXP     DS SECdef        [noIMid] ap_table_set

-- 
Jens-Uwe Mager

HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany

Phone:          +49 5131 709320
FAX:            +49 5131 709325
Internet:       [EMAIL PROTECTED]

Reply via email to