Subj : Re: make problem on redhat 8/9 To : alt.comp.linux,alt.os.linux.mandrake,comp.os.linux From : Clive Dove Date : Mon Aug 02 2004 01:58 pm Sim wrote: > I've an old server which use AMD K2/350 CPU and running Redhat 9. I > always encounter the problem when I type "make" command during > installation. Especially mysql, openssl etc... Everytime different > error after make, but ./configure had no problem. Before I guess > redhat 9 problem, therefore I install redhat 8. But it still the same > problem. > > I've tried to use another computer (Intel P4), it will not have this > problem. > > Who can help what is the problem about it? > > Simon Someone else has suggested that you post to a RedHat group for the answer to a RedHat specific problem. It is difficult to guess at the problem without actually seeing the error messages, but just a a wild flying guess: Do you have the source code for your kernel aboard? In a Mandrake system I would also have asked if you installed the development packages when you installed your system. It could be that the make file is looking for the kernel source code and not finding it, or is looking for libraries that are not present. Either would throw different error messages with different make files because each would be looking for different symbol tables. Clive .