What does ./configure do? Why make then make install? How does it know where libs are? ( they are all there and loaded but it cant find them.) Why need libs if compiler is supposed to compile?
The 'configure' command is NOT a standard Linux/UNIX command. configure is a script that is generally provided with the source of most standardized type Linux packages and contains code that will "patch" and localize the source distribution so that it will compile and load on your local Linux system. Sometimes configure is put on your disk without the execute bit set, so the configuration ...
How do I permanently configure the DNS resolution in Ubuntu for ALL programs/layers for specific interfaces Ask Question Asked 2 years, 4 months ago Modified 2 years, 4 months ago
Josh G: If you are already running X, just say X :1 -configure. You have to open the X server on its own display port; if you already have an X server running, the default port of :0 will fail, so you have to specify display :x (where x is the first available display; in most cases 1).
From the output you've given, you are trying to compile a 32-bit build of apache on a 64 bit system. This is from the intput to configure here: --host=x86_32-unknown-linux-gnu host_alias=x86_32-unknown-linux-gnu CFLAGS=-m32 LDFLAGS=-m32 Also see the output lines confirming this: configure:3629: checking build system type configure:3643: result: x86_64-unknown-linux-gnu configure:3663: checking ...
Run autoreconf -i in the suphp-0.7.2 folder. This will cause the GNU autotools to investigate the distribution files and rebuild any Makefile.in that is out of date as well as recreate the configure script and install the missing build tools in the config directory. If that all goes well, you're then set to start again at ./configure.