Re: freeradius on IBM AIX 4.3.3

2002-02-25 Thread Chris Parker

At 03:57 PM 2/25/2002 +0100, rauscher wrote:
Dear freeradius users,

I tried to port freeradius-0.4 to IBM AIX 4.3.3. First I had to
configure to build a Makefile.
The configure came to this point:
checking whether the C compiler (gcc -g -02 -D_REENTRANT -WALL -D_GNU_
SOURCE -g
Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
-Wstrict-
prototypes -Wmissing-prototypes Wmissing-daclarations -Wnested-externs )

works... no
configure: error: installation or configuration problem: C compiler
cannot
create executables.
configure: error:  ./configure failed for libltdl

That means that while trying to compile a test program the compiler
puked.  It's either a problem with the test program or your compiler.  It
may even be a problem with your linker.

There should be a 'config.log' in the libltdl directory.  The last bit
of that log ( where it failed ) will show you the source of the test
program that it tried to compile.

Try to paste that code into a new file, and compile manually.  You'll
then get a much more descriptive error message from the compiler, that will
help you track down what the problem is.  Once you can compile the test
program by hand, you should be able to 'configure' the server and compile
it without problems.

-Chris
--
\\\|||///  \  Chris Parker-Manager, Development Engineering
\ ~   ~ /   \   WX *is* Wireless!\   [EMAIL PROTECTED]
| @   @ |\   http://www.starnetwx.net \  (847) 963-0116
oOo---(_)---oOo--\--
   \ Without C we would have 'obol', 'basi', and 'pasal'



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: freeradius on IBM AIX 4.3.3

2002-02-25 Thread Nico.Baggus

I tried to compile it too, but decided not to use it yet...,

in the configure.in there is a string somewhere none required
that one is blocking the compiles. (freeradius 0.4)

regards,
Nico Baggus

 -Original Message-
 From: [EMAIL PROTECTED] at INET-1
 Sent: Monday, February 25, 2002 3:57 PM
 To: [EMAIL PROTECTED] at INET-1
 Subject: freeradius on IBM AIX 4.3.3


 Dear freeradius users,

 I tried to port freeradius-0.4 to IBM AIX 4.3.3. First I had to
 configure to build a Makefile.
 The configure came to this point:
 checking whether the C compiler (gcc -g -02 -D_REENTRANT -WALL -D_GNU_
 SOURCE -g
 Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
 -Wstrict-
 prototypes -Wmissing-prototypes Wmissing-daclarations
 -Wnested-externs )

 works... no
 configure: error: installation or configuration problem: C compiler
 cannot
 create executables.
 configure: error:  ./configure failed for libltdl

 Before this configure did not find the gmake. I downloaded the gmake
 from the sugested address. I had to rename the file
 /usr/local/bin/make to gmake.

 The libltdl is a directory
 /secusr//radius/freeradius-0.4/libltdl which
 came with the source code package.

 Is there any idea to solve the problem?

 Thanks in advance.

 Sincerely

 Guenter Rauscher
 Botanisches Institut der LMU Muenchen


 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


-
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: freeradius on IBM AIX 4.3.3

2002-02-25 Thread Alan DeKok

[EMAIL PROTECTED] wrote:
 I tried to compile it too, but decided not to use it yet...,
 
 in the configure.in there is a string somewhere none required
 that one is blocking the compiles. (freeradius 0.4)

  grumble  Rather than doing something intelligent, like setting
unneeded variables to empty strings, autoconf is *so* helpful that it
sets them to english strings which say they're empty.

  Go to 'configure', and look for:

 PTHREADLIB=$PTHREADLIB $ac_cv_search_sem_init

  Delete that line.  The configure process should work.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html