Hi Bob,

>   But then then make command fails.  I don't remember the error retured but
> will post it when I get home tonight (Central Time - USA).  Thanks for the
> answer!

> > > /usr/include/linux/in.h:129 :warning: 'IN_CLASSA' redefined
> > > /usr/include/netinet/in.h: 117: warning: this is the
> > > location of the previous definition
> > 
> >  These are warnings, not errors. You can safely ignore them.

 I just stumbled upon a similair thing yesterday. I tried to compile the mysql 
source coming with RedHat 6.2 - a little exploration into LAMP, I will 
probably switch to postgresql soon - but this failed. This surprised me, since 
I compiled (a more recent version of) mysql from tarball half a year ago.
 The compile failed after similair warnings as you see, in my case in the 
readline directory. Grepping the documentation coming with the source for 
"readline" I figured out there is an incompatibility between mit-threads and 
readline. ./configure --help gave me the option --without-readline, which 
failed at first as well, since I just deinstalled the package readline-devel. 
Reinstalling it and using the forementioned option solved my problem (well, I 
am going to use the more recent source anyway).
 This is not a full blown solution, but you probably want start searching the 
source documentation for netinet. Check possible configure options concerning 
netinet as well as config.h and the different Makefiles. 

                                                Bye,

                                                Leonard.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to