Didier:
I had no trouble compiling mod_perl (with SSL and Frontpage support) on
4.0B and 4.0D True64.
The script used on the mod_perl side is:
#!/bin/sh
perl Makefile.PL \
APACHE_SRC=../apache_1.3.12/src \
SSL_BASE=../openssl-0.9.5a \
DO_HTTPD=1 \
USE_APACI=1 \
PREP_HTTPD=1 \
EVERYTHING=1
make
make test
###########
and on the Apache (1.3.12) side:
#!/bin/sh
SSL_BASE=../openssl-0.9.5a \
./configure --prefix=/usr/local/apache \
--enable-module=ssl \
--activate-module=src/modules/perl/libperl.a \
--activate-module=src/modules/extra/mod_frontpage.o
make
make certificate
make install
###############
It's worked like a charm. I guess that perl 5.6 differences appart, it
should work.
Regards,
Rafael Caceres
At 07:24 PM 11/16/00 -0500, you wrote:
>Hi all,
>
>maybe somebody can shed some light on this:
>
>I'm trying to compile mod_perl as a dso with apxs on Alpha/Tru64 unix and
>there is an error from the linker:
>
>ld -shared -expect_unresolved "*" -O4 -msym -std -s -L/usr/local/lib -o
>libperl.so mod_perl.lo perlxsi.lo perl_config.lo perl_util.l
>o perlio.lo mod_perl_opmask.lo Apache.lo Constants.lo ModuleConfig.lo
>Log.lo URI.lo Util.lo Connection.lo Server.lo File.lo Table.l
>o -Wl,-rpath,/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE -L/usr/local/lib
>/usr/local/lib/perl5/5.6.0/alpha-dec_osf/auto/DynaLoade
>r/DynaLoader.a -L/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE -lperl -lbind
>-ldbm -ldb -lm -liconv
>ld:
>Invalid flag usage: Wl,-rpath,/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE,
>-Wx,-option must appear after -_SYSTYPE_SVR4
>ld: Usage: ld [options] file [...]
>*** Exit 1
>
>Where would this flag be defined? How can this be fixed?
>I tried this on both a Tru64 5.1 and an older DU4.0b and the error is the
>same.
>
>Can anyone give a clue?
>
>--
>Didier Godefroy
>mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]