Hi,
Finally, i have it working. Thanks to all those who replied. Although, i
still don't know the exact cause of the previous failures but i suspect it
was threaded perl builds cause some debugging thru' gdb shows something
related to threads. Unfortunately, i deleted the debug dump. Anyway, here
are the changes i made while making perl :-
1. Used Solaris tools (NO GNU binutils)
2. Disabled largefiles support
3. Disabled threads
I tried with using Solaris tools and enabling largefile support and threads
but it didn't work, so the culprit has to be largefile support or threads.
Since threads is an experimental feature, i figured it must be the culprit.
Whatever, thanks everyone.
Siddhartha Jain
----- Original Message -----
From: "JONES, WILLIAM C" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 7:18 PM
Subject: Re: mod-perl on Solaris 2.6
>
> You wrote:
>
> Date: Tue, 9 Jan 2001 00:16:46 +0530
> To: <[EMAIL PROTECTED]>
> From: "Siddhartha Jain" <[EMAIL PROTECTED]>
> Subject: Re: mod-perl on Solaris 2.6
> Message-ID: <00c201c079a3$5a678de0$1a01010a@Sid>
>
> Applying patches was the first thing i did after installing the OS (kind
> of
> a standard practise with me). So, yes everything i've done has been
> after
> installing the patches.
>
> Siddhartha
> --------------------------------------------------------------------------
--
> -------
>
>
>
> Hmmm.... Is uselargefiles enabled under Perl?
> mod_perl and Apache do not like uselargefiles under
> Solaris - this is a known bug. What does
>
> perl -V
>
> (that's a capital V) say?
>
> I had this same problem, but when I manually set
> uselargefiles=false - the compile and test afterwards
> was successful
>