In message <[EMAIL PROTECTED]>, Eric writes
:
>Which sounds like the answer to my problem except I don't know how to 
>correctly make these changes so that gcc flags are used instead of Solaris 
>compiler flags. I am guessing that mod_perl is being a little too smart for 

As root,
# rm /usr/bin/perl

As eric,
$ cd /tmp/perl-5.8.5
$ env PATH=/usr/bin:/usr/ccs/bin:/opt/sfw/bin ./Configure \
-Dprefix=/opt/perl-5.8.5 -Dcc=gcc -Duseshrplib -Uusemymalloc \
-Duselargefiles  -Ubincompat5005 -des
$ env PATH=/usr/bin:/usr/ccs/bin:/opt/sfw/bin make test

When building modperl, remember to be explicit about invoking the
correct Perl.
$ /opt/perl-5.8.5/bin/perl Makefile.PL USE_APXS=1 \
WITH_APXS=/opt/apache/bin/apxs EVERYTHING=1 PERL_TRACE=1

Happy hacking,
John
[EMAIL PROTECTED]


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to