When compiling ace, openssl libraries. When compiling mysql, apache. Drives a mistake, for example:

make[1]: Entering directory '/root/ACE_wrappers/build/ace'.

When configuring:

checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu

Throw a little idea.

  • 2
    > make [1]: Entering directory '/ root / ACE_wrappers / build / ace' is, in theory, not an error, just a debugging message. - VladD

1 answer 1

I do not see any mistakes here. These are the usual reports of progress, say, go, check, determine. The x86_64-unknown-linux-gnu architecture is a bit confusing (although it may be normal, I don’t remember), but this in itself is not a mistake.