You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by J S <ve...@hotmail.com> on 2002/01/31 14:18:00 UTC

ld: 0711-319 WARNING: Exported symbol not defined:

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.


Re: ld: 0711-319 WARNING: Exported symbol not defined:

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
Hi there,

On Thu, 31 Jan 2002, J S wrote:

> 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
[snip]
> ..
> ..
> and so on
> 
> My environment is
> 
> AIX 4.3.3.0

Didn't see a reply yet so I thought I'd throw in a suggestion.

There have been several discussions in the not-too-distant past about
compiling mod_perl under AIX.  Never done it myself.  Maybe you could
check out one of the mod_perl List archives for "AIX"?

73,
Ged.