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]
Thanks for your reply. Are you saying I should really get the Perl 5.8.5 package? I thought I would be ok using the installed 5.6.1 version. I will try it this way, but first with 5.6.1
Thanks again,
Eric
-- 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
Lead Programmer
D.M. Contact Management
250.383.8267 ext 229
-- 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