Re: compile WebObjects Driver for Linux
Re: compile WebObjects Driver for Linux
- Subject: Re: compile WebObjects Driver for Linux
- From: Tony Becker <email@hidden>
- Date: Wed, 7 Apr 2004 12:39:49 -0400
I did this for Solaris a while back. Directories look like:
bash-2.05$ du Adaptors/
898 Adaptors/Adaptor
658 Adaptors/Apache
576 Adaptors/CGI
68 Adaptors/IIS
48 Adaptors/NSAPI
32 Adaptors/WOAdaptors.pbproj
2 Adaptors/build/WOAdaptors.build/Adaptors.build
4 Adaptors/build/WOAdaptors.build
6 Adaptors/build
2344 Adaptors
Source in:
bash-2.05$ ls Adaptors/Adaptor
appcfg.c listing.c nbsocket.c
strdict.c womalloc.h
appcfg.h listing.h PB.project
strdict.h WOURLCUtilities_3.c
cfgparse.c loadaverage.c Platform.c strtbl.c
WOURLCUtilities_3.h
config.c loadbalancing.c Platform.h strtbl.h
WOURLCUtilities.c
config.h loadbalancing.h random.c
transaction.c WOURLCUtilities.h
errors.h log.c request.c
transaction.h xmlcdefines.h
hostlookup.c log.h request.h
transport.c xmlcdocument.h
hostlookup.h Makefile response.c
transport.h xmlcparser.c
httperrors.h make.postamble response.h
wastring.c xmlcparser.h
httpheaders.h make.preamble roundrobin.c
wastring.h xmlctokenizer.c
list.c MoreURLCUtilities.c shmem.c
WOAppReq.h xmlctokenizer.h
list.h MoreURLCUtilities.h shmem.h
womalloc.c xmlparse.c
Apache module in:
bash-2.05$ ls Adaptors/Apache
apache.conf list.o mod_WebObjects.so
response.o wastring.o
apache_security.h loadaverage.o MoreURLCUtilities.o
roundrobin.o womalloc.o
appcfg.o loadbalancing.o nbsocket.o shmem.o
WOURLCUtilities_3.o
cfgparse.o log.o PB.project
strdict.o WOURLCUtilities.o
config.o Makefile Platform.o strtbl.o
xmlcparser.o
hostlookup.o mod_WebObjects.c random.o
transaction.o xmlctokenizer.o
listing.o mod_WebObjects.o request.o
transport.o xmlparse.o
bash-2.05$
Note that in the "Makefile" is a list of adapters to make - you want to
add "Apache" to the list
On Apr 7, 2004, at 12:05 PM, Sako! wrote:
can u tell me please where to find the build log file? because i am
not sure
what where to find it(newbie in linux).
Thank you for this answer.
Sako
----- Original Message -----
From: Robert Walker
To: Sako!
Cc: WOdev List
Sent: Wednesday, April 07, 2004 5:27 PM
Subject: Re: compile WebObjects Driver for Linux
When I have used this document in the past to install on Linux, I
had to
make adjustments to the files used by the compiler when building the
adaptor.
I remember that one was the location of apxs. It's normally in
/usr/local/apache/bin/apxs but mine was not, so I had to make the
appropriate
adjustments. You may just have to read through the build log to find
any
problems and fix them. The installation document makes certain
assumptions
about the Linux configuration.
On Apr 7, 2004, at 10:43 AM, Sako! wrote:
Hello,
i used this HowTo
http://www.tetlabors.de/wo/
setup_webobjects_on_linux.html#compile_adaptor
i downloaded the file for this step
http://www.tetlabors.de/wo/linux_files.zip
changed the 3 files i am sure i overwrited the correct files.
colpiled
cd $NEXT_ROOT/Developer/Examples/WebObjects/Source/Adaptors
make clean; make
and after compiling i get
...
done
...
done
in the Doc its written :
During the compilation process, mod_WebObjects.so is automatically
placed
into /usr/local/apache/libexec, there is no need to do this by
hand. If
you
find mod_WebObjects.so there, compilation was successful. The CGI
adaptor
has been built, too and can be found at
$NEXT_ROOT/Developer/Examples/WebObjects/Source/Adaptors/CGI/
WebObjects,
if
you want to play around with that.
i didnt find the mod_WebObjects.so no anywhere on my linux.
any body can help me please! what do i do wrong?
thanks
Sako
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Sincerely,
Robert Walker
Programmer
Bennett Technology Group
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
Tony Becker
Cell: 727 460 1891
Never be afraid to try something new.
Remember that the ark was built by amatures and the Titanic was built
by professionals.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.