Zulsdorf, Kirk | 6 Mar 2012 09:33
Picon
Picon

Solaris 10 compile errors - log_rerror

I have mod_auth_kerb-5.4 installed. The "./configure" process seems to
complete without any critical errors. When I run the "make" I receive
errors relating to "log_rerror" that I am unsure where to start.

I will be very grateful if some direction can be provided.

I shall include build details below.

Thank you in anticipation,

Kind regards,

Kirk Zulsdorf

OS details
Solaris 10 10/09 s10s_u8wos_08a SPARC

gcc details
-----------
-bash-3.00$ gcc -v
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with:
/sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++
--enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

Native krb packages installed:
(Continue reading)

Henry B. Hotz | 6 Mar 2012 19:05
Picon
Picon
Favicon

Re: Solaris 10 compile errors - log_rerror

For something so simple, there seem to be an annoying number of details that can mess things up.  I've
sometimes found it easiest to just force configure's test for pre-existing SPNEGO support in the native
GSSAPI libraries to fail.  Then the built-in support is used, and things may go better.

Sometimes the built-in SPNEGO support exists and is found, but is buggy.  Same workaround.

If you want to trace down what's happening, I'd ignore the "incompatible pointer type" errors.  I'd worry
more about the "structure has no member named" errors.  Probably means some include file is missing.  Same
thing for the "implicit declaration of function" errors.  Find what include file defines those things and
make sure it's properly included.

On Mar 6, 2012, at 12:33 AM, Zulsdorf, Kirk wrote:

> I have mod_auth_kerb-5.4 installed. The "./configure" process seems to
> complete without any critical errors. When I run the "make" I receive
> errors relating to "log_rerror" that I am unsure where to start.
> 
> I will be very grateful if some direction can be provided.
> 
> I shall include build details below.
> 
> Thank you in anticipation,
> 
> Kind regards,
> 
> Kirk Zulsdorf
> 
> OS details
> Solaris 10 10/09 s10s_u8wos_08a SPARC
> 
(Continue reading)

Zulsdorf, Kirk | 7 Mar 2012 08:09
Picon
Picon

Re: Solaris 10 compile errors - log_rerror

Henry,

Thank you for your help. A quick solution was found by using Apache
2.2.22 instead of Apache 2.4.1. 

I have not yet ascertained the root cause at this stage.

Regards

Kirk

-----Original Message-----
From: Henry B. Hotz [mailto:hotz <at> jpl.nasa.gov] 
Sent: Wednesday, 7 March 2012 2:05 AM
To: Zulsdorf, Kirk
Cc: modauthkerb-help <at> lists.sourceforge.net
Subject: Re: [modauthkerb] Solaris 10 compile errors - log_rerror

For something so simple, there seem to be an annoying number of details
that can mess things up.  I've sometimes found it easiest to just force
configure's test for pre-existing SPNEGO support in the native GSSAPI
libraries to fail.  Then the built-in support is used, and things may go
better.

Sometimes the built-in SPNEGO support exists and is found, but is buggy.
Same workaround.

If you want to trace down what's happening, I'd ignore the "incompatible
pointer type" errors.  I'd worry more about the "structure has no member
named" errors.  Probably means some include file is missing.  Same thing
(Continue reading)

Henry B. Hotz | 7 Mar 2012 08:20
Picon
Picon
Favicon

Re: Solaris 10 compile errors - log_rerror


On Mar 6, 2012, at 11:09 PM, Zulsdorf, Kirk wrote:

> Henry,
> 
> Thank you for your help. A quick solution was found by using Apache
> 2.2.22 instead of Apache 2.4.1.
> 
> I have not yet ascertained the root cause at this stage.
> 
> Regards
> 
> Kirk

Heh.  Haven't played with 2.4 yet.
------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz <at> jpl.nasa.gov, or hbhotz <at> oxy.edu

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Russ Allbery | 7 Mar 2012 21:48
Picon
Favicon
Gravatar

Re: Solaris 10 compile errors - log_rerror

"Zulsdorf, Kirk" <Kirk.Zulsdorf <at> transport.wa.gov.au> writes:

> Thank you for your help. A quick solution was found by using Apache
> 2.2.22 instead of Apache 2.4.1.

Apache 2.4 looks like it will require a fair bit of porting for most
modules.

--

-- 
Russ Allbery (rra <at> stanford.edu)             <http://www.eyrie.org/~eagle/>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Henry B. Hotz | 8 Mar 2012 01:17
Picon
Picon
Favicon

Re: Solaris 10 compile errors - log_rerror

*bleah*

On Mar 7, 2012, at 12:48 PM, Russ Allbery wrote:

> "Zulsdorf, Kirk" <Kirk.Zulsdorf <at> transport.wa.gov.au> writes:
> 
>> Thank you for your help. A quick solution was found by using Apache
>> 2.2.22 instead of Apache 2.4.1.
> 
> Apache 2.4 looks like it will require a fair bit of porting for most
> modules.
> 
> -- 
> Russ Allbery (rra <at> stanford.edu)             <http://www.eyrie.org/~eagle/>

------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz <at> jpl.nasa.gov, or hbhotz <at> oxy.edu

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/

Gmane