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

2002-02-04 Thread J S


Thanks Ged,

But I didn't have any luck with the archives either. Maybe this is a dev 
level question?

Cheers,

JS.

>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.
>




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




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

2002-02-02 Thread Ged Haywood

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.




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

2002-01-31 Thread J S

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.