[OGo-MacOSX] Bugs found in BasicAuthSession example

Philippe Laval macosx@opengroupware.org
Sun, 2 Apr 2006 20:24:00 +0200


--Apple-Mail-6-338800028
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=ISO-8859-1;
	delsp=yes;
	format=flowed

I have done what you have described and I got my folder GNUstep full =20
of librairies and tools ;-). Cool.

So I have remember that I could not build mod_ngobjweb without =20
modifiing the make file.
I tried the make command again and got the same result. Some hints ?

Thanks
Philippe



G5:~/SOPE-4.5/sope-appserver/mod_ngobjweb philippe$ make
make: no: Command not found
gcc -Wall -I. -fPIC -DSHARED_MODULE -DDARWIN -DUSE_HSREGEX -=20
DUSE_EXPAT -I../lib/expat-lite -I/usr/include/httpd -I   -c -o =20
globals.o globals.c
/usr/bin/ld: Undefined symbols:
_main
collect2: ld returned 1 exit status
make: *** [globals.o] Error 1

G5:~/SOPE-4.5/sope-appserver/mod_ngobjweb philippe$ env
MANPATH=3D:/usr/local/man
TERM_PROGRAM=3DApple_Terminal
TERM=3Dxterm-color
SHELL=3D/bin/bash
GNUSTEP_LOCAL_ROOT=3D/Users/philippe/GNUstep
TERM_PROGRAM_VERSION=3D133
OLDPWD=3D/Users/philippe/SOPE-4.5/sope-appserver
GNUSTEP_HOST=3Dpowerpc-apple-darwin8.5.0
USER=3Dphilippe
GUILE_LOAD_PATH=3D/Users/philippe/GNUstep/Library/Libraries/Guile
GNUSTEP_NETWORK_ROOT=3D/Users/philippe/GNUstep
GNUSTEP_MAKEFILES=3D/Users/philippe/GNUstep/Library/Makefiles
GNUSTEP_ROOT=3D/Users/philippe/GNUstep
GNUSTEP_FLATTENED=3Dyes
__CF_USER_TEXT_ENCODING=3D0x1F5:0:91
GNUSTEP_HOST_OS=3Ddarwin8.5.0
GNUSTEP_HOST_VENDOR=3Dapple
PATH=3D/Users/philippe/GNUstep/Tools:/bin:/sbin:/usr/bin:/usr/sbin:/usr/=20=

local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/=20
local/pgsql/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current
PWD=3D/Users/philippe/SOPE-4.5/sope-appserver/mod_ngobjweb
GNUSTEP_HOST_CPU=3Dpowerpc
DYLD_FRAMEWORK_PATH=3D/Users/philippe/GNUstep/Library/Frameworks
SHLVL=3D1
HOME=3D/Users/philippe
GNUSTEP_USER_ROOT=3D/Users/philippe/GNUstep
DYLD_LIBRARY_PATH=3D/Users/philippe/GNUstep/Library/Libraries
GNUSTEP_SYSTEM_ROOT=3D/Users/philippe/GNUstep
LOGNAME=3Dphilippe
GNUSTEP_PATHLIST=3D/Users/philippe/GNUstep
CLASSPATH=3D/Users/philippe/GNUstep/Library/Libraries/Java
LIBRARY_COMBO=3Dapple-apple-appl
SECURITYSESSIONID=3Da064f0
_=3D/usr/bin/env



Le 2 avr. 06 =E0 17:51, Helge Hess a =E9crit :

> On 2. Apr 2006, at 17:40 Uhr, Philippe Laval wrote:
>> How shoud I configure my computer to use gstep-make correctly ?
>
> There are multiple modes to use gnustep-make with SOPE, the easiest =20=

> (on OSX) is to use a GNUstep deployment root.
>
> Take a clean checkout of SOPE 4.5. First build gnustep-make, its =20
> contained inside SOPE-4.5, like:
> ---
> cd gnustep-make
> ./configure --prefix=3D$HOME/GNUstep            \
>             --without-system-root             \
>             --with-network-root=3D$HOME/GNUstep \
>             --with-local-root=3D$HOME/GNUstep   \
>             --with-user-root=3D$HOME/GNUstep    \
>             --with-library-combo=3Dapple-apple-appl \
> 	    --disable-pch
> make -s install
> source $HOME/GNUstep/Library/Makefiles/GNUstep.sh
> ---snap---
>
> Then go to the SOPE-4.5 source dir and call configure like
> ---snip---
> ./configure --enable-debug --disable-strip \
>   --with-gnustep --gsmake=3D$GNUSTEP_SYSTEM_ROOT
> ---snap---
>
>> Should I source someting ?
>
> There are ways to remove the need for sourcing GNUstep.sh, either =20
> compiling as frameworks or installing to FHS locations. The former =20
> could be incomplete and not well tested and the latter is not very =20
> Mac like :-) (but the default way to use SOPE on Linux)
>
> So: in the setup explained above, yes, you need to source =20
> GNUstep.sh prior running a SOPE application. You do NOT need to =20
> source GNUstep.sh for compilation (the required variables are =20
> hardwired in the config.make created by configure).
>
>> What are your environment variables ?
>
> ---snip---
> helge@groove$ env|grep GNU
> GNUSTEP_LOCAL_ROOT=3D/Users/helge/GNUstep
> GNUSTEP_HOST=3Dpowerpc-apple-darwin8.2.0
> GUILE_LOAD_PATH=3D/Users/helge/GNUstep/Library/Libraries/Guile
> GNUSTEP_NETWORK_ROOT=3D/Users/helge/GNUstep
> GNUSTEP_MAKEFILES=3D/Users/helge/GNUstep/Library/Makefiles
> GNUSTEP_ROOT=3D/Users/helge/GNUstep
> GNUSTEP_FLATTENED=3Dyes
> GNUSTEP_HOST_OS=3Ddarwin8.2.0
> GNUSTEP_HOST_VENDOR=3Dapple
> PATH=3D/Users/helge/GNUstep/Tools:~/bin:/usr/local/bin:/usr/X11R6/=20
> bin:/Volumes/Store/fink-tiger/bin:/Volumes/Store/fink-tiger/sbin:/=20
> bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
> GNUSTEP_HOST_CPU=3Dpowerpc
> DYLD_FRAMEWORK_PATH=3D/Users/helge/GNUstep/Library/Frameworks
> GNUSTEP_USER_ROOT=3D/Users/helge/GNUstep
> DYLD_LIBRARY_PATH=3D/Users/helge/GNUstep/Library/Libraries
> GNUSTEP_SYSTEM_ROOT=3D/Users/helge/GNUstep
> GNUSTEP_PATHLIST=3D/Users/helge/GNUstep
> CLASSPATH=3D/Users/helge/GNUstep/Library/Libraries/Java
> ---snap---
>
> Greets,
>   Helge
> --=20
> http://docs.opengroupware.org/Members/helge/
> OpenGroupware.org
>
> --=20
> OpenGroupware.org MacOS X
> macosx@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/macosx
>


--Apple-Mail-6-338800028
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=ISO-8859-1

<HTML><BODY style=3D"word-wrap: break-word; -khtml-nbsp-mode: space; =
-khtml-line-break: after-white-space; "><DIV>I have done what you have =
described and I got my folder=A0<FONT class=3D"Apple-style-span" =
face=3D"Lucida Grande">GNUstep full of librairies and tools ;-). =
Cool.</FONT></DIV><DIV>=A0</DIV><DIV>So I have remember that I could not =
build=A0mod_ngobjweb without modifiing the make file.</DIV><DIV>I tried =
the make command again and got the same result. Some hints =
?</DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV>Thanks</DIV><DIV>Philippe</DI=
V><DIV><BR class=3D"khtml-block-placeholder"></DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV>G5:~/SOPE-4.5/sope-appserver/=
mod_ngobjweb philippe$ make</DIV><DIV>make: no: Command not =
found</DIV><DIV>gcc -Wall -I. -fPIC -DSHARED_MODULE -DDARWIN =
-DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -I/usr/include/httpd -I=A0=A0=
 -c -o globals.o globals.c</DIV><DIV>/usr/bin/ld: Undefined =
symbols:</DIV><DIV>_main</DIV><DIV>collect2: ld returned 1 exit =
status</DIV><DIV>make: *** [globals.o] Error 1</DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV>G5:~/SOPE-4.5/sope-appserver/=
mod_ngobjweb philippe$ =
env</DIV><DIV>MANPATH=3D:/usr/local/man</DIV><DIV>TERM_PROGRAM=3DApple_Ter=
minal</DIV><DIV>TERM=3Dxterm-color</DIV><DIV>SHELL=3D/bin/bash</DIV><DIV>G=
NUSTEP_LOCAL_ROOT=3D/Users/philippe/GNUstep</DIV><DIV>TERM_PROGRAM_VERSION=
=3D133</DIV><DIV>OLDPWD=3D/Users/philippe/SOPE-4.5/sope-appserver</DIV><DI=
V>GNUSTEP_HOST=3Dpowerpc-apple-darwin8.5.0</DIV><DIV>USER=3Dphilippe</DIV>=
<DIV>GUILE_LOAD_PATH=3D/Users/philippe/GNUstep/Library/Libraries/Guile</DI=
V><DIV>GNUSTEP_NETWORK_ROOT=3D/Users/philippe/GNUstep</DIV><DIV>GNUSTEP_MA=
KEFILES=3D/Users/philippe/GNUstep/Library/Makefiles</DIV><DIV>GNUSTEP_ROOT=
=3D/Users/philippe/GNUstep</DIV><DIV>GNUSTEP_FLATTENED=3Dyes</DIV><DIV>__C=
F_USER_TEXT_ENCODING=3D0x1F5:0:91</DIV><DIV>GNUSTEP_HOST_OS=3Ddarwin8.5.0<=
/DIV><DIV>GNUSTEP_HOST_VENDOR=3Dapple</DIV><DIV>PATH=3D/Users/philippe/GNU=
step/Tools:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/b=
in/powerpc-apple-darwin-current:/usr/local/pgsql/bin:/usr/local/teTeX/bin/=
powerpc-apple-darwin-current</DIV><DIV>PWD=3D/Users/philippe/SOPE-4.5/sope=
-appserver/mod_ngobjweb</DIV><DIV>GNUSTEP_HOST_CPU=3Dpowerpc</DIV><DIV>DYL=
D_FRAMEWORK_PATH=3D/Users/philippe/GNUstep/Library/Frameworks</DIV><DIV>SH=
LVL=3D1</DIV><DIV>HOME=3D/Users/philippe</DIV><DIV>GNUSTEP_USER_ROOT=3D/Us=
ers/philippe/GNUstep</DIV><DIV>DYLD_LIBRARY_PATH=3D/Users/philippe/GNUstep=
/Library/Libraries</DIV><DIV>GNUSTEP_SYSTEM_ROOT=3D/Users/philippe/GNUstep=
</DIV><DIV>LOGNAME=3Dphilippe</DIV><DIV>GNUSTEP_PATHLIST=3D/Users/philippe=
/GNUstep</DIV><DIV>CLASSPATH=3D/Users/philippe/GNUstep/Library/Libraries/J=
ava</DIV><DIV>LIBRARY_COMBO=3Dapple-apple-appl</DIV><DIV>SECURITYSESSIONID=
=3Da064f0</DIV><DIV>_=3D/usr/bin/env</DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV><BR =
class=3D"khtml-block-placeholder"></DIV><BR><DIV><DIV>Le 2 avr. 06 =E0 =
17:51, Helge Hess a =E9crit :</DIV><BR =
class=3D"Apple-interchange-newline"><BLOCKQUOTE type=3D"cite"><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">On 2. Apr 2006, at 17:40 Uhr, Philippe Laval =
wrote:</DIV> <BLOCKQUOTE type=3D"cite"><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">How shoud I =
configure my computer to use gstep-make correctly ?</DIV> =
</BLOCKQUOTE><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">There are multiple modes to use gnustep-make with =
SOPE, the easiest (on OSX) is to use a GNUstep deployment =
root.</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">Take a clean checkout of SOPE 4.5. First build =
gnustep-make, its contained inside SOPE-4.5, like:</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">---</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">cd =
gnustep-make</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">./configure =
--prefix=3D$HOME/GNUstep<SPAN class=3D"Apple-converted-space">=A0 =A0 =A0 =
=A0 =A0 =A0 </SPAN>\</DIV><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-converted-space">=A0 =A0 =A0 =A0 =A0 =A0 =
</SPAN>--without-system-root <SPAN class=3D"Apple-converted-space">=A0 =A0=
 =A0 =A0 =A0 =A0 </SPAN>\</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-converted-space">=A0 =A0 =A0 =A0 =A0 =A0 =
</SPAN>--with-network-root=3D$HOME/GNUstep \</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-converted-space">=A0 =A0 =A0 =A0 =
=A0 =A0 </SPAN>--with-local-root=3D$HOME/GNUstep <SPAN =
class=3D"Apple-converted-space">=A0 </SPAN>\</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-converted-space">=A0 =A0 =A0 =A0 =
=A0 =A0 </SPAN>--with-user-root=3D$HOME/GNUstep<SPAN =
class=3D"Apple-converted-space">=A0 =A0 </SPAN>\</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-converted-space">=A0 =A0 =A0 =A0 =
=A0 =A0 </SPAN>--with-library-combo=3Dapple-apple-appl \</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</SPAN><SPAN =
class=3D"Apple-converted-space">=A0 =A0 </SPAN>--disable-pch</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">make -s install</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">source =
$HOME/GNUstep/Library/Makefiles/GNUstep.sh</DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">---snap---</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">Then go to the SOPE-4.5 source dir and call =
configure like</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">---snip---</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">./configure --enable-debug --disable-strip =
\</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; "><SPAN class=3D"Apple-converted-space">=A0 =
</SPAN>--with-gnustep --gsmake=3D$GNUSTEP_SYSTEM_ROOT</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">---snap---</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><BR></DIV> <BLOCKQUOTE type=3D"cite"><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Should I =
source someting ?</DIV> </BLOCKQUOTE><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">There are ways to remove the =
need for sourcing GNUstep.sh, either compiling as frameworks or =
installing to FHS locations. The former could be incomplete and not well =
tested and the latter is not very Mac like :-) (but the default way to =
use SOPE on Linux)</DIV><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; =
"><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">So: in the setup explained =
above, yes, you need to source GNUstep.sh prior running a SOPE =
application. You do NOT need to source GNUstep.sh for compilation (the =
required variables are hardwired in the config.make created by =
configure).</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV> =
<BLOCKQUOTE type=3D"cite"><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ">What are your environment =
variables ?</DIV> </BLOCKQUOTE><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">---snip---</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">helge@groove$ env|grep GNU</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_LOCAL_ROOT=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_HOST=3Dpowerpc-apple-darwin8.2.0</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; =
">GUILE_LOAD_PATH=3D/Users/helge/GNUstep/Library/Libraries/Guile</DIV><DIV=
 style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_NETWORK_ROOT=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; =
">GNUSTEP_MAKEFILES=3D/Users/helge/GNUstep/Library/Makefiles</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_ROOT=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_FLATTENED=3Dyes</DIV><DIV style=3D"margin-top:=
 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">GNUSTEP_HOST_OS=3Ddarwin8.2.0</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">GNUSTEP_HOST_VENDOR=3Dapple</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">PATH=3D/Users/helge/GNUstep/Tools:~/bin:/usr/local/bin:/usr/X11R6/bin:/V=
olumes/Store/fink-tiger/bin:/Volumes/Store/fink-tiger/sbin:/bin:/sbin:/usr=
/bin:/usr/sbin:/usr/X11R6/bin</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">GNUSTEP_HOST_CPU=3Dpowerpc</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">DYLD_FRAMEWORK_PATH=3D/Users/helge/GNUstep/Library/Frameworks</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_USER_ROOT=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; =
">DYLD_LIBRARY_PATH=3D/Users/helge/GNUstep/Library/Libraries</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_SYSTEM_ROOT=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">GNUSTEP_PATHLIST=3D/Users/helge/GNUstep</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; =
">CLASSPATH=3D/Users/helge/GNUstep/Library/Libraries/Java</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">---snap---</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">Greets,</DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-converted-space">=A0 =
</SPAN>Helge</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">--<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A =
href=3D"http://docs.opengroupware.org/Members/helge/">http://docs.opengrou=
pware.org/Members/helge/</A></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">OpenGroupware.org</DIV><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; =
"><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">--<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">OpenGroupware.org MacOS X</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A =
href=3D"mailto:macosx@opengroupware.org">macosx@opengroupware.org</A></DIV=
><DIV style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><A =
href=3D"http://mail.opengroupware.org/mailman/listinfo/macosx">http://mail=
.opengroupware.org/mailman/listinfo/macosx</A></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; min-height: 14px; "><BR></DIV> =
</BLOCKQUOTE></DIV><BR></BODY></HTML>=

--Apple-Mail-6-338800028--