[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Checking compile options
Hi Bryan,
If you still have the source that you built the software in, you can
always check config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --enable-shared --enable-spasswd --with-cyrus-sasl
--with-threads --with-tls
.
.
.
Regards,
Erik
Bryan Payne wrote:
> I compiled two ldap servers quite some time ago and I can't remember
> what options I compiled in. I need to compile a new server and was
> wondering if there is a way to see what options I used previously?
>