[EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread David P. Donahue
I have a system running Apache 2.2.0 that wasn't set up by me, and there seems to be no documentation regarding how Apache was installed on the system from the previous admin. Can anyone think of any possible way, based on the running installation on the machine (or based on the makefile

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Craig Dunigan
'head config.log' in the source directory On Tue, 28 Nov 2006, David P. Donahue wrote: I have a system running Apache 2.2.0 that wasn't set up by me, and there seems to be no documentation regarding how Apache was installed on the system from the previous admin. Can anyone think of any

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread David P. Donahue
'head config.log' in the source directory Interesting. If that line I'm seeing is what I think it is, then it was just ./configure with no parameters. The same seems true of the MySQL compilation as well. I would have thought there'd be something passed, but maybe it was just default

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Joshua Slive
On 11/28/06, David P. Donahue [EMAIL PROTECTED] wrote: I have a system running Apache 2.2.0 that wasn't set up by me, and there seems to be no documentation regarding how Apache was installed on the system from the previous admin. Can anyone think of any possible way, based on the running

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Frode E. Moe
On Tue, Nov 28, 2006 at 10:19:32 -0500, David P. Donahue wrote: 'head config.log' in the source directory Interesting. If that line I'm seeing is what I think it is, then it was just ./configure with no parameters. The same seems true of the MySQL compilation as well. I would have

Re: [EMAIL PROTECTED] Figuring Out Previously-Used Compile Options?

2006-11-28 Thread Scott Wilcox
With PHP, you can do a ? phpinfo(); ? and it'll give you the configure line used. Scott. David P. Donahue wrote: 'head config.log' in the source directory Interesting. If that line I'm seeing is what I think it is, then it was just ./configure with no parameters. The same seems true of