hyroglyphix wrote:
On Thu, 22 Dec 2005 22:18:34 -0600
DJ Lucas <[EMAIL PROTECTED]> wrote:
hyroglyphix wrote:
Hello People,
I need help with compiling OpenOffice2. I always get the same error after hours
of compiling.
There are a cuple of threads about dependencies to FireFox-1.5 or FireFox-1.0.7
LDAP-headers.
in this mailing-list. Other say install OpenLDAP and advise OpenOffice2 to use
the OpenLDAP-Headers
by passing "--enable-openldap" to the configure-script of OpenOffice2. I tried
it but I don't get
the clue?!?
*********************************************************************************************
Recompiling FireFox-1.0.7 without configure-option "disable-ldap"
This should make no difference unless you've explicitly added
--enable-ldap to the configure as --disable-ldap is provided by the
browser/mozconfig file anyway.
-- DJ Lucas
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
...but it does! Thank you for your help Alan Lord.
************************************************************************************
I had to recompile firefox-1.0.7 with the configure-option "--enable-ldap"
instead of "--disable-ldap". Leaving --disable-ldap out was not enough.
./configure --help doesn't tell you about this :-(
OpenOffice2 finished compiling by omitting the configure-option
"--enable-openldap".
************************************************************************************
Now that I don't need openldap at all, is the an easy way to uninstall it?
(There ist now "make uninstall"!)
Not really an easy way if you are not using a package manager. If you
know what configure options were passed exactly, or still have your
build directory around, you could install it with a DESTDIR or if it is
supported (or a different prefix, but rebuild) and then remove the files
found in $DESTDIR from the real root manually, it can be scripted too,
but I'll leave that up to you.
-- DJ Lucas
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page