Hello Group,
From the Wonder docs, I have found below documentation to compile WO
Adaptor as a DSO:
------------------------------------------------------------------------
------------------------
Compiling the WebObjects Adaptor as a Dynamic Shared Object (DSO)
1. Make sure that you've installed the following on your system:
- WebObjects
- Perl (5.005_02 or later)
- ANSI-C compliant compiler (e.g. gcc-2.7.2 or later)
- gnumake (3.74 or later)
- Apache web server (1.3.9 or later). The default makefiles assume
that the Apache executable apxs is located in /usr/sbin/apxs on Mac
OS X and in /usr/apache/bin/apxs on Solaris (which usually means that
the whole Apache package is installed in /usr/apache on Solaris
systems). If you install the Apache package elsewhere, you have to
modify make.config in ${NEXT_ROOT}/Developer/Examples/WebObjects/
Source/Adaptors.
2. On platforms other than Mac OS X, make sure that you have defined
and exported an environment variable called NEXT_ROOT which contains
the path to your WebObjects installation (e.g. /opt/Apple).
3. Make sure that you include the paths to the aforementioned
executables in your PATH environment variable, preferably as close to
the beginning as possible.
4. Go to the ${NEXT_ROOT}/Developer/Examples/WebObjects/Source/
Adaptors/ directory; on Mac OS X, go to /Developer/Examples/
WebObjects/Source/Adaptors/. Amend make.config so that the variable
ADAPTORS is only equal to Apache. Run make.
5. If this succeeds in building mod_WebObjects.so in ${NEXT_ROOT}/
Developer/Examples/WebObjects/Source/Adaptors/Apache, you will not
have to rebuild the Apache server. Configure the Apache web server.
6. If this fails to build, you will have to rebuild your Apache web
server..
------------------------------------------------------------------------
------------------------
- When am executing Step: 4 mentioned above, and as shown below, make
is throwing an error and failed to make. The code in the make.config
seems to be ok.
- am doing this on a Solaris box with SunOS 5.8
- am trying to configure apache 1.3.39 for deploying WebObjects 5.2.4
applications.
# make
make: Fatal error in reader: make.config, line 11: Unexpected end of
line seen
Any help would be appreciated.
Thank You,
Shravan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]