First, thanks for the help. It's appreciated. The problem was my bad. I 
built the compiler with GNU binutils, which on Solaris is a no-no, but 
built Perl with the Sun tools. Once I rebuilt the compiler using the Sun 
tools, then rebuilt everything from scratch it worked fine.

I'm posting this to the list so it's get archived in case others miss this 
detail as well.

Thanks again.

--Jeff

At 09:07 AM 1/28/00 +0000, G.W. Haywood wrote:
>Hi there,
>
>On Thu, 27 Jan 2000, Jeff Beard wrote:
>
> > running make test fails and produces the errors listed at the end of
> > this message.  I searched the list archives and found a posting that
> > suggested rebuilding Perl with the same compiler and tools that I
> > use for apache and mod_perl. So I did but it didn't fix the
> > problem. I did in fact build Perl the first time with gcc 2.8.1,
> > then built gcc 2.95.2 from source. But I rebuilt Perl with the new
> > compiler and get the same results.
>
>I think the bit about using the same compiler means don't use gcc and
>ztcpp, you ought to get away with 2.8 and 2.95, but it's good advice.
>
>You're obviously comfortable with compiling your tools, so you could
>try a few more recompilations.  My first try would be a static build.
>It seems dynamic linking is responsible for all kinds of problems.  I
>built mySQL for a customer yesterday and the Perl interface wouldn't
>run with dynamic linking of Msql-Mysql-modules, no matter what I did.
>No problems at all with --static.
>
>If that fails I'd try with a minimum set of modules (just mod_perl to
>start with, leave out php/mod_ssl) and work up from there to see what
>(if anything) triggers it.  There have been questions about Apache
>1.3.11 with mod_perl.  Try Apache 1.3.9?
>
>There are several other possibilities.  Where is apache_1.3.11?  I
>found I had to put both the mod_perl and Apache directories in
>/usr/local, i.e. /usr/local/apache_1.3.9 and /usr/local/mod_perl-1.21.
>Did you delete everything before recompiling?  You should.  Have you
>tried `make distclean'?
>
>Let me know how you get on.
>
>73,
>Ged.
>
>
> > The environment, etc. is:
> >
> > Solaris 2.6 on an Ultra 1
> > gcc 2.95.2
> > Sun's build tools (ld, nm, ar, etc.)
> > Perl 5.005_03
> > apache 1.3.11
> > mod_perl 1.21
> >
> > Other "3rd party" mods I'm including:
> > php 4.0b3
> > mod_ssl 2.5.0-1.3.11
> >



Jeff Beard
_______________________________
Web:            www.cyberxape.com
Phone:  303.443.9339
Location:       Boulder, CO, USA

Reply via email to