<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yeah - I tried that Rich, but it still didn't go into the SASL directory. &nbsp; I will do that again though - in fact I'll start from a completely new TAR extract and make the modifications I listed below (chmod, gtar, etc)<div><br class="webkit-block-placeholder"></div><div>Thanks..I'll report back when I know more.</div><div><br class="webkit-block-placeholder"></div><div>Sellers</div><div><br><div><div>On Dec 11, 2007, at 5:07 PM, Rich Megginson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div> <!-- Converted from text/plain format --><p><font size="2">Chris G. Sellers wrote:<br> &gt; Ok,<br> &gt;<br> &gt; I was able to get much further after recompiling from scratch using<br> &gt; the SunPro compilers.<br> &gt;<br> &gt; I did run into a few snags<br> &gt;<br> &gt; I had to make sure I was using gtar in the gar.conf.mk<br> &gt; I had to not turn on BUILD_CLEAN=true (not 100% sure what it was<br> &gt; cleaning but it may explain why work was missing before)<br> &gt; I had to chmod o+x the perl scripts for the icu builds (ended up chmod<br> &gt; -R 0755 /var/tmp/ds*)<br> &gt;<br> &gt; Now, I am trying to build the adminsetup util, and I can't find SASL<br> &gt; libraries.&nbsp; If I SASL_SOURCE=1 when I call make it does not appear to<br> &gt; try to compile sasl ahead of time, thus gives a dependency error can't<br> &gt; find a sasl library. (and it' can not find the ones by default<br> &gt; built-into the OS in /usr/include)<br> Did you first run make without setting SASL_SOURCE=1?&nbsp; If so, then<br> remove all of the files and directories in the ds/cyrus-sasl/cookies<br> directory.<br> &gt;<br> &gt; Here is the error.&nbsp;&nbsp; I'm looking to see if I can build the SASL stuff<br> &gt; manually....not sure where to find the proper flags...<br> &gt;<br> &gt;<br> &gt; CC -DSOLARIS&nbsp;&nbsp; \<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/bin/setup<br> &gt; \<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> &gt;&nbsp; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/setup.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/installer.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/dl-inst.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/product.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/dl-common.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/wizard.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/ux-setup.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/uxres.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/obj/uxres_data.o<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/lib/libinstall.a<br> &gt; -lsocket -lthread -lposix4 -lnsl -ldl -lresolv -lm -lcurses -ltermcap \<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> &gt;&nbsp; /var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/lib/libldap60.a<br> &gt; /var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/lib/liblber60.a<br> &gt; -L../../../cyrus-sasl-2.1.20/built/lib -lsasl2&nbsp;&nbsp;<br> &gt; ld: fatal: library -lsasl2: not found<br> &gt; ld: fatal: File processing errors. No output written to<br> &gt; /var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/bin/setup<br> &gt; gmake[4]: ***<br> &gt; [/var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/built/SunOS5.11_OPT.OBJ/bin/setup]<br> &gt; Error 1<br> &gt; gmake[4]: Leaving directory<br> &gt; `/var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3/installer/unix'<br> &gt; gmake[3]: *** [installerBIN] Error 2<br> &gt; gmake[3]: Leaving directory<br> &gt; `/var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3'<br> &gt; gmake[2]: *** [buildInstaller] Error 2<br> &gt; gmake[2]: Leaving directory<br> &gt; `/var/tmp/dsbuild-fds104/ds/setuputil/work/fedora-setuputil-1.0.3'<br> &gt; gmake[1]: *** [build-work/fedora-setuputil-1.0.3/Makefile] Error 2<br> &gt; gmake[1]: Leaving directory `/var/tmp/dsbuild-fds104/ds/setuputil'<br> &gt; gmake: *** [dep-../../ds/setuputil] Error 2<br> &gt;<br> &gt; On Dec 11, 2007, at 1:12 PM, &lt;<a href="mailto:Chris.Sellers@nitle.org">Chris.Sellers@nitle.org</a><br> &gt; &lt;<a href="mailto:Chris.Sellers@nitle.org">mailto:Chris.Sellers@nitle.org</a>&gt;&gt; &lt;<a href="mailto:Chris.Sellers@nitle.org">Chris.Sellers@nitle.org</a><br> &gt; &lt;<a href="mailto:Chris.Sellers@nitle.org">mailto:Chris.Sellers@nitle.org</a>&gt;&gt; wrote:<br> &gt;<br> &gt;&gt; Ok, Now that I have the sun compiler involved I'm going to remove the<br> &gt;&gt; environment variables and fix the configure.in and Makefiles to be<br> &gt;&gt; back the way they were.<br> &gt;&gt;<br> &gt;&gt; I'll try that and then report back on the how, why, and where.<br> &gt;&gt;<br> &gt;&gt; Thanks<br> &gt;&gt;<br> &gt;&gt; Sellers<br> &gt;&gt;<br> &gt;&gt; I ran the make command in the dsbuild.&nbsp;&nbsp;<br> &gt;&gt; On Dec 11, 2007, at 11:19 AM, Rich Megginson wrote:<br> &gt;&gt;<br> &gt;&gt;&gt; Chris G. Sellers wrote:<br> &gt;&gt;&gt; &gt; That is what I figured Rich,<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; My mozilla directory was cleaned out and only Makefile, checksums,<br> &gt;&gt;&gt; &gt; cookies/ and downloads/ exists (work is now gone after the compile)<br> &gt;&gt;&gt; ?&nbsp; How did you do the compilation?<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; I don't recall seeing any errors.&nbsp;&nbsp;&nbsp; Is it possible I need to make<br> &gt;&gt;&gt; &gt; clean and remove everything and start over?<br> &gt;&gt;&gt; Yes, but what exactly did you do?<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; Sellers<br> &gt;&gt;&gt; &gt; (P.S. I am use the Sun compiler and the GCC compiler as some of the<br> &gt;&gt;&gt; &gt; perl stuff wanted the sun compiler because PERL itself was compiled<br> &gt;&gt;&gt; &gt; with the sun compiler)<br> &gt;&gt;&gt; I recommend using the Sun compiler - GCC will probably work, but you'll<br> &gt;&gt;&gt; have to figure out all of the right settings to use.<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; On Dec 11, 2007, at 10:41 AM, Rich Megginson wrote:<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; Chris G. Sellers wrote:<br> &gt;&gt;&gt; &gt;&gt; &gt; I've searched some of the lists and was unable to find much of<br> &gt;&gt;&gt; &gt;&gt; &gt; anything on this topic.<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; I have a Solaris X86 (openSolaris) environment that I would like to<br> &gt;&gt;&gt; &gt;&gt; &gt; use FDS on.&nbsp;&nbsp; I've tried to compile the environment (using GCC<br> &gt;&gt;&gt; as well<br> &gt;&gt;&gt; &gt;&gt; &gt; as SunC)&nbsp; and got all the way to the 'adminutil' section where<br> &gt;&gt;&gt; it can<br> &gt;&gt;&gt; &gt;&gt; &gt; not find prio.h<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; Has anyone been able to get FDS going on Solaris x86 and if so what<br> &gt;&gt;&gt; &gt;&gt; &gt; was the recipe for success.<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; mkdir -p<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; /var/tmp/dsbuild-fds104/ds/adminutil/work/fedora-adminutil-1.0.4/built/SunOS5.11_i86pc_OPT.OBJ/lib/libadminutil<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; cc -DSOLARIS -c -DSVR4 -D__svr4 -D__svr4__ -D_SVID_GETTOD<br> &gt;&gt;&gt; &gt;&gt; &gt; -DOSVERSION=5011 -DNO_NODELOCK&nbsp;&nbsp; -DXP_UNIX -DSOLARISx86 -xO2<br> &gt;&gt;&gt; -DNET_SSL<br> &gt;&gt;&gt; &gt;&gt; &gt; -DSPAPI20 -DBUILD_NUM=\"2007.345.1339\" -DNET_SSL -DSPAPI20<br> &gt;&gt;&gt; &gt;&gt; &gt; -DBUILD_NUM=\"2007.345.1339\"<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; -I/var/tmp/dsbuild-fds104/ds/adminutil/work/fedora-adminutil-1.0.4/include<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; -I/var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/OPT.OBJ/include<br> &gt;&gt;&gt; &gt;&gt; &gt; -I/var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/public/nss<br> &gt;&gt;&gt; &gt;&gt; &gt; -I/var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/public/ldap<br> &gt;&gt;&gt; &gt;&gt; &gt; -I/var/tmp/dsbuild-fds104/ds/icu/work/icu-3.4/built/include<br> &gt;&gt;&gt; psetc.c -o<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; /var/tmp/dsbuild-fds104/ds/adminutil/work/fedora-adminutil-1.0.4/built/SunOS5.11_i86pc_OPT.OBJ/lib/libadminutil/psetc.o<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; "psetc.c", line 30: cannot find include file: &lt;prio.h&gt;<br> &gt;&gt;&gt; &gt;&gt; It should be in the directory<br> &gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; /var/tmp/dsbuild-fds104/ds/mozilla/work/mozilla/dist/OPT.OBJ/include -<br> &gt;&gt;&gt; &gt;&gt; does that directory exist?&nbsp; What's in it?<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; Thank you (and congratulations) to anyone who can assist.<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; ---<br> &gt;&gt;&gt; &gt;&gt; &gt; Chris G. Sellers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lead Internet Engineer<br> &gt;&gt;&gt; &gt;&gt; &gt; National Institute for Technology &amp; Liberal Ed.<br> &gt;&gt;&gt; &gt;&gt; &gt; 535 West William Street, Ann Arbor, MI 48103<br> &gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:chris.sellers@nitle.org">chris.sellers@nitle.org</a> &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt;<br> &gt;&gt;&gt; &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> &gt;&gt;&gt; &gt;&gt; 734.661.2318<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; --<br> &gt;&gt;&gt; &gt;&gt; &gt; Fedora-directory-users mailing list<br> &gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt;&gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; &gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; &gt;&gt; &gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;&gt;&gt; &gt;&gt;<br> &gt;&gt;&gt; &gt;&gt; --<br> &gt;&gt;&gt; &gt;&gt; Fedora-directory-users mailing list<br> &gt;&gt;&gt; &gt;&gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt;&gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; &gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; &gt;&gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; ______________________________________________<br> &gt;&gt;&gt; &gt; Chris G. Sellers | NITLE Technology<br> &gt;&gt;&gt; &gt; 734.661.2318 | <a href="mailto:chris.sellers@nitle.org">chris.sellers@nitle.org</a><br> &gt;&gt;&gt; &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt; &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt;<br> &gt;&gt;&gt; &gt; AIM: imthewherd | GTalk: <a href="mailto:cgseller@gmail.com">cgseller@gmail.com</a><br> &gt;&gt;&gt; &lt;<a href="mailto:cgseller@gmail.com">mailto:cgseller@gmail.com</a>&gt; &lt;<a href="mailto:cgseller@gmail.com">mailto:cgseller@gmail.com</a>&gt;<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; ------------------------------------------------------------------------<br> &gt;&gt;&gt; &gt;<br> &gt;&gt;&gt; &gt; --<br> &gt;&gt;&gt; &gt; Fedora-directory-users mailing list<br> &gt;&gt;&gt; &gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt;&gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; &gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;&gt;&gt; &gt;&nbsp;<br> &gt;&gt;&gt;<br> &gt;&gt;&gt; --<br> &gt;&gt;&gt; Fedora-directory-users mailing list<br> &gt;&gt;&gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt;&gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt;&gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;&gt;<br> &gt;&gt; ______________________________________________<br> &gt;&gt; Chris G. Sellers | NITLE Technology<br> &gt;&gt; 734.661.2318 | <a href="mailto:chris.sellers@nitle.org">chris.sellers@nitle.org</a> &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt;<br> &gt;&gt; AIM: imthewherd | GTalk: <a href="mailto:cgseller@gmail.com">cgseller@gmail.com</a> &lt;<a href="mailto:cgseller@gmail.com">mailto:cgseller@gmail.com</a>&gt;<br> &gt;&gt;<br> &gt;&gt; --<br> &gt;&gt; Fedora-directory-users mailing list<br> &gt;&gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt;&gt; &lt;<a href="mailto:Fedora-directory-users@redhat.com">mailto:Fedora-directory-users@redhat.com</a>&gt;<br> &gt;&gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;<br> &gt; ______________________________________________<br> &gt; Chris G. Sellers | NITLE Technology<br> &gt; 734.661.2318 | <a href="mailto:chris.sellers@nitle.org">chris.sellers@nitle.org</a> &lt;<a href="mailto:chris.sellers@nitle.org">mailto:chris.sellers@nitle.org</a>&gt;<br> &gt; AIM: imthewherd | GTalk: <a href="mailto:cgseller@gmail.com">cgseller@gmail.com</a> &lt;<a href="mailto:cgseller@gmail.com">mailto:cgseller@gmail.com</a>&gt;<br> &gt;<br> &gt; ------------------------------------------------------------------------<br> &gt;<br> &gt; --<br> &gt; Fedora-directory-users mailing list<br> &gt; <a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br> &gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br> &gt;&nbsp;&nbsp;<br> <br> </font> </p> </div> --<br>Fedora-directory-users mailing list<br><a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br>https://www.redhat.com/mailman/listinfo/fedora-directory-users<br></blockquote></div><br></div></body></html>