[Date Prev][Date Next] [Chronological] [Thread] [Top]

Fwd: Solaris 10 test000 root dse bus error (ITS#5140)



------=_Part_32258_11773747.1190318929506
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

---------- Forwarded message ----------
From: James Hartley <james.hartley@gmail.com>
Date: Sep 20, 2007 11:38 AM
Subject: Re: Solaris 10 test000 root dse bus error (ITS#5140)
To: Quanah Gibson-Mount <quanah@zimbra.com>

ok I used the 2.4 beta wth the same result on tests.   here is the configure
command and the output of make test.   Not sure if I should back up to
Berkeley 4.5 and openldap2.3.38...  Since that will require rebuilding the
DB then SASL then LDAP... do you know someone that might have build and
tested openldap for solaris 10 that I can confer with directly.

here is the output

env
LD_LIBRARY_PATH="/usr/local/lib:/usr/local/ssl/lib:/usr/local/BerkeleyDB.4.6/lib:/usr/lib/sasl2"
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.6/lib -L/usr/lib/sasl2 -R/usr/local/lib
-R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.6/lib -R/usr/lib/sasl2"
CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.4.6/include -I/usr/local/include/sasl" ./configure
--enable-bdb --enable-crypt --with-tls --with-cyrus-sasl

make[1]: Entering directory
`/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.4.5beta
/tests'
make[2]: Entering directory
`/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.4.5beta/tests'
Initiating LDAP tests for BDB...
./run: ./schema: does not exist
Running ./scripts/all...
>>>>> Executing all LDAP tests for bdb
>>>>> Starting test000-rootdse ...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
24854 Bus Error - core dumped
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
./scripts/test000-rootdse: kill: no such process
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 255)
make[2]: *** [bdb-yes] Error 255
make[2]: Leaving directory
`/export/home/hartleyj/sunv420ldapconstruction_latest/openldap- 2.4.5beta
/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory
`/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.4.5beta
/tests'
make: *** [test] Error 2
--(hartleyj@sunv420)-(~/sunv420ldapconstruction_latest/openldap- 2.4.5beta
)--

P.S.  I have some scripts that you might be interested in the maintain
usr/local and help construct packages for solaris...



On 9/20/07, Quanah Gibson-Mount <quanah@zimbra.com> wrote:
>
> --On Thursday, September 20, 2007 3:54 PM +0000 james.hartley@gmail.com
> wrote:
>
> > ------=_Part_30794_27537250.1190303647870
> > Content-Type: text/plain; charset=ISO-8859-1
> > Content-Transfer-Encoding: 7bit
> > Content-Disposition: inline
> >
> > Humm no real help here!!  no obvious errors.  here is the last few lines
> > of the slapd.1.conf file. in tests.
> >
> > Do you have any other Ideas
>
> Use a supported version of BDB.  OpenLDAP 2.3 series works with BDB 4.2,
> 4.4, and 4.5.  OpenLDAP 2.4 series works with BDB 4.2, 4.4, 4.5, and 4.6.
> Since you built 2.3 against 4.6, you are trying to do something that is
> not
> supported.
>
> --Quanah
>
>
> --
>
> Quanah Gibson-Mount
> Principal Software Engineer
> Zimbra, Inc
> --------------------
> Zimbra ::  the leader in open source messaging and collaboration
>

------=_Part_32258_11773747.1190318929506
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">James Hartley</b> &lt;<a href="mailto:james.hartley@gmail.com";>james.hartley@gmail.com</a>&gt;<br>Date: Sep 20, 2007 11:38 AM
<br>Subject: Re: Solaris 10 test000 root dse bus error (ITS#5140)<br>To: Quanah Gibson-Mount &lt;<a href="mailto:quanah@zimbra.com";>quanah@zimbra.com</a>&gt;<br><br></span>ok I used the 2.4 beta wth the same result on tests.&nbsp;&nbsp; here
is the configure command and the output of make test.&nbsp;&nbsp; Not
sure if I should back up to Berkeley 4.5 and openldap2.3.38...&nbsp;
Since that will require rebuilding the DB then SASL then LDAP... do you
know someone that might have build and tested openldap for solaris 10
that I can confer with directly. <br><br>here is the output <span class="q"><br><br>env LD_LIBRARY_PATH=&quot;/usr/local/lib:/usr/local/ssl/lib:/usr/local/BerkeleyDB.4.6/lib:/usr/lib/sasl2&quot;
LDFLAGS=&quot;-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.6/lib -L/usr/lib/sasl2 -R/usr/local/lib
-R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.6/lib -R/usr/lib/sasl2&quot;
CPPFLAGS=&quot;-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.4.6/include -I/usr/local/include/sasl&quot; ./configure --enable-bdb --enable-crypt --with-tls --with-cyrus-sasl
<br><br></span>make[1]: Entering directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.4.5beta/tests&#39;<br>make[2]: Entering directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-
2.4.5beta
/tests&#39;<span class="q"><br>Initiating LDAP tests for BDB...<br></span>./run: ./schema: does not exist<span class="q"><br>Running ./scripts/all...<br>&gt;&gt;&gt;&gt;&gt; Executing all LDAP tests for bdb<br>&gt;&gt;&gt;&gt;&gt; Starting test000-rootdse ...
<br>
running defines.sh<br>Starting slapd on TCP/IP port 9011...<br>Using ldapsearch to retrieve the root DSE...<br>Waiting 5 seconds for slapd to start...<br></span>24854 Bus Error - core dumped<span class="q"><br>Waiting 5 seconds for slapd to start...
<br>Waiting 5 seconds for slapd to start...<br>Waiting 5 seconds for slapd to start...<br>Waiting 5 seconds for slapd to start...<br>Waiting 5 seconds for slapd to start...<br>./scripts/test000-rootdse: kill: no such process
<br></span>ldap_sasl_bind(SIMPLE): Can&#39;t contact LDAP server (-1)<br>&gt;&gt;&gt;&gt;&gt; Test failed<br>&gt;&gt;&gt;&gt;&gt; ./scripts/test000-rootdse failed (exit 255)<br>make[2]: *** [bdb-yes] Error 255<br>make[2]: Leaving directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-
2.4.5beta/tests&#39;<span class="q"><br>make[1]: *** [test] Error 2<br></span>make[1]: Leaving directory `/export/home/hartleyj/sunv420ldapconstruction_latest/openldap-2.4.5beta/tests&#39;<br>make: *** [test] Error 2<br>
--(hartleyj@sunv420)-(~/sunv420ldapconstruction_latest/openldap-
2.4.5beta)--<br><br>P.S.&nbsp;
I have some scripts that you might be interested in the maintain
usr/local and help construct packages for solaris... <br><br><br><br><div><span class="q"><span class="gmail_quote">On 9/20/07, <b class="gmail_sendername">
Quanah Gibson-Mount</b> &lt;<a href="mailto:quanah@zimbra.com"; target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">quanah@zimbra.com</a>&gt; wrote:</span></span><div><span class="e" id="q_115243658fb23cce_12">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--On Thursday, September 20, 2007 3:54 PM +0000 <a href="mailto:james.hartley@gmail.com"; target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">james.hartley@gmail.com</a><br>wrote:<br><br>&gt; ------=_Part_30794_27537250.1190303647870
<br>&gt; Content-Type: text/plain; charset=ISO-8859-1
<br>&gt; Content-Transfer-Encoding: 7bit<br>&gt; Content-Disposition: inline<br>&gt;<br>&gt; Humm no real help here!!&nbsp;&nbsp;no obvious errors.&nbsp;&nbsp;here is the last few lines<br>&gt; of the slapd.1.conf file. in tests.<br>&gt;<br>

&gt; Do you have any other Ideas<br><br>Use a supported version of BDB.&nbsp;&nbsp;OpenLDAP 2.3 series works with BDB 4.2,<br>4.4, and 4.5.&nbsp;&nbsp;OpenLDAP 2.4 series works with BDB 4.2, 4.4, 4.5, and 4.6.<br>Since you built 2.3 against 
4.6, you are trying to do something that is not<br>supported.<br><br>--Quanah<br><br><br>--<br><br>Quanah Gibson-Mount<br>Principal Software Engineer<br>Zimbra, Inc<br>--------------------<br>Zimbra ::&nbsp;&nbsp;the leader in open source messaging and collaboration
<br></blockquote></span></div></div><br>

------=_Part_32258_11773747.1190318929506--