Q wrote :
On 19/07/2008, at 3:09 AM, Aurélien Minet wrote:
I got the adaptor successfully built on Linux with this make.config
What breed of linux is this?
ADAPTOR_OS = Linux
OS=${ADAPTOR_OS}
ADAPTORS = Apache2.2
APXS = /usr/sbin/apxs2
APXS2.2 = /usr/sbin/apxs2
APACHEINCLUDE_DIR = /usr/include/apache2
APACHEMODULE_DIR = /usr/lib/apache2/modules
CC=gcc
RC_CFLAGS = -arch i386
CFLAGS += -I/usr/local/include
LDFLAGS += -L/usr/local/lib
there is no specific stuff to get the Xcode 3.0 Adaptor version being
built on other Unix.
Good question, this one is for Gentoo (if you emerge apache) but could
work on other distributions
It has been adapted (just need to change some path) to work on Debian
(if you apt-get install apache apache-devel). I'll hope to have time to
test on Ubuntu during this summer.
I know that for RedHat headers and modules paths are not with apache2
but httpd.
Also apxs2 generally symlink to apxs (or vice versa) and is in
/usr/bin. In RC_CFLAGS arch could be changed to i586,i686... or ppc to
reflect your architecture. I haven't take the time to test on my
hardened Linux(PaX...)/gcc(spp,pie) but -fPIC -fpic should be added.
regards
Aurelien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]