Re: help.....krb5 on aix 51L

2002-08-20 Thread Dan Million

On Tue, 20 Aug 2002, Isabelle Doran wrote:

 Sorry for the long delayI was away on vacation!

 Can you tell me where you downloaded your source files from.
 I downloaded mine from the
 http://web.mit.edu/kerberos/www/krb5-2.1/index.htm#fetchingl; site.  There is a
 link at the bottom of the page.

 I am still having a licence error with the c compiler but it doesn't prevent the
 compiler to work properly.

 Thanks for all you input...keep it comingwe will prevail!!!

Yes, that's where I got mine.  It doesn't sound to me like you got the
same thing, though.

Dan



Kerberos mailing list   [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos



Re: help.....krb5 on aix 51L

2002-07-25 Thread Isabelle Doran

This is a list of the filesets I presently have installed on my server.
Am I missing something here?

[
  Fileset  Level  State  Type  Description (Uninstaller)
  

  vac.C  5.0.2.5C FC for AIX Compiler
  vac.C.readme.ibm   5.0.2.3C FC for AIX iFOR/LS
Information
  vac.html.DBCS.search   5.0.2.0C FC for AIX Compiler
Documentation
   Search Double Byte Common
Files
  vac.html.SBCS.search   5.0.2.0C FC for AIX Compiler
Documentation
   Search Single Byte Common
Files
  vac.html.common.search 5.0.2.0C FC for AIX Compiler
Documentation
   Search Common Files
  vac.html.en_US.C   5.0.2.0C FC for AIX Compiler
Documentation
   (HTML)--U.S. English
  vac.html.en_US.search  5.0.2.0C FC for AIX Compiler
Documentation
   Search--U.S. English
  vac.msg.en_US.C5.0.2.0C FC for AIX Compiler Messages
-
   en_US
  vac.pdf.en_US.C5.0.2.0C FC for AIX Documentation
   (PDF)--U.S. English
  vacpp.cmp.C5.0.2.0C FVisualAge C++ C Compiler
  vacpp.cmp.aix50.lib5.0.2.0C FVisualAge C++ Libraries for
AIX
   5.0
  vacpp.cmp.lib  5.0.2.0C FVisualAge C++ Libraries
  vacpp.cmp.rte  5.0.2.0C FVisualAge C++ Compiler
   Application Runtime
  vacpp.cmp.tools5.0.2.0C FVisualAge C++ Tools
  vacpp.memdbg.aix50.lib 5.0.2.0C FVA C++ User Heap/Memory
Debug
   AIX 5.0 Libraries
  vacpp.memdbg.aix50.rte 5.0.2.0C FVA C++ User Heap/Memory
Debug
   AIX 5.0 Runtime
  vacpp.memdbg.lib   5.0.2.0C FVisualAge C++ User Heap and

   Memory Debug Static
Libraries
  vacpp.memdbg.rte   5.0.2.0C FVisualAge C++ User Heap and

   Memory Debug Runtime
  Fileset  Level  State  Type  Description (Uninstaller)
  

  vac.C  5.0.2.5C FC for AIX Compiler
  vac.C.readme.ibm   5.0.2.3C FC for AIX iFOR/LS
Information
  vac.html.DBCS.search   5.0.2.0C FC for AIX Compiler
Documentation
   Search Double Byte Common
Files
  vac.html.SBCS.search   5.0.2.0C FC for AIX Compiler
Documentation
   Search Single Byte Common
Files
  vac.html.common.search 5.0.2.0C FC for AIX Compiler
Documentation
   Search Common Files
  vac.html.en_US.C   5.0.2.0C FC for AIX Compiler
Documentation
   (HTML)--U.S. English
  vac.html.en_US.search  5.0.2.0C FC for AIX Compiler
Documentation
   Search--U.S. English
  vac.msg.en_US.C5.0.2.0C FC for AIX Compiler Messages
-
   en_US
  vac.pdf.en_US.C5.0.2.0C FC for AIX Documentation
   (PDF)--U.S. English
  vacpp.cmp.C5.0.2.0C FVisualAge C++ C Compiler
  vacpp.cmp.aix50.lib5.0.2.0C FVisualAge C++ Libraries for
AIX
   5.0
  vacpp.cmp.lib  5.0.2.0C FVisualAge C++ Libraries
  vacpp.cmp.rte  5.0.2.0C FVisualAge C++ Compiler
   Application Runtime
  vacpp.cmp.tools5.0.2.0C FVisualAge C++ Tools
  vacpp.memdbg.aix50.lib 5.0.2.0C FVA C++ User Heap/Memory
Debug
   AIX 5.0 Libraries
  vacpp.memdbg.aix50.rte 5.0.2.0C FVA C++ User Heap/Memory
Debug
   AIX 5.0 Runtime
  vacpp.memdbg.lib   5.0.2.0C FVisualAge C++ User Heap and

   Memory Debug Static
Libraries
  vacpp.memdbg.rte  

Re: help.....krb5 on aix 51L

2002-07-24 Thread Isabelle Doran

I asked myself the same question.
Can you tell me which compiler exactly ( vac/cc, xlC, cc, etc )
Do I need a licence for the product??
Is it just a specific fileset I have to install???

Dan Million wrote:

 Isabelle Doran wrote:
 
  Hi there
 
  I am currently trying to compile krb5-1.2.5 on aix5.1L.
  I tried compiling in a 64bits environment and then in a 32bits
  enrironment but
  I always end up with the same error message.
  When running the configure command, I get no error,
 
  [ ./configure --with-cc=gcc --disable-shared --without-krb4 ]
 
  but the make alway fails and it is always the same error.
 
  [
  gcc  -DHAVE_LIBNSL=1 -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DMSBFIRST=1
  -DSIZEOF_INT=4 -DBITS32=1  -I./../../inclu
  de -I../../include -I./../../include/krb5 -I../../include/krb5
  -I./../../include/kerberosIV -I./../../include -
  I../../include -I./../../include/krb5 -I../../include/krb5  -c -o klog.o

 I guess my first question would be: why is it compiling this file
 in the first place?  This is in the lib/krb4 directory, and if you
 ran configure using --without-krb4, I don't think it should be
 compiling klog.c.

 I've successfully built KRB5 1.2.5 on AIX 5.1, but I used the
 AIX compiler, not gcc.  And on my build, nothing in the lib/krb4
 directory got compiled.

 Dan
 
 Kerberos mailing list   [EMAIL PROTECTED]
 http://mailman.mit.edu/mailman/listinfo/kerberos

--
 \|||/
  + +
---ooo----
Isabelle Doran
Communications Security Establishment
Ottawa, ON
Canada
(613) 443-3060
---oooO   Oooo---



Kerberos mailing list   [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos



Re: help.....krb5 on aix 51L

2002-07-24 Thread Dan Million

On Wed, 24 Jul 2002, Isabelle Doran wrote:

 I asked myself the same question.
 Can you tell me which compiler exactly ( vac/cc, xlC, cc, etc )
 Do I need a licence for the product??
 Is it just a specific fileset I have to install???

We are using Visual Age C for AIX, version 5.0.2.  And yes, unfortunately,
you have to buy it and install a license key (although the key is
delivered along with the media, so you don't have to obtain it
separately).

Dan



Kerberos mailing list   [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos