GCC problems

2004-08-04 Thread Alexander Belck
A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: ./configure:Error: Building of 'patch' tool failed: - patch/rename.c patch/util.c patch/util.h patch/version.c

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: [...] Some links that you might like to study are: -- Note 'Solaris and HPUX users... --

Re: GCC problems

2004-08-04 Thread alexb
I don't understand why I need 2 compilers. If I have gcc in openpkg (to compile it the 1st time I used the RH gcc), isn't this gcc used for further compilations ? Thanks, Alex Citando Michael Schloh von Bennewitz [EMAIL PROTECTED]: On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
Ah, I fear my previous answer to you did not hit the target. (reading your question again) On Wed, Aug 04, 2004, Alexander Belck wrote: A few days ago I removed gcc from the underlying OS. Today I tryed to rebuild apache in openpkg-2.1 and got following error: ./configure:Error: Building of

Re: GCC problems

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, [EMAIL PROTECTED] wrote: I don't understand why I need 2 compilers. If I have gcc in openpkg (to compile it the 1st time I used the RH gcc), isn't this gcc used for further compilations ? You don't need two compilers, and OpenPKG will indeed use the GCC in the OpenPKG

Re: GCC problems

2004-08-04 Thread Alexander Belck
Looking for crt1.o (found in config.log from m4 --rebuild) I notice that it realy was missing. Comparing with other RedHat instalation I found that this comes from glibc-devel, that I also de-installed ;-( So, after reinstalling glibc-devel I could rebuild m4 and my conclusion is that I need to

Courier IMAP

2004-08-04 Thread Alexander Belck
Is there any chance to have courier-imap for openpkg ? The developers source comes with a .spec. I tryed to convert it to a openpkg-1.3.spec last year with no success due my poor understanding of all the options in a .spec file. I would realy prefer a imap mailserver with mailbox comatible

Re: Courier IMAP

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, Alexander Belck wrote: Is there any chance to have courier-imap for openpkg ? Bill CAMPBELL graciously offered you the Courier IMAP package before, and you'll even find a OpenPKG 2.1 version if you look around a little. I believe that the reason before that we didn't

Re: Courier IMAP

2004-08-04 Thread Bill Campbell
On Wed, Aug 04, 2004, Michael Schloh von Bennewitz wrote: On Wed, Aug 04, 2004, Alexander Belck wrote: Is there any chance to have courier-imap for openpkg ? Bill CAMPBELL graciously offered you the Courier IMAP package before, and you'll even find a OpenPKG 2.1 version if you look around a

SAMBAv3 w/ LDAP support

2004-08-04 Thread Christopher M. O'Malley
When trying to build the latest CURRENT samba (3.0.5-20040729) with LDAP support it seems to fail unless you have the shared LDAP libraries installed, which as far as I know, violates the only static libs rule of OpenPKG.. Anyone else seen this?

Re: Courier IMAP

2004-08-04 Thread Alexander Belck
Citando Michael Schloh von Bennewitz [EMAIL PROTECTED]: On Wed, Aug 04, 2004, Alexander Belck wrote: Is there any chance to have courier-imap for openpkg ? Bill CAMPBELL graciously offered you the Courier IMAP package before, and you'll even find a OpenPKG 2.1 version if you look around a

Re: Courier IMAP

2004-08-04 Thread Michael Schloh von Bennewitz
On Wed, Aug 04, 2004, Alexander Belck wrote: Citando Michael Schloh von Bennewitz [EMAIL PROTECTED]: Bill CAMPBELL graciously offered you the Courier IMAP package before, and you'll even find a OpenPKG 2.1 version if you look around a little. Yes, but at that time it allready was a bit

Re: Courier IMAP

2004-08-04 Thread Bill Campbell
On Wed, Aug 04, 2004, Michael Schloh von Bennewitz wrote: On Wed, Aug 04, 2004, Alexander Belck wrote: Citando Michael Schloh von Bennewitz [EMAIL PROTECTED]: Bill CAMPBELL graciously offered you the Courier IMAP package before, and you'll even find a OpenPKG 2.1 version if you look around a

Re: Courier IMAP

2004-08-04 Thread Alexander Belck
What is lint-*.pl ? Is it a tool to automate a convertion of developers .spec to OpenPKG convention .spec ? If there is a way to convert the developer .spec to a OpenPKG .spec without real understanding of all concepts and options of a .spec file I could try again to convert the .spec Thanks