How was APC compiled

I having been looking at the source code to see if all compile options are included, just in case I want to rebuild later versions.

I am unable to find any APC source files and I wondering if they are missing, since this is one version which needs a later build. I have installed the later version, but I just want to double check the configuration options used.

I know coolstack is moving over to OpenSolaris, but it is important that all compile options and source are listed.

Andrew

[511 byte] By [birkbeck01a] at [2007-11-27 8:12:03]
# 1

Yes - the APC source has gone missing. Sorry about that.

By the way, the Web Stack project on opensolaris does include APC 3.0.14 which fixes many issues and MediaWiki works great with it.

Here's how APC was built :

#!/bin/sh

INSTALLDIR=/opt/coolstack

make distclean

./configure --enable-apc --with-apxs=$INSTALLDIR/apache2/bin/apxs --with-php-config=$INSTALLDIR/php5/bin/php-config --enable-apc-mmap --enable-apc-sem

make

make install

shantiSa at 2007-7-12 19:56:18 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2

You can now Grok/view the Cool Stack sources in the Web Stack project (http://www.opensolaris.org/os/project/webstack/) using the following links:

http://src.opensolaris.org/source/

http://src.opensolaris.org/source/xref/

(Ignore the webstack-ng sources/directory)

Arvind

Arvind_Srinivasana at 2007-7-12 19:56:18 > top of Java-index,Open Source Technologies,OpenSPARC...