From macosx@opengroupware.org Tue Nov 8 21:48:59 2005
From: macosx@opengroupware.org (Levi Brown)
Date: Tue, 8 Nov 2005 14:48:59 -0700
Subject: [OGo-MacOSX] Compilation Failure (please help)
Message-ID: <92226FE8-E873-4D49-B252-EFCCDE3AB40C@grokers.net>
--Apple-Mail-13-708000712
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
delsp=yes;
format=flowed
Hello all,
I'm trying to get OGo built, installed, and configured for my Mac OS
X Server 10.3.4 (Tiger Server) box and have very diligently sought
all information I could find in the mail archive and on the ogo web
site but unfortunately I am still unable to get a successful compile
of the OpenGroupware.org software.
I've followed two different threads on trying to get this to compile.
For both approaches having the PostgreSQL server installed is a pre-
requisite, and I have used DarwinPorts
Thans to Helge I think I now have the correct mailing list to post some OS =
X specific questions for OGo.
On an Xserve running OS X Tiger Server (10.4.2), attempting to "make
all" for SOPE 4.5 (alpha, checked out from the trunk about 24 hours
ago), configure seems to work just fine as the last several
lines show up like this:
creating: /Users/= tm/SOPE-4.5/config.make
optional library found: xml2
optional library found: ldap
required library found: ssl
optional library found: pq
optional library found: sqlite3
optional library found: mysqlclient
configuring NGStreams library .... done (log in config-NGStreams.log).
When I next try to "make all", a lot of stuff seems to go well bu= t I something breaks with the attempt to build the PostreSQL bundle. The section of output is below. Any ideas why this might be? Would it be better to stick with SOPE 4.4?
The version of PostgreSQL that I have installed is 7.4.9 (as a Darwin Port). The shared object libraries and headers are all available in:
/opt/local/lib/postgresql
/opt/local/include/postgresql
/opt/local/include/postgresql/postgres_e= xt.h
I'm very new to OGo and SOPE and not much of a configure / make guru, but if there is anything I can do to help the community in an effort to improve this process, please let me know as I would be pleased to help in any way I can.
Best regards,
Tabitha
Note: regarding ld:
$ ld -v
Apple Computer, Inc. version cctools-576.obj~23
Making all in PostgreSQL...
Making all for bundle PostgreSQL...
Compiling file common.h ...
Creating PostgreSQL.gdladaptor/Contents/MacOS...
Compiling file PGConnection.m ...
Compiling file PostgreSQL72Expression.m ...
Compiling file PostgreSQL72Adaptor.m ...
Compiling file PostgreSQL72Context.m ...
Compiling file PostgreSQL72Channel.m ...
Compiling file PostgreSQL72Channel+Model.m ...
Compiling file PostgreSQL72Exception.m ...
Compiling file PostgreSQL72Values.m ...
Compiling file NSString+PostgreSQL72.m ...
Compiling file EOAttribute+PostgreSQL72.m ...
Compiling file NSString+PGVal.m ...
Compiling file NSData+PGVal.m ...
Compiling file NSCalendarDate+PGVal.m ...
Compiling file NSNumber+PGVal.m ...
Linking bundle PostgreSQL ...
/usr/bin/ld: Undefined symbols:
_SSL_pending
_BIO_free
_BIO_new_mem_buf
_DH_check
_DH_generate_parameters
_DH_size
_ERR_get_error
_ERR_reason_error_string
_EVP_PKEY_free
_PEM_read_DHparams
_PEM_read_PrivateKey
_PEM_read_X509
_PEM_read_bio_DHparams
_SSL_CTX_ctrl
_SSL_CTX_free
_SSL_CTX_load_verify_locations
_SSL_CTX_new
_SSL_CTX_set_tmp_dh_callback
_SSL_CTX_set_verify
_SSL_CTX_set_verify_depth
_SSL_connect
_SSL_free
_SSL_get_error
_SSL_get_ex_data
_SSL_get_peer_certificate
_SSL_library_init
_SSL_load_error_strings
_SSL_new
_SSL_read
_SSL_set_ex_data
_SSL_set_fd
_SSL_shutdown
_SSL_write
_TLSv1_method
_X509_NAME_get_text_by_NID
_X509_NAME_oneline
_X509_check_private_key
_X509_free
_X509_get_subject_name
collect2: ld returned 1 exit status
make[3]: *** [PostgreSQL.gdladaptor/Contents/MacOS/PostgreSQL] Error 1
make[2]: *** [PostgreSQL.all.bundle.variables] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
------=_Part_3781_21382021.1132314772169-- From macosx@opengroupware.org Fri Nov 18 12:57:23 2005 From: macosx@opengroupware.org (Matthew Griffin) Date: Fri, 18 Nov 2005 13:57:23 +0100 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> Message-ID:--Apple-Mail-2--607378733 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi Tabitha Why don't you try using Marc Liyanage's postgres package - it installs easily, and works well with OGo http://www.entropy.ch/software/macosx/postgresql/ Matthew On Nov 18, 2005, at 12:52 PM, Tabitha McNerney wrote: > Hello all, > > Thans to Helge I think I now have the correct mailing list to post > some OS X specific questions for OGo. > > On an Xserve running OS X Tiger Server (10.4.2), attempting to > "make all" for SOPE 4.5 (alpha, checked out from the trunk about 24 > hours ago), configure seems to work just fine as the last several > lines show up like this: > > creating: /Users/tm/SOPE-4.5/config.make > optional library found: xml2 > optional library found: ldap > required library found: ssl > optional library found: pq > optional library found: sqlite3 > optional library found: mysqlclient > configuring NGStreams library .... done (log in config-NGStreams.log). > > When I next try to "make all", a lot of stuff seems to go well but > I something breaks with the attempt to build the PostreSQL bundle. > The section of output is below. Any ideas why this might be? Would > it be better to stick with SOPE 4.4? > > The version of PostgreSQL that I have installed is 7.4.9 (as a > Darwin Port). The shared object libraries and headers are all > available in: > > /opt/local/lib/postgresql > /opt/local/include/postgresql > /opt/local/include/postgresql/postgres_ext.h > > I'm very new to OGo and SOPE and not much of a configure / make > guru, but if there is anything I can do to help the community in an > effort to improve this process, please let me know as I would be > pleased to help in any way I can. > > Best regards, > > Tabitha > > Note: regarding ld: > > $ ld -v > Apple Computer, Inc. version cctools-576.obj~23 > > Making all in PostgreSQL... > Making all for bundle PostgreSQL... > Compiling file common.h ... > Creating PostgreSQL.gdladaptor/Contents/MacOS... > Compiling file PGConnection.m ... > Compiling file PostgreSQL72Expression.m ... > Compiling file PostgreSQL72Adaptor.m ... > Compiling file PostgreSQL72Context.m ... > Compiling file PostgreSQL72Channel.m ... > Compiling file PostgreSQL72Channel+Model.m ... > Compiling file PostgreSQL72Exception.m ... > Compiling file PostgreSQL72Values.m ... > Compiling file NSString+PostgreSQL72.m ... > Compiling file EOAttribute+PostgreSQL72.m ... > Compiling file NSString+PGVal.m ... > Compiling file NSData+PGVal.m ... > Compiling file NSCalendarDate+PGVal.m ... > Compiling file NSNumber+PGVal.m ... > Linking bundle PostgreSQL ... > /usr/bin/ld: Undefined symbols: > _SSL_pending > _BIO_free > _BIO_new_mem_buf > _DH_check > _DH_generate_parameters > _DH_size > _ERR_get_error > _ERR_reason_error_string > _EVP_PKEY_free > _PEM_read_DHparams > _PEM_read_PrivateKey > _PEM_read_X509 > _PEM_read_bio_DHparams > _SSL_CTX_ctrl > _SSL_CTX_free > _SSL_CTX_load_verify_locations > _SSL_CTX_new > _SSL_CTX_set_tmp_dh_callback > _SSL_CTX_set_verify > _SSL_CTX_set_verify_depth > _SSL_connect > _SSL_free > _SSL_get_error > _SSL_get_ex_data > _SSL_get_peer_certificate > _SSL_library_init > _SSL_load_error_strings > _SSL_new > _SSL_read > _SSL_set_ex_data > _SSL_set_fd > _SSL_shutdown > _SSL_write > _TLSv1_method > _X509_NAME_get_text_by_NID > _X509_NAME_oneline > _X509_check_private_key > _X509_free > _X509_get_subject_name > collect2: ld returned 1 exit status > make[3]: *** [PostgreSQL.gdladaptor/Contents/MacOS/PostgreSQL] Error 1 > make[2]: *** [PostgreSQL.all.bundle.variables] Error 2 > make[1]: *** [internal-all] Error 2 > make: *** [internal-all] Error 2 > --Apple-Mail-2--607378733 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Hi Tabitha Why don't you try using = Marc Liyanage's postgres package - it installs easily, and works well = with OGoMatthew= --Apple-Mail-2--607378733-- From macosx@opengroupware.org Fri Nov 18 13:05:15 2005 From: macosx@opengroupware.org (Marco Scheurer) Date: Fri, 18 Nov 2005 14:05:15 +0100 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To:On Nov 18, = 2005, at 12:52 PM, Tabitha McNerney wrote:Hello = all,
Thans to Helge I think I now have the correct mailing list = to post some OS X specific questions for OGo.
On an Xserve = running OS X Tiger Server (10.4.2), attempting to "make all" for SOPE = 4.5 (alpha, checked out from the trunk about 24 hours ago),=A0 configure = seems to work just fine as=A0 the last several lines show up like = this:
creating: /Users/tm/SOPE-4.5/config.make
= optional library found: xml2
optional library found: ldap
= required library found: ssl
optional library found: pq
optional = library found: sqlite3
optional library found: mysqlclient
= configuring NGStreams library .... done (log in = config-NGStreams.log).
When I next try to "make = all", a lot of stuff seems to go well but I something breaks with the = attempt to build the PostreSQL bundle. The section of output is below. = Any ideas why this might be? Would it be better to stick with SOPE 4.4? =
The version of PostgreSQL that I have installed is 7.4.9 (as a = Darwin Port). The shared object libraries and headers are all available = in:
/opt/local/lib/postgresql
= /opt/local/include/postgresql
/opt/local/include/postgresql/postgres_ext.h
I'm = very new to OGo and SOPE and not much of a configure / make guru, but if = there is anything I can do to help the community in an effort to improve = this process, please let me know as I would be pleased to help in any = way I can.
Best regards,
Tabitha
Note: = regarding ld:
$ ld -v
Apple Computer, Inc. version = cctools-576.obj~23
Making all in = PostgreSQL...
Making all for bundle PostgreSQL...
=A0Compiling = file common.h ...
=A0Creating = PostgreSQL.gdladaptor/Contents/MacOS...
=A0Compiling file = PGConnection.m ...
=A0Compiling file PostgreSQL72Expression.m = ...
=A0Compiling file PostgreSQL72Adaptor.m ...
=A0Compiling = file PostgreSQL72Context.m ...
=A0Compiling file = PostgreSQL72Channel.m ...
=A0Compiling file = PostgreSQL72Channel+Model.m ...
=A0Compiling file = PostgreSQL72Exception.m ...
=A0Compiling file PostgreSQL72Values.m = ...
=A0Compiling file NSString+PostgreSQL72.m ...
=A0Compiling = file EOAttribute+PostgreSQL72.m ...
=A0Compiling file = NSString+PGVal.m ...
=A0Compiling file NSData+PGVal.m ...
= =A0Compiling file NSCalendarDate+PGVal.m ...
=A0Compiling file = NSNumber+PGVal.m ...
=A0Linking bundle PostgreSQL ...
= /usr/bin/ld: Undefined symbols:
_SSL_pending
_BIO_free
= _BIO_new_mem_buf
_DH_check
_DH_generate_parameters
= _DH_size
_ERR_get_error
_ERR_reason_error_string
= _EVP_PKEY_free
_PEM_read_DHparams
_PEM_read_PrivateKey
= _PEM_read_X509
_PEM_read_bio_DHparams
_SSL_CTX_ctrl
= _SSL_CTX_free
_SSL_CTX_load_verify_locations
_SSL_CTX_new
= _SSL_CTX_set_tmp_dh_callback
_SSL_CTX_set_verify
= _SSL_CTX_set_verify_depth
_SSL_connect
_SSL_free
= _SSL_get_error
_SSL_get_ex_data
_SSL_get_peer_certificate
= _SSL_library_init
_SSL_load_error_strings
_SSL_new
= _SSL_read
_SSL_set_ex_data
_SSL_set_fd
_SSL_shutdown
= _SSL_write
_TLSv1_method
_X509_NAME_get_text_by_NID
= _X509_NAME_oneline
_X509_check_private_key
_X509_free
= _X509_get_subject_name
collect2: ld returned 1 exit status
= make[3]: *** [PostgreSQL.gdladaptor/Contents/MacOS/PostgreSQL] Error = 1
make[2]: *** [PostgreSQL.all.bundle.variables] Error 2
= make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error = 2
References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> Message-ID: <1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> On Nov 18, 2005, at 1:57 PM, Matthew Griffin wrote: > Hi Tabitha > > Why don't you try using Marc Liyanage's postgres package - it > installs easily, and works well with OGo > > http://www.entropy.ch/software/macosx/postgresql/ That's right, we had no problems using that package with SOPE 4.5. No problems either with a fresh compile of PostgreSQL 8.1 . However: - we use AJR as an EOF replacement, and - we compiled everything using XCode rather than make. marco Marco Scheurer Sen:te, Lausanne, Switzerland http://www.sente.ch From macosx@opengroupware.org Fri Nov 18 13:06:02 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Fri, 18 Nov 2005 03:06:02 -1000 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> Message-ID: <7fccb3000511180506y235e49c4i252d4f45893c8599@mail.gmail.com> ------=_Part_4395_1171658.1132319162840 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Matthew, Thanks, that's not a bad idea, but I really love managing my ports (including PostgreSQL) with Darwin Ports. In theory it shouldn't matter, should it? Nothing against Mark, but I'd prefer to work with a community of port managers (e.g., Darwin Ports). Whta if Mark decides to change his careers and no longer creates his packages? Best regards, Tabitha On 11/18/05, Matthew Griffin wrote: > > Hi Tabitha > Why don't you try using Marc Liyanage's postgres package - it installs > easily, and works well with OGo > > http://www.entropy.ch/software/macosx/postgresql/ > > > Matthew > > > On Nov 18, 2005, at 12:52 PM, Tabitha McNerney wrote: > > Hello all, > > Thans to Helge I think I now have the correct mailing list to post some O= S > X specific questions for OGo. > > On an Xserve running OS X Tiger Server (10.4.2), attempting to "make all" > for SOPE 4.5 (alpha, checked out from the trunk about 24 hours ago), > configure seems to work just fine as the last several lines show up like > this: > > creating: /Users/tm/SOPE-4.5/config.make > > optional library found: xml2 > > optional library found: ldap > > required library found: ssl > > optional library found: pq > > optional library found: sqlite3 > > optional library found: mysqlclient > > configuring NGStreams library .... done (log in config-NGStreams.log). > > > When I next try to "make all", a lot of stuff seems to go well but I > something breaks with the attempt to build the PostreSQL bundle. The sect= ion > of output is below. Any ideas why this might be? Would it be better to st= ick > with SOPE 4.4? > > The version of PostgreSQL that I have installed is 7.4.9 (as a Darwin > Port). The shared object libraries and headers are all available in: > > /opt/local/lib/postgresql > /opt/local/include/postgresql > /opt/local/include/postgresql/postgres_ext.h > > I'm very new to OGo and SOPE and not much of a configure / make guru, but > if there is anything I can do to help the community in an effort to impro= ve > this process, please let me know as I would be pleased to help in any way= I > can. > > Best regards, > > Tabitha > > Note: regarding ld: > > $ ld -v > > Apple Computer, Inc. version cctools-576.obj~23 > > > > Making all in PostgreSQL... > > Making all for bundle PostgreSQL... > > Compiling file common.h ... > > Creating PostgreSQL.gdladaptor/Contents/MacOS... > > Compiling file PGConnection.m ... > > Compiling file PostgreSQL72Expression.m ... > > Compiling file PostgreSQL72Adaptor.m ... > > Compiling file PostgreSQL72Context.m ... > > Compiling file PostgreSQL72Channel.m ... > > Compiling file PostgreSQL72Channel+Model.m ... > > Compiling file PostgreSQL72Exception.m ... > > Compiling file PostgreSQL72Values.m ... > > Compiling file NSString+PostgreSQL72.m ... > > Compiling file EOAttribute+PostgreSQL72.m ... > > Compiling file NSString+PGVal.m ... > > Compiling file NSData+PGVal.m ... > > Compiling file NSCalendarDate+PGVal.m ... > > Compiling file NSNumber+PGVal.m ... > > Linking bundle PostgreSQL ... > > /usr/bin/ld: Undefined symbols: > > _SSL_pending > > _BIO_free > > _BIO_new_mem_buf > > _DH_check > > _DH_generate_parameters > > _DH_size > > _ERR_get_error > > _ERR_reason_error_string > > _EVP_PKEY_free > > _PEM_read_DHparams > > _PEM_read_PrivateKey > > _PEM_read_X509 > > _PEM_read_bio_DHparams > > _SSL_CTX_ctrl > > _SSL_CTX_free > > _SSL_CTX_load_verify_locations > > _SSL_CTX_new > > _SSL_CTX_set_tmp_dh_callback > > _SSL_CTX_set_verify > > _SSL_CTX_set_verify_depth > > _SSL_connect > > _SSL_free > > _SSL_get_error > > _SSL_get_ex_data > > _SSL_get_peer_certificate > > _SSL_library_init > > _SSL_load_error_strings > > _SSL_new > > _SSL_read > > _SSL_set_ex_data > > _SSL_set_fd > > _SSL_shutdown > > _SSL_write > > _TLSv1_method > > _X509_NAME_get_text_by_NID > > _X509_NAME_oneline > > _X509_check_private_key > > _X509_free > > _X509_get_subject_name > > collect2: ld returned 1 exit status > > make[3]: *** [PostgreSQL.gdladaptor/Contents/MacOS/PostgreSQL] Error 1 > > make[2]: *** [PostgreSQL.all.bundle.variables] Error 2 > > make[1]: *** [internal-all] Error 2 > > make: *** [internal-all] Error 2 > > > > > ------=_Part_4395_1171658.1132319162840 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Matthew,
Thanks, that's not a bad idea, but I really love managing my ports (includi= ng PostgreSQL) with Darwin Ports.
In theory it shouldn't matter, should it? Nothing against Mark, but I'd prefer to work with a community of port managers (e.g., Darwin Ports). Whta if Mark decides to change his careers and no longer creates his packages?
Best regards,
TabithaOn 11/18/05, Matthew Griffin <m= g@deadline.de> wrote:Hi TabithaWhy don't you try using Marc Liyanage's postg= res package - it installs easily, and works well with OGoMatthewOn Nov= 18, 2005, at 12:52 PM, Tabitha McNerney wrote:Hello all,
Thans to Helge I th= ink I now have the correct mailing list to post some OS X specific question= s for OGo.
On an Xserve running OS X Tiger Server (10.4.2), attempting to "make all" for SOPE 4.5 (alpha, checked out from the trunk about 24 hours ago), configure seems to work just fine as the last several lines show up like this:
creating: /Users/tm/SOPE-4.5/config.make
optional libr= ary found: xml2
optional library found: ldap
required library found: ssl
optio= nal library found: pq
optional library found: sqlite3
optional libr= ary found: mysqlclient
configuring NGStreams library .... done (log in= =20 config-NGStreams.log).
When I next try to "make all", a lot of stuff seems to go well bu= t I something breaks with the attempt to build the PostreSQL bundle. The section of output is below. Any ideas why this might be? Would it be better to stick with SOPE 4.4?
The version of PostgreSQL that I have installed is 7.4.9 (as a Darwin Port). The shared object libraries and headers are all available in:
/opt/local/lib/postgresql
/opt/local/include/postgresql=
/opt/local/include/postgresql/postgres_= ext.h
I'm very new to OGo and SOPE and not much of a configure / make guru, but if there is anything I can do to help the community in an effort to improve this process, please let me know as I would be pleased to help in any way I can.
Best regards,
Tabitha
No= te: regarding ld:
$ ld -v
Apple Computer, Inc. version cctools-576.obj~23
Making a= ll in PostgreSQL...
Making all for bundle PostgreSQL...
Compiling file common.h = ...
Creating PostgreSQL.gdladaptor/Contents/MacOS...
Co= mpiling file PGConnection.m ...
Compiling file PostgreSQL72Expres= sion.m ...
Compiling file=20 PostgreSQL72Adaptor.m ...
Compiling file PostgreSQL72Context.m ..= .
Compiling file PostgreSQL72Channel.m ...
Compiling fi= le PostgreSQL72Channel+Model.m ...
Compiling file PostgreSQL72Exc= eption.m ...
Compiling file PostgreSQL72Values.m ...
Compiling file NSS= tring+PostgreSQL72.m ...
Compiling file EOAttribute+PostgreSQL72.= m ...
Compiling file NSString+PGVal.m ...
Compiling fil= e NSData+PGVal.m ...
Compiling file NSCalendarDate+PGVal.m ...
Compiling file N= SNumber+PGVal.m ...
Linking bundle PostgreSQL ...
/usr/bin/ld= : Undefined symbols:
_SSL_pending
_BIO_free
_BIO_new_mem_buf
_DH_check
_DH_generate_parameters
_DH_size
_ERR_get_error
_ERR_reaso= n_error_string
_EVP_PKEY_free
_PEM_read_DHparams
_PEM_read_Priv= ateKey
_PEM_read_X509
_PEM_read_bio_DHparams
_SSL_CTX_ctrl
_SSL_CTX_free
_SSL_CTX_load_verify_locations
_SSL_CTX_new
_SSL= _CTX_set_tmp_dh_callback
_SSL_CTX_set_verify
_SSL_CTX_set_verify_de= pth
_SSL_connect
_SSL_free
_SSL_get_error
_SSL_get_ex_data
_SSL_get_peer_certificate
_SSL_library_init
_SSL_load_error_st= rings
_SSL_new
_SSL_read
_SSL_set_ex_data
_SSL_set_fd
_= SSL_shutdown
_SSL_write
_TLSv1_method
_X509_NAME_get_text_by_NI= D
_X509_NAME_oneline
_X509_check_private_key
_X509_free
_X50= 9_get_subject_name
collect2: ld returned 1 exit status
make[3]: ***= [PostgreSQL.gdladaptor/Contents/MacOS/PostgreSQL] Error 1
make[2]: ***= [ PostgreSQL.all.bundle.variables] Error 2
make[1]: *** [internal-all] Er= ror 2
make: *** [internal-all] Error 2
------=_Part_4395_1171658.1132319162840-- From macosx@opengroupware.org Fri Nov 18 13:46:25 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Fri, 18 Nov 2005 03:46:25 -1000 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: <1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com><1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> Message-ID: <7fccb3000511180546q7a1d6f79g709f7633cb498ad7@mail.gmail.com> ------=_Part_4992_4584091.1132321585109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/18/05, Marco Scheurer wrote: > > > On Nov 18, 2005, at 1:57 PM, Matthew Griffin wrote: > > > Hi Tabitha > > > > Why don't you try using Marc Liyanage's postgres package - it > > installs easily, and works well with OGo > > > > http://www.entropy.ch/software/macosx/postgresql/ > > That's right, we had no problems using that package with SOPE 4.5. No > problems either with a fresh compile of PostgreSQL 8.1 . However: Marco, thanks for the heads up. A few moments ago I was successful with a "make all" for SOPE 4.4 using the PostgreSQL 7.4.9 install from Darwin Port= s as I got the following (though I'm not sure why ld was still looking for /usr/local since I thought I changed this in configure): Linking bundle PostgreSQL ... > /usr/bin/ld: warning -L: directory name (/usr/local/pgsql/lib/) does not > exist > Creating PostgreSQL.gdladaptor/Contents/Resources... > Creating PostgreSQL.gdladaptor/Contents... > Creating PostgreSQL.gdladaptor/Contents/Info.plist... > Copying resources into the bundle wrapper... > Making all in xmlrpc_call... > Making all for tool xmlrpc_call... > Compiling file xmlrpc_call.m ... > Linking tool xmlrpc_call ... > > So hopefully I'm all set now (but also good to know PostgreSQL 8.1 works with your installation so I can try this with Darwin Ports later if need be). - we use AJR as an EOF replacement, and Sorry for my not knowing, but what is AJR? Is there a good reason to swap out EOF with AJR? - we compiled everything using XCode rather than make. > > marco > > Marco Scheurer > Sen:te, Lausanne, Switzerland http://www.sente.ch > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx > ------=_Part_4992_4584091.1132321585109 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/18/05, Marco Scheurer <marco@sente.c= h> wrote:
On Nov 18, 2005, at 1:57 PM, Matthew Griffin wrote:
> Hi Tabi= tha
>
> Why don't you try using Marc Liyanage's postgres packag= e - it
> installs easily, and works well with OGo
>
>=20 http://www.en= tropy.ch/software/macosx/postgresql/
That's right, we had no pro= blems using that package with SOPE 4.5. No
problems either with a fresh = compile of PostgreSQL=20 8.1 . However:
Marco, thanks for the heads up. A few moments ago I was successful with a "make all" for SOPE 4.4 using the PostgreSQL 7.= 4.9 install from Darwin Ports as I got the following (though I'm not sure why ld was still looking for /usr/local since I thought I changed this in configure):
Linking bundle PostgreSQL ...
/usr/bin/ld: warning -L: directory name (/usr/local/pgsql/lib/) does not ex= ist
Creating PostgreSQL.gdladaptor/Contents/Resources...
Creating PostgreSQL.gdladaptor/Contents...
Creating PostgreSQL.gdladaptor/Contents/Info.plist...
Copying resources into the bundle wrapper...
Making all in xmlrpc_call...
Making all for tool xmlrpc_call...
Compiling file xmlrpc_call.m ...
Linking tool xmlrpc_call ...
So hopefully I'm all set now (but also good to know PostgreSQL 8.1 works with your installation so I can try this with Darwin Ports later if need be).- we use AJR as an EOF replacement, and
Sorry for my not knowing, but what is AJR? Is there a good reason to swap o= ut EOF with AJR?
-= we compiled everything using XCode rather than make.<= /div>
marco
M= arco Scheurer
Sen:te, Lausanne, Switzerland http://www.sente.ch
--
OpenGroupware.org MacOS X
macosx@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/macosx
------=_Part_4992_4584091.1132321585109-- From macosx@opengroupware.org Fri Nov 18 14:24:40 2005 From: macosx@opengroupware.org (Marco Scheurer) Date: Fri, 18 Nov 2005 15:24:40 +0100 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: <7fccb3000511180546q7a1d6f79g709f7633cb498ad7@mail.gmail.com> References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com><1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> <7fccb3000511180546q7a1d6f79g709f7633cb498ad7@mail.gmail.com> Message-ID: > - we use AJR as an EOF replacement, and > > > Sorry for my not knowing, but what is AJR? Is there a good reason > to swap out EOF with AJR? Tabitha, Are you using GDL2? We found it easier to work with AJR, GDL2 was too different from EOF (it may have changed though). AJR is an open source Objective C clone of EOF, available (only through cvs I believe) from: http://sourceforge.net/projects/ajrdatabase/ AJR has everything we need: EOAccess, EOControl, adaptors (AJR also includes an EOModeler clone which still has some problems, but can be used and is compatible with the EOModeler of WebObjects). We submitted a few bug fixes, but we are generally very happy with the SOPE+AJR combination. We haven't used them on complex database schemas yet. marco From macosx@opengroupware.org Sat Nov 19 16:16:24 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Sat, 19 Nov 2005 06:16:24 -1000 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> <1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> <7fccb3000511180546q7a1d6f79g709f7633cb498ad7@mail.gmail.com> Message-ID: <7fccb3000511190816s265a0d7dme58fe1df65293c7a@mail.gmail.com> On 11/18/05, Marco Scheurer wrote: > > - we use AJR as an EOF replacement, and > > > > > > Sorry for my not knowing, but what is AJR? Is there a good reason > > to swap out EOF with AJR? > > Tabitha, > > Are you using GDL2? Hi Marco! I hadn't considered GDL2 previously because yesterday I hadn't gotten that far. I think GDL1 is what I had noticed on my system but I might be lost in outer space trying to grok all of this so quickly! So, I'm not sure. > We found it easier to work with AJR, GDL2 was too > different from EOF (it may have changed though). Great to hear. I am taking your advice and about to try and fetch AJR Database via CVS and integrate it into SOPE 4.5 (I just got SOPE 4.5 to build and make install perfectly against Postgresl 8.1 which I installed similar to Mark's package, but I built my 8.1 from source). Thanks again for your suggestion. I just hope AJR isn't too much of a hassle to install. I'll find out soon :-) Best Regards, Tabitha > AJR is an open > source Objective C clone of EOF, available (only through cvs I > believe) from: > > http://sourceforge.net/projects/ajrdatabase/ > > AJR has everything we need: EOAccess, EOControl, adaptors (AJR also > includes an EOModeler clone which still has some problems, but can be > used and is compatible with the EOModeler of WebObjects). We > submitted a few bug fixes, but we are generally very happy with the > SOPE+AJR combination. We haven't used them on complex database > schemas yet. > > marco > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx > From macosx@opengroupware.org Sat Nov 19 18:05:37 2005 From: macosx@opengroupware.org (Mont Rothstein) Date: Sat, 19 Nov 2005 10:05:37 -0800 Subject: [OGo-MacOSX] PostgreSQL bundle fails to build with SOPE 4.5 In-Reply-To: <7fccb3000511190816s265a0d7dme58fe1df65293c7a@mail.gmail.com> References: <7fccb3000511180352i37b18d6ese43cf03270b04ddc@mail.gmail.com> <1FEFA927-DF5C-495D-9510-05E48193C0BC@sente.ch> <7fccb3000511180546q7a1d6f79g709f7633cb498ad7@mail.gmail.com> <7fccb3000511190816s265a0d7dme58fe1df65293c7a@mail.gmail.com> Message-ID: <467a83630511191005l3f5bb044y8f56546c2f23ceb7@mail.gmail.com> ------=_Part_20316_26798893.1132423537728 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Tabitha, I am an admin for AJRDatabase. I wanted to send you some info to help with your integration with SOPE and AJRDatabase. On the Sourceforge site under documentation are some notes on how to integrate the two. Additionally there is some code you need which isn't on the site (I couldn't figure out how to post it and I haven't gotten it adde= d to CVS yet). I can't get to the code at the moment, but this evening I will email it to you then. I haven't personally updated to SOPE in a couple of months so you may run into some bumps. If you report back any errors in the how-to integrate doc I'll update it. Good luck and feel free to post questions to the developers forum on Sourceforge. -Mont On 11/19/05, Tabitha McNerney wrote: > > On 11/18/05, Marco Scheurer wrote: > > > - we use AJR as an EOF replacement, and > > > > > > > > > Sorry for my not knowing, but what is AJR? Is there a good reason > > > to swap out EOF with AJR? > > > > Tabitha, > > > > Are you using GDL2? > > Hi Marco! I hadn't considered GDL2 previously because yesterday I > hadn't gotten that far. I think GDL1 is what I had noticed on my > system but I might be lost in outer space trying to grok all of this > so quickly! So, I'm not sure. > > > We found it easier to work with AJR, GDL2 was too > > different from EOF (it may have changed though). > > Great to hear. I am taking your advice and about to try and fetch AJR > Database via CVS and integrate it into SOPE 4.5 (I just got SOPE 4.5 > to build and make install perfectly against Postgresl 8.1 which I > installed similar to Mark's package, but I built my 8.1 from source). > > Thanks again for your suggestion. I just hope AJR isn't too much of a > hassle to install. I'll find out soon :-) > > Best Regards, > > Tabitha > > > AJR is an open > > source Objective C clone of EOF, available (only through cvs I > > believe) from: > > > > http://sourceforge.net/projects/ajrdatabase/ > > > > AJR has everything we need: EOAccess, EOControl, adaptors (AJR also > > includes an EOModeler clone which still has some problems, but can be > > used and is compatible with the EOModeler of WebObjects). We > > submitted a few bug fixes, but we are generally very happy with the > > SOPE+AJR combination. We haven't used them on complex database > > schemas yet. > > > > marco > > > > -- > > OpenGroupware.org MacOS X > > macosx@opengroupware.org > > http://mail.opengroupware.org/mailman/listinfo/macosx > > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx > ------=_Part_20316_26798893.1132423537728 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Tabitha,
I am an admin for AJRDatabase. I wanted to send you some info to help= with your integration with SOPE and AJRDatabase.
On the Sourceforge site under documentation are some notes on how to integrate the two. Additionally there is some code you need which isn't on the site (I couldn't figure out how to post it and I haven't gotten it added to CVS yet).
I can't get to the code at the moment, but this evening I will email it to = you then.
I haven't personally updated to SOPE in a couple of months so you may run into some bumps. If you report back any errors in the how-to integrate doc I'll update it.
Good luck and feel free to post questions to the developers forum on Source= forge.
-Mont
On 11/19/05, Tabitha McNerney <ta= bithamc@gmail.com> wrote:On 11/18/05, Marco Scheurer <marco@sen= te.ch> wrote:
> > - we use AJR as an EOF replacement, and> >
> >
> > Sorry for my not knowing, but what is= AJR? Is there a good reason
> > to swap out EOF with AJR?
>
> Tabitha,
>
> Are you using GDL2?
Hi Marco! I hadn't considered GDL2 previou= sly because yesterday I
hadn't gotten that far. I think GDL1 is what I&n= bsp; had noticed on my
system but I might be lost in outer space trying to grok all of this
so quickly! So, I'm not sure.
> We found it easier to work with = AJR, GDL2 was too
> different from EOF (it may have changed though).
Great to hear. I am taking your advice and about to try and fetch A= JR
Database via CVS and integrate it into SOPE 4.5 (I just got SOPE 4.5<= br>to build and make install perfectly against Postgresl 8.1 which I
installed similar to Mark's package, but I built my 8.1 from source).
Thanks again for your suggestion. I just hope AJR isn't too much of a
= hassle to install. I'll find out soon :-)
Best Regards,
Tabit= ha
> AJR is an open
> source Objective C clone of EOF, availa= ble (only through cvs I
> believe) from:
>
> http://sourceforge.net/project= s/ajrdatabase/
>
> AJR has everything we need: EOAccess, EOControl, adapt= ors (AJR also
> includes an EOModeler clone which still has some prob= lems, but can be
> used and is compatible with the EOModeler of WebOb= jects). We
> submitted a few bug fixes, but we are generally very happy with th= e
> SOPE+AJR combination. We haven't used them on complex database
> schemas yet.
>
> marco
>
> --
> OpenGro= upware.org MacOS X
> macosx@opengro= upware.org
> http://mail.opengroupware.org/mailman/listinfo/macosx
>
--
OpenGroupware.org MacOS X
macosx@opengroupware.org
http://mail.opengroupware.org/mailman/li= stinfo/macosx
------=_Part_20316_26798893.1132423537728-- From macosx@opengroupware.org Sun Nov 20 15:01:02 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Sun, 20 Nov 2005 05:01:02 -1000 Subject: [OGo-MacOSX] A useful fix for SOPE 4.5 and OGo beta rock? + final setup questions Message-ID: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> ------=_Part_21514_10399349.1132498862398 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I would like to truly thank everyone in this community of users and developers of OpenGroupware on Mac OS X for their guidance! I am happy to report that a few moments ago I have successfully built OGo 1.0beta.2-rockagainst SOPE 4.5 (from trunk) and PostgreSQL 8.1 on Mac OS X Tiger. For now this is very simple and not using AJR nor GDL 2, and I have yet to run OGo so that's the next step. In the process of "sudo make -s install" for OGo, I discovered a workaround for a small problem that might be helpful to the community. This was the error I received: Making all in Main... > Making all for tool ogo-webui-1.0... > Compiling file main.m ... > Compiling file OpenGroupware.m ... > Compiling file OpenGroupware+CTI.m ... > Compiling file DirectAction.m ... > Compiling file WODirectAction+LoginAction.m ... > Compiling file SoOGoAuthenticator.m ... > Compiling file OGoWebBundleLoader.m ... > Linking tool ogo-webui-1.0 ... > /usr/bin/ld: warning -L: directory name (/usr/local/apr/lib) does not > exist > Making all in Common... > Making all in BaseUI... > GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles/wobundle.make: No > such file or directory > make[3]: *** No rule to make target > `/usr/local/OGoRoot/Library/Makefiles/wobundle.make'. Stop. > make[2]: *** [internal-all] Error 2 > make[1]: *** [internal-all] Error 2 > make: *** [internal-all] Error 2 > I looked at my SOPE 4.5 build logs and surely wobundle.make was created, like this: /usr/bin/install -c -m 644 wobundle-gs.make \ > //Users/tab/Desktop/sope/SOPE-4.5/.gsmake/Library/Makefiles/wobundle.make > > But it wasn't being copied appropriately. So I manually copied it to my OGoROOT as in: $ cd SOPE-4.5/.gsmake/Library/Makefiles > $ sudo cp wobundle.make /usr/local/OGoRoot/Library/Makefiles/ > Then in my other terminal shell where I was making OGo 1.0 beta 2 rock, I resumed with: $ sudo make -s install > and there was no problem after this except in my case (maybe not applicable to others here) I had to create the Templates directory as in: $ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0 > $ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0/Templates > > I have a GNUstep directory in my home because its also used by DarwinPorts for when I installed Windowmaker for X11. Another thing I noticed is that the executable I ended up with was named " ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this correct? Moments ago I also tried to make mod_ngobjweb in sope-appserver. It looks a= s if I have what I need: -rw-r--r-- 1 tab tab 68968 Nov 20 14:35 mod_ngobjweb.so > though I noticed the complaint against Apple's gcc 4.0 (not sure if this is worth addressing further?): In file included from /usr/include/httpd/httpd.h:29, > from common.h:37, > from ngobjweb_module.c:22: > /usr/include/httpd/ap_config.h:1025:1: warning: this is the location of > the previous definition > gcc -bundle -undefined suppress -flat_namespace -Wl,-bind_at_load -shared > -fPIC -o mod_ngobjweb.so globals.o handler.o NGBufferedDescriptor.o > scanhttp.o sns.o config.o ngobjweb_module.o > powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' > On a final note with a few questions, I was wondering if anyone could help clarify Helge's instructions where Helge suggests for setting up the environment: You need to set up the Resources/WebServerResources links from > $GNUSTEP_USER_ROOT to the sources, set up the default, maybe compile > mod_ngobjweb (contained in SOPE/sope-appserver) and configure Apache. Loa= d > the database schema into PostgreSQL. Well, what else? Feel free to commen= t > the document or send feedback to helge.hess@opengroupware.org ;-) > In the environment I have set up, when GNUstep is sourced, $GNUSTEP_USER_RO= OT ends up being ~/GNUstep/ and I am unable to find a Resources/WebServerResou= rces directory. Is this something I need to create manually or is it located elsewhere? I can not find it in my $OGoROOT either. What are the target sources that need to be linked to and where would they be found? And then m= y final question, what does Helge mean by "set up the default"? Sorry if thes= e are naive questions but this is all very new to me. And thank you for any suggestions / pointers. I'm excited to use OGo very soon now and also looking forward to trying AJR Database! Best regards, Tabitha ------=_Part_21514_10399349.1132498862398 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I would like to truly thank everyone in this community of users and developers of OpenGroupware on Mac OS X for their guidance! I am happy to report that a few moments ago I have successfully built OGo 1.0beta.2-rock against SOPE 4.5 (from trunk) and PostgreSQL 8.1 on Mac OS X Tiger. For now this is very simple and not using AJR nor GDL 2, and I have yet to run OGo so that's the next step.
In the process of "sudo make -s install" for OGo, I discovered a workaro= und for a small problem that might be helpful to the community. This was the error I received:
Making all in Mai= n...
Making all for tool ogo-webui-1.0...
Compiling file main.m ...
Compiling file OpenGroupware.m ...
Compiling file OpenGroupware+CTI.m ...
Compiling file DirectAction.m ...
Compiling file WODirectAction+LoginAction.m ...
Compiling file SoOGoAuthenticator.m ...
Compiling file OGoWebBundleLoader.m ...
Linking tool ogo-webui-1.0 ...
/usr/bin/ld: warning -L: directory name (/usr/local/apr/lib) does not exist=
Making all in Common...
Making all in BaseUI...
GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles/wobundle.make: No such= file or directory
make[3]: *** No rule to make target `/usr/local/OGoRoot/Library/Makefiles/w= obundle.make'. Stop.
make[2]: *** [internal-all] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
I looked at my SOPE 4.5 build logs and surely wobundle.make was created= , like this:
/usr/bin/install -c -m 644 wobundle-gs.make \
//Users/tab/Desktop/sope/SO= PE-4.5/.gsmake/Library/Makefiles/wobundle.make
But it wasn't being copied appropriately. So I manually copied it to my= OGoROOT as in:
$ cd SOPE-4.5/.gs= make/Library/Makefiles
$ sudo cp wobundle.make /usr/local/OGoRoot/Library/Makefiles/
Then in my other terminal shell where I was making OGo 1.0 beta 2 rock,= I resumed with:
$ sudo make -s in= stall
and there was no problem after this except in my case (maybe not applicable to others here) I had to create the Templates directory as in:
I have a GNUstep directory in my home because its also used by DarwinPorts = for when I installed Windowmaker for X11.$ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0
$ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0/Templates
Another thing I noticed is that the executable I ended up with was named "ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this c= orrect?
Moments ago I also tried to make mod_ngobjweb in sope-appser= ver. It looks as if I have what I need:
-rw-r--r-- &= nbsp; 1 tab tab 68968 Nov 20 14:35 mod_ngo= bjweb.so
though I noticed the complaint against Apple's gcc 4.0 (not sure if thi= s is worth addressing further?):
In file included = from /usr/include/httpd/httpd.h:29,
&nb= sp; from common.h:37,
&nb= sp; from ngobjweb_module.c:22:
/usr/include/httpd/ap_config.h:1025:1: warning: this is the location of the= previous definition
gcc -bundle -undefined suppress -flat_namespace -Wl,-bind_at_load -shared -fPIC -o mod_ngobjweb.so globals.o handler.o NGBufferedDescriptor.o scanhttp.o sns.o config.o ngobjweb_module.o
powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared'
On a final note with a few questions, I was wondering if anyone could help clarify Helge's instructions where Helge suggests for setting up the environment:
You need to set up the Resources/WebSe= rverResources links from $GNUSTEP_USER_ROOT to the sources, set up the default, maybe compile= mod_ngobjweb (contained in SOPE/sope-appserver) and configure Apache. Load the database schema into PostgreSQL. Well, what else? Feel free to comment the document or send feedback to helge.hess@opengroupware.= org ;-)
In the environment I have set up, when GNUstep is sourced, $GNUSTEP_USER_ROOT ends up being ~/GN= Ustep/ and I am unable to find a Resources/ WebServerResources directory. Is this something I need to create manually or is it located elsewhere? I can not find it in my $OGoROOT either. What are the target sources that need to be linked to and where would they be found? And then my final question, what does Helge mean by "set up the default&qu= ot;? Sorry if these are naive questions but this is all very new to me. And thank you for any suggestions / pointers. I'm excited to use OGo very soon now and also looking forward to trying AJR Database!
Best regards,
Tabitha
------=_Part_21514_10399349.1132498862398-- From macosx@opengroupware.org Sun Nov 20 17:38:41 2005 From: macosx@opengroupware.org (Mont Rothstein) Date: Sun, 20 Nov 2005 09:38:41 -0800 Subject: [OGo-MacOSX] A useful fix for SOPE 4.5 and OGo beta rock? + final setup questions In-Reply-To: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> References: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> Message-ID: <467a83630511200938k6289e0fdy978b9408de109bcf@mail.gmail.com> I don't want to discourage *anyone* from using AJRDatabase but I feel I should make it clear that neither AJRDatabase nor GDL2 are required for OGo. OGo is based on (and includes) GL1 and that is all it needs. AJRDatabase can be useful if you are doing development because it is a more complete implementation of EOF than GDL1. -Mont On 11/20/05, Tabitha McNerneywrote: > I would like to truly thank everyone in this community of users and > developers of OpenGroupware on Mac OS X for their guidance! I am happy to > report that a few moments ago I have successfully built OGo 1.0beta.2-roc= k > against SOPE 4.5 (from trunk) and PostgreSQL 8.1 on Mac OS X Tiger. For n= ow > this is very simple and not using AJR nor GDL 2, and I have yet to run OG= o > so that's the next step. > > In the process of "sudo make -s install" for OGo, I discovered a workarou= nd > for a small problem that might be helpful to the community. This was the > error I received: > > > > Making all in Main... > > Making all for tool ogo-webui-1.0... > > Compiling file main.m ... > > Compiling file OpenGroupware.m ... > > Compiling file OpenGroupware+CTI.m ... > > Compiling file DirectAction.m ... > > Compiling file WODirectAction+LoginAction.m ... > > Compiling file SoOGoAuthenticator.m ... > > Compiling file OGoWebBundleLoader.m ... > > Linking tool ogo-webui-1.0 ... > > /usr/bin/ld: warning -L: directory name (/usr/local/apr/lib) does not > exist > > Making all in Common... > > Making all in BaseUI... > > GNUmakefile:66: > /usr/local/OGoRoot/Library/Makefiles/wobundle.make: No such > file or directory > > make[3]: *** No rule to make target > `/usr/local/OGoRoot/Library/Makefiles/wobundle.make'. > Stop. > > make[2]: *** [internal-all] Error 2 > > make[1]: *** [internal-all] Error 2 > > make: *** [internal-all] Error 2 > > > > I looked at my SOPE 4.5 build logs and surely wobundle.make was created, > like this: > > > > > > /usr/bin/install -c -m 644 wobundle-gs.make \ > > > //Users/tab/Desktop/sope/SOPE-4.5/.gsmake/Library/Makefiles/wobundle.make > > > > But it wasn't being copied appropriately. So I manually copied it to my > OGoROOT as in: > > > > $ cd SOPE-4.5/.gsmake/Library/Makefiles > > $ sudo cp wobundle.make > /usr/local/OGoRoot/Library/Makefiles/ > > > > Then in my other terminal shell where I was making OGo 1.0 beta 2 rock, I > resumed with: > > > > $ sudo make -s install > > > > and there was no problem after this except in my case (maybe not applica= ble > to others here) I had to create the Templates directory as in: > > > > > > $ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0 > > $ mkdir ~/GNUstep/Library/OpenGroupware.org-1.0/Templates > > > I have a GNUstep directory in my home because its also used by DarwinPor= ts > for when I installed Windowmaker for X11. > > Another thing I noticed is that the executable I ended up with was named > "ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this correct? > > Moments ago I also tried to make mod_ngobjweb in sope-appserver. It looks= as > if I have what I need: > > > > -rw-r--r-- 1 tab tab 68968 Nov 20 14:35 mod_ngobjweb.so > > > > though I noticed the complaint against Apple's gcc 4.0 (not sure if this = is > worth addressing further?): > > > > In file included from /usr/include/httpd/httpd.h:29, > > from common.h:37, > > from ngobjweb_module.c:22: > > /usr/include/httpd/ap_config.h:1025:1: warning: this is > the location of the previous definition > > gcc -bundle -undefined suppress -flat_namespace -Wl,-bind_at_load -shar= ed > -fPIC -o mod_ngobjweb.so globals.o handler.o NGBufferedDescriptor.o > scanhttp.o sns.o config.o ngobjweb_module.o > > powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' > > > > On a final note with a few questions, I was wondering if anyone could he= lp > clarify Helge's instructions where Helge suggests for setting up the > environment: > > > > > You need to set up the Resources/WebServerResources links from > $GNUSTEP_USER_ROOT to the sources, set up the default, maybe compile > mod_ngobjweb (contained in SOPE/sope-appserver) and configure Apache. Loa= d > the database schema into PostgreSQL. Well, what else? Feel free to commen= t > the document or send feedback to helge.hess@opengroupware.org ;-) > > > > In the environment I have set up, when GNUstep is sourced, > $GNUSTEP_USER_ROOT ends up being ~/GNUstep/ and I am unable to find a > Resources/ WebServerResources directory. Is this something I need to crea= te > manually or is it located elsewhere? I can not find it in my $OGoROOT > either. What are the target sources that need to be linked to and where > would they be found? And then my final question, what does Helge mean by > "set up the default"? Sorry if these are naive questions but this is all > very new to me. And thank you for any suggestions / pointers. I'm excited= to > use OGo very soon now and also looking forward to trying AJR Database! > > Best regards, > > Tabitha > From macosx@opengroupware.org Sun Nov 20 17:45:13 2005 From: macosx@opengroupware.org (Helge Hess) Date: Sun, 20 Nov 2005 18:45:13 +0100 Subject: [OGo-MacOSX] A useful fix for SOPE 4.5 and OGo beta rock? + final setup questions In-Reply-To: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> References: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> Message-ID: <43896564541cc8b4050e6710f14a14d9@opengroupware.org> On Nov 20, 2005, at 16:01, Tabitha McNerney wrote: > In the process of "sudo make -s install" for OGo, I discovered a =20 > workaround for a small problem that might be helpful to the community. = =20 > This was the error I received: ... >> Making all in BaseUI... >> GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles/wobundle.make: =20= >> No such file or directory ... >>> /usr/bin/install -c=A0=A0-m 644 wobundle-gs.make \ >>> =20 >>> =A0=A0=A0=A0=A0=A0=A0=A0//Users/tab/Desktop/sope/SOPE-4.5/.gsmake/Libr= ary/Makefiles/=20 >>> wobundle.make > But it wasn't being copied appropriately. This because you mixed up your GNUstep make environment. Apparently you =20= didn't load GNUstep.sh prior running ./configure in SOPE. Due to this =20= SOPE used its own gstep-make install root (SOPE-4.5.gsmake). > Another thing I noticed is that the executable I ended up with was =20 > named "ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this correct? If you are using 1.0beta, yes (its not alpha anymore ...). > Moments ago I also tried to make mod_ngobjweb in sope-appserver. It =20= > looks as if I have what I need: >> -rw-r--r--=A0=A0=A0=A01 tab=A0=A0tab=A0=A068968 Nov 20 14:35 = mod_ngobjweb.so > though I noticed the complaint against Apple's gcc 4.0 (not sure if =20= > this is worth addressing further?): ... >> powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' I think you can ignore that. > In the environment I have set up, when GNUstep is sourced, =20 > $GNUSTEP_USER_ROOT ends up being ~/GNUstep/ Then its probably wrong given that your output above says: >> GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles Decide for one ... > and I am unable to find a Resources/ WebServerResources directory. Resources is in OGo/WebUI/Resources WebServerResources is in OGo/Themes/... > I'm excited to use OGo very soon now and also looking forward to =20 > trying AJR Database! As mentioned by Mont AJR has nothing to do with OGo. OGo uses sope-gdl1. Greets, Helge --=20 http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Tue Nov 22 05:29:39 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Mon, 21 Nov 2005 19:29:39 -1000 Subject: [OGo-MacOSX] A useful fix for SOPE 4.5 and OGo beta rock? + final setup questions In-Reply-To: <43896564541cc8b4050e6710f14a14d9@opengroupware.org> References: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> <43896564541cc8b4050e6710f14a14d9@opengroupware.org> Message-ID: <7fccb3000511212129m144c98baqbe1c774cb5b2bce@mail.gmail.com> ------=_Part_43284_30457109.1132637379318 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/20/05, Helge Hess wrote: > > On Nov 20, 2005, at 16:01, Tabitha McNerney wrote: > > In the process of "sudo make -s install" for OGo, I discovered a > > workaround for a small problem that might be helpful to the community. > > This was the error I received: > ... > >> Making all in BaseUI... > >> GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles/wobundle.make: > >> No such file or directory > ... > >>> /usr/bin/install -c-m 644 wobundle-gs.make \ > >>> > >>> //Users/tab/Desktop/sope/SOPE-4.5/.gsmake/Library/Makefiles/ > >>> wobundle.make > > But it wasn't being copied appropriately. > > This because you mixed up your GNUstep make environment. Apparently you > didn't load GNUstep.sh prior running ./configure in SOPE. Due to this > SOPE used its own gstep-make install root (SOPE-4.5.gsmake). Helge, thank you for the extra set of eyes. You were absolutely right, I ha= d stupidly forgotten to source my GNUstep.sh prior to building SOPE 4.5. I have re-tried and the problem has vanished! > Another thing I noticed is that the executable I ended up with was > > named "ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this correct? > > If you are using 1.0beta, yes (its not alpha anymore ...). Therefore, wouldn't it logically be named, in the OGo namespace, " ogo-webui-1.0b"? ;-) > Moments ago I also tried to make mod_ngobjweb in sope-appserver. It > > looks as if I have what I need: > >> -rw-r--r--1 tabtab68968 Nov 20 14:35 mod_ngobjweb.so > > though I noticed the complaint against Apple's gcc 4.0 (not sure if > > this is worth addressing further?): > ... > >> powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' > > I think you can ignore that. Sounds good. > In the environment I have set up, when GNUstep is sourced, > > $GNUSTEP_USER_ROOT ends up being ~/GNUstep/ > > Then its probably wrong given that your output above says: > >> GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles > > Decide for one ... Yep, I did a new build today for a new user that I created which did not source any of the Darwin Ports GNUstep / Window manager stuff (so I did not create a ~./GNUStep directory for the user whilst building SOPE and OGo and this seemed to work fine until, of course, I had to create the Templates directory and only then did I mkdirs for: ~/GNUstep/Library/OpenGroupware.org-1.0/Templates/ > and I am unable to find a Resources/ WebServerResources directory. > > Resources is in OGo/WebUI/Resources > WebServerResources is in OGo/Themes/... Thanks, this was helpful. I was pleasantly surprised that the make -s install process created this line for my automatically: ~/GNUstep/Resources -> /Users/tab/OGo-1.0b2/WebUI/Resources By the way, I noticed on this page: http://www.opengroupware.org/en/install/macosx/macosxsource.html There is a reference to a command-line tool named "pushd" (I don't recall this from days of working on NeXTSTEP but it was probably because I just ha= d not used or discovered it at that time). I was looking around for source code to build pushd and popd but couldn't find it. Do you know where this can be found? It might be a nice-to-have for the Fink and Darwin Ports people too. > I'm excited to use OGo very soon now and also looking forward to > > trying AJR Database! > > As mentioned by Mont AJR has nothing to do with OGo. OGo uses sope-gdl1. Got it, thanks! Looks like I am about ready to try this out now (just need to configure the postgres data base and I'm going to follow your suggestions on the page for Defaults since your advice is a good starting point). Best Regards, Tabitha Greets, > Helge > -- > http://docs.opengroupware.org/Members/helge/ > OpenGroupware.org > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx > ------=_Part_43284_30457109.1132637379318 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/20/05, Helge Hess <hel= ge.hess@opengroupware.org> wrote:On Nov 20, 2005, at 16:01, Tabitha McNerney wrote:=
> In the process o= f "sudo make -s install" for OGo, I discovered a
> workarou= nd for a small problem that might be helpful to the community.
> This= was the error I received:
...
>> Making all in BaseUI...
>> &nb= sp;GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles/wobundle.make:
&= gt;> No such file or directory
...
>>> /usr/bin/install -= c-m 644 wobundle-gs.make \
>>>
>>> //Users/tab/Desktop/sope/SOPE-4.5/.gsmak= e/Library/Makefiles/
>>> wobundle.make
> But it wasn't be= ing copied appropriately.
This because you mixed up your GNUstep mak= e environment. Apparently you
didn't load GNUstep.sh prior running ./configure in SOPE. Due to thisSOPE used its own gstep-make install root (SOPE-4.5.gsmake).
Helge, thank you for the extra set of eyes. You were absolutely right, I had stupidly forgotten to source my GNUstep.sh prior to building SOPE 4.5. I have re-tried and the problem has vanished!
&= gt; Another thing I noticed is that the executable I ended up with was
&= gt; named " ogo-webui-1.0" no longer "ogo-webui-1.0a" so is this correct= ?
If you are using 1.0beta, yes (its not alpha anymore ...).
Therefore, wouldn't it logically be named, in the OGo namespace, "ogo-= webui-1.0b"? ;-)
&= gt; Moments ago I also tried to make mod_ngobjweb in sope-appserver. It
= > looks as if I have what I need:
>> -rw-r--r--1 tabtab68968 Nov 20 14:35 mod_ngobjweb.so
> t= hough I noticed the complaint against Apple's gcc 4.0 (not sure if
> = this is worth addressing further?):
...
>> powerpc-a= pple-darwin8-gcc-4.0.0 : unrecognized option `-shared'
I think you can ignore that.
Sounds good.
&= gt; In the environment I have set up, when GNUstep is sourced,
> $GNU= STEP_USER_ROOT ends up being ~/GNUstep/
Then its probably wrong given that your output above says:
>&= gt; GNUmakefile:66: /usr/local/OGoRoot/Library/Makefiles
= Decide for one ...
Yep, I did a new build today for a new user that I created which did not source any of the Darwin Ports GNUstep / Window manager stuff (so I did not create a ~./GNUStep directory for the user whilst building SOPE and OGo and this seemed to work fine until, of course, I had to create the Templates directory and only then did I mkdirs for:
~/GNUstep/Library/OpenGroupware.org-1.0/Templates/
&= gt; and I am unable to find a Resources/ WebServerResources directory.
<= br>Resources is in OGo/WebUI/Resources
WebServerResources is in OGo/Themes/...By the way, I noticed on this page:
Thanks, this was helpful. I was pleasantly surprised that the make -s install process created this line for my automatically:
~/GNUstep/Resources -> /Users/tab/OGo-1.0b2/WebUI/Resources
http://www.opengroupware.org/en/install/macosx/macosxsource.html
There is a reference to a command-line tool named "pushd" (I don'= t recall this from days of working on NeXTSTEP but it was probably because I just had not used or discovered it at that time). I was looking around for source code to build pushd and popd but couldn't find it. Do you know where this can be found? It might be a nice-to-have for the Fink and Darwin Ports people too.
> I'm exci= ted to use OGo very soon now and also looking forward to
> trying AJR= Database!
As mentioned by Mont AJR has nothing to do with OGo. OGo uses sope-= gdl1.
Got it, thanks!
Looks like I am about ready to try this out now (just need to configure the postgres data base and I'm going to follow your suggestions on the page for Defaults since your advice is a good starting point).
Best Regards,
Tabitha
G= reets,<= /div>
Helge
--
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org
--
OpenGroupware.org MacOS X
macosx@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/macosx
------=_Part_43284_30457109.1132637379318-- From macosx@opengroupware.org Tue Nov 22 15:17:34 2005 From: macosx@opengroupware.org (Helge Hess) Date: Tue, 22 Nov 2005 16:17:34 +0100 Subject: [OGo-MacOSX] A useful fix for SOPE 4.5 and OGo beta rock? + final setup questions In-Reply-To: <7fccb3000511212129m144c98baqbe1c774cb5b2bce@mail.gmail.com> References: <7fccb3000511200701n3615e702y7956505462953e21@mail.gmail.com> <43896564541cc8b4050e6710f14a14d9@opengroupware.org> <7fccb3000511212129m144c98baqbe1c774cb5b2bce@mail.gmail.com> Message-ID:On Nov 22, 2005, at 6:29, Tabitha McNerney wrote: > Therefore, wouldn't it logically be named, in the OGo namespace, > "ogo-webui-1.0b"? ;-) No. Beta versions are API stable, which is why they are beta versions (alpha - API unstable, beta - API stable, rc - API stable, featureset fixed). > By the way, I noticed on this page: > http://www.opengroupware.org/en/install/macosx/macosxsource.html > There is a reference to a command-line tool named "pushd" (I don't > recall this from days of working on NeXTSTEP but it was probably > because I just had not used or discovered it at that time). Pushd is a Bash builtin function. NeXTstep came per default with csh (and got usually upgraded to tcsh) which probably doesn't have this builtin. Say "man bash" and search for pushd. I think 10.3/10.4 has bash as the default shell (or zsh?, zsh should also have pushd). Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Wed Nov 23 07:48:44 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Tue, 22 Nov 2005 21:48:44 -1000 Subject: [OGo-MacOSX] Is it ok not to ignore the "DAVProp" concern? Message-ID: <7fccb3000511222348h1b464fd4wc8071d53dee5d693@mail.gmail.com> ------=_Part_4169_21670356.1132732124171 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, I have the ogo-webui-1.0 from Beta 2 rock running now on Tiger Server 10.4.2(am readying Apache now to give it a first shot). I did not notice any complaints when ogo-webui-1.0 started, regard to "DAVProp" (see the reference web documentation below). So I am wondering if this problem might have been specific to alpha and therefore possibly solve= d in beta OGo 1.0? If I haven't encountered it yet, I am wondering if I might yet in the future encounter it? Best regards, Tabitha http://www.opengroupware.org/en/install/macosx/macosx.html I was also required to setup some links due to gstep-make incompatibilities: helge@dhcp-172-24-24-134$ find . -name "*DAVProp*" ./Library/Libraries/Resources/NGObjWeb/DAVPropMap.plist helge@dhcp-172-24-24-134$ pwd /Users/helge/GNUstep helge@dhcp-172-24-24-134$ cd Libraries/ helge@dhcp-172-24-24-134$ ls Adaptors helge@dhcp-172-24-24-134$ ln -s ../Library/Libraries/Resources . have ------=_Part_4169_21670356.1132732124171 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,
I have the ogo-webui-1.0 from Beta 2 rock running now on Tiger Server 10.4.= 2 (am readying Apache now to give it a first shot).
I did not notice any complaints when ogo-webui-1.0 started, regard to "DAVProp" (see t= he reference web documentation below). So I am wondering if this problem might= have been specific to alpha and therefore possibly solved in beta OGo 1.0? If I haven= 't encountered it yet, I am wondering if I might yet in the future encounter it?
Best regards,
Tabitha
http= ://www.opengroupware.org/en/install/macosx/macosx.html
I was also required to setup some links due to gstep-make incompatibiliti= es:
helge@dhcp-172-24-24-134$ find . -name "*DAVProp*"------=_Part_4169_21670356.1132732124171-- From macosx@opengroupware.org Wed Nov 23 14:06:20 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Wed, 23 Nov 2005 04:06:20 -1000 Subject: [OGo-MacOSX] What are CTI Dialers? Message-ID: <7fccb3000511230606t582e2f34oade68c7f0230ee51@mail.gmail.com> ------=_Part_7024_3796560.1132754780203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, I was wondering what is meant by "CTI Dialers", as in the output from running: ~ ogo$ /usr/local/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 -WOHttpAllowHos= t localhost Nov 23 13:23:52 ogo-webui-1.0 [1952]: |ogo-webui-1.0| CTI Dialers: > Thank you, and best regards, Tabitha ------=_Part_7024_3796560.1132754780203 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,
./= Library/Libraries/Resources/NGObjWeb/DAVPropMap.plist
helge@dhcp-172-24-= 24-134$ pwd
/Users/helge/GNUstep
helge@dhcp-172-24-24-134$ cd Librari= es/
helge@dhcp-172-24-24-134$ ls
Adaptors
helge@dhcp-172-24-24-13= 4$ ln -s ../Library/Libraries/Resources .
have
I was wondering what is meant by "CTI Dialers", as in the output = from running:
~ ogo$ /usr/local/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 -WOHttpAllowHos= t localhost
Nov 23 13:23:52 o= go-webui-1.0 [1952]: |ogo-webui-1.0| CTI Dialers:
Thank you, and best regards,
Tabitha
------=_Part_7024_3796560.1132754780203-- From macosx@opengroupware.org Wed Nov 23 14:12:51 2005 From: macosx@opengroupware.org (Helge Hess) Date: Wed, 23 Nov 2005 15:12:51 +0100 Subject: [OGo-MacOSX] What are CTI Dialers? In-Reply-To: <7fccb3000511230606t582e2f34oade68c7f0230ee51@mail.gmail.com> References: <7fccb3000511230606t582e2f34oade68c7f0230ee51@mail.gmail.com> Message-ID: <8784ebee61725977faa3685d729a24a8@opengroupware.org> On Nov 23, 2005, at 15:06, Tabitha McNerney wrote: > I was wondering what is meant by "CTI Dialers", as in the output from > running: > > ~ ogo$ /usr/local/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 > -WOHttpAllowHost localhost > > Nov 23 13:23:52 ogo-webui-1.0 [1952]: |ogo-webui-1.0| CTI Dialers: CTI is Computer Telephony Integration. And those dialers are plugins for OGo which make some specific telephony system available to OGo. In the context of OGo you get a small "dial" icon beside phone numbers in the web interface. You can click those an the system will connect your phone to the number. Currently there is only a proprietary one from Skyrix which connects the TeamCall server of iLink (www.ilink.de). Hopefully we will see another plugin for Asterisk integration, that would be rather nice. Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Wed Nov 23 14:17:42 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Wed, 23 Nov 2005 04:17:42 -1000 Subject: [OGo-MacOSX] Is it ok to ignore the warning about disabled login spaces? Message-ID: <7fccb3000511230617s27150230t1eab15649eadce36@mail.gmail.com> ------=_Part_7160_19925327.1132755462762 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, I am wondering if I need to take any action with regard to this message tha= t is output from running Ogo 1.0 beta 2 rock on Tiger Server with GNUstep? I have to be quite thorough for my boss because I convinced him we should use OpenGroupware and once I have it all running and I understand enough about it, I will write a report about OpenGroupware for the organization's reference archive: 2005-11-23 13:23:52.461 ogo-webui-1.0[1952] WARNING: disabled login spaces > which are unsupported on this Foundation library. > Thank you and best regards, Tabitha ------=_Part_7160_19925327.1132755462762 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,
I am wondering if I need to take any action with regard to this message that is output from running Ogo 1.0 beta 2 rock on Tiger Server with GNUstep? I have to be quite thorough for my boss because I convinced him we should use OpenGroupware and once I have it all running and I understand enough about it, I will write a report about OpenGroupware for the organization's reference archive:
2005-11-23 13:23:= 52.461 ogo-webui-1.0[1952] WARNING: disabled login spaces which are unsuppo= rted on this Foundation library.
Thank you and best regards,
Tabitha
------=_Part_7160_19925327.1132755462762-- From macosx@opengroupware.org Wed Nov 23 14:19:43 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Wed, 23 Nov 2005 04:19:43 -1000 Subject: [OGo-MacOSX] What are CTI Dialers? In-Reply-To: <8784ebee61725977faa3685d729a24a8@opengroupware.org> References: <7fccb3000511230606t582e2f34oade68c7f0230ee51@mail.gmail.com> <8784ebee61725977faa3685d729a24a8@opengroupware.org> Message-ID: <7fccb3000511230619u772d18efp1b9ba0e09f6dc25b@mail.gmail.com> ------=_Part_7208_15615736.1132755583723 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/23/05, Helge Hesswrote: > > On Nov 23, 2005, at 15:06, Tabitha McNerney wrote: > > I was wondering what is meant by "CTI Dialers", as in the output from > > running: > > > > ~ ogo$ /usr/local/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 > > -WOHttpAllowHost localhost > > > > Nov 23 13:23:52 ogo-webui-1.0 [1952]: |ogo-webui-1.0| CTI Dialers: > > CTI is Computer Telephony Integration. And those dialers are plugins > for OGo which make some specific telephony system available to OGo. > > In the context of OGo you get a small "dial" icon beside phone numbers > in the web interface. You can click those an the system will connect > your phone to the number. > > Currently there is only a proprietary one from Skyrix which connects > the TeamCall server of iLink (www.ilink.de). > Hopefully we will see another plugin for Asterisk integration, that > would be rather nice. Helge, thanks for the informative reply. That is really a cool idea! Asterisk integration would be really stellar! One of my colleagues is a big fan of Asterisk. I wonder how we could make the Asterisk integration happen sooner than later? Cheers, Tabitha Greets, > Helge > -- > http://docs.opengroupware.org/Members/helge/ > OpenGroupware.org > > -- > OpenGroupware.org MacOS X > macosx@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/macosx > ------=_Part_7208_15615736.1132755583723 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/23/05, Helge Hess <hel= ge.hess@opengroupware.org> wrote:On Nov 23, 2005, at 15:06, Tabitha McNerney wrote:
> I was= wondering what is meant by "CTI Dialers", as in the output from<= br>> running:
>
> ~ ogo$ /usr/local/OGoRoot/Tools= /ogo-webui-1.0 -WOPort 20000
> -WOHttpAllowHost localhost
>
> Nov 23 13:23:52 ogo-web= ui-1.0 [1952]: |ogo-webui-1.0| CTI Dialers:
CTI is Computer Telephon= y Integration. And those dialers are plugins
for OGo which make some spe= cific telephony system available to OGo.
In the context of OGo you get a small "dial" icon beside = phone numbers
in the web interface. You can click those an the system wi= ll connect
your phone to the number.
Currently there is only a pr= oprietary one from Skyrix which connects
the TeamCall server of iLink (www.ilink= .de).
Hopefully we will see another plugin for Asterisk integration,= that
would be rather nice.
Helge, thanks for the informative reply. That is really a cool idea! Asterisk integration would be really stellar! One of my colleagues is a big fan of Asterisk. I wonder how we could make the Asterisk integration happen sooner than later?
Cheers,
Tabitha
G= reets,<= /div>
Helge
--
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org
--
OpenGroupware.org MacOS X
macosx@opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/macosx
------=_Part_7208_15615736.1132755583723-- From macosx@opengroupware.org Wed Nov 23 15:16:23 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Wed, 23 Nov 2005 05:16:23 -1000 Subject: [OGo-MacOSX] Apache 1.3 http.conf with mod_ngobjweb Message-ID: <7fccb3000511230716p662fb7degb82f1e1f29800dff@mail.gmail.com> ------=_Part_7804_29458668.1132758983768 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, On OS X Tiger server, I had to build mod_ngobjweb.so in SOPE-4.5/sope-appserver/mod_ngobjweb/ using apxs that ships with Tiger Server for Apache 1.3 (I tried with a version of apxs and apr-config that I had installed with Darwin Ports for Apache2 but had all sort of problems even though I tried to modify the mod_ngobjweb make file. The documentation on the site here < http://www.opengroupware.org/en/install/apache13.html > I think needs to be updated (maybe for SOPE 4.5?) because I end up, after make, with: mod_ngobjweb.so I have copied mod_ngobjweb.so to /usr/libexec/httpd/ Would it not be customary, then, in httpd.conf to add these lines: LoadModule ngobjweb_module libexec/httpd/mod_ngobjweb.so > and AddModule mod_ngobjweb.c > instead of: LoadModule ngobjweb_module> > AddModule ngobjweb_module.c > > ? Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is adde= d (but when I comment out that line it runs fine although I have not yet trie= d to access OpenGroupware yet with it). Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE 4.5's mod_ngobjweb.so and OGo 1.2 beta rock? Best regards, Tabitha ------=_Part_7804_29458668.1132758983768 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,
On OS X Tiger server, I had to build mod_ngobjweb.so in SOPE-4.5/sope-appserver/mod_ngobjweb/ using apxs that ships with Tiger Server for Apache 1.3 (I tried with a version of apxs and apr-config that I had installed with Darwin Ports for Apache2 but had all sort of problems even though I tried to modify the mod_ngobjweb make file. The documentation on the site here < http://ww= w.opengroupware.org/en/install/apache13.html > I think needs to be updated (maybe for SOPE 4.5?) because I end up, after make, with:
mod_ngobjweb.so
I have copied mod_ngobjweb.so to /usr/libexec/httpd/
Would it not be customary, then, in httpd.conf to add these lines:
LoadModule ngobjw= eb_module libexec/httpd/mod_ngobj= web.so
and
AddModule mod_ngo= bjweb.c
instead of:
?LoadModule ngobjweb_module <pa= th to the ngojweb module>AddModule ngob= jweb_module.c
Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is added (but when I comment out that line it runs fine although I have not yet tried to access OpenGroupware yet with it).
Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE 4= .5's mod_ngobjweb.so and OGo 1.2 beta rock?
Best regards,
Tabitha
------=_Part_7804_29458668.1132758983768-- From macosx@opengroupware.org Wed Nov 23 18:32:00 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Wed, 23 Nov 2005 08:32:00 -1000 Subject: [OGo-MacOSX] Re: Apache 1.3 http.conf with mod_ngobjweb In-Reply-To: <7fccb3000511230716p662fb7degb82f1e1f29800dff@mail.gmail.com> References: <7fccb3000511230716p662fb7degb82f1e1f29800dff@mail.gmail.com> Message-ID: <7fccb3000511231032q335b2db4l2e93396a836b990f@mail.gmail.com> ------=_Part_10487_14473449.1132770720563 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline After switching to a Darwin Ports install of apache 1.3.34, and configuring httpd.conf as the original documentation on this < http://www.opengroupware.org/en/install/apache13.html > page suggests, I wa= s able to start apache no problems. For others who might be considering usin= g Apple's tweaked version of apache that they ship with Tiger Server, I can speak from experience that its probably easier not to mess with it. The final key to this OpenGroupware kingdom on Mac OS X seems to now lie in this alias in httpd.conf: Alias /OpenGroupware10a.woa/WebServerResources/ \ /usr/local/share/opengroupware.org-1.0a/www/ Is it correct, per Helge's suggestion in an email very recently, for the namespace following the conventions (alpha =3D "a" but beta does not =3D "b= ") to rename the Alias (for a SOPE 4.5 and OGo 1.0 beta 2 rock build) as: Alias /OpenGroupware10.woa/WebServerResources ? The real directory the alias points to, what are the contents of this directory supposed to be? Is this the source tree? The OGoRoot directory? The GNUStep user directory? Should /usr/local/share/opengroupare.org-1.0/ww= w/ be symbolically linked to another resource directory? I searched my OGoRoot directory as well as my OGo 1.0 beta 2 rock source directory for "*www*" an= d there is no such directory. Maybe my eyes are buggy looking at this in too much detail and it should be obvious, but I can't seem to get any more out of the apache configuration documentation. Thank you to anyone on the list for further suggestions. Best regards, Tabitha On 11/23/05, Tabitha McNerneywrote: > > Hello all, > > On OS X Tiger server, I had to build mod_ngobjweb.so in SOPE-4.5/sope-app= server/mod_ngobjweb/ > using apxs that ships with Tiger Server for Apache 1.3 (I tried with a > version of apxs and apr-config that I had installed with Darwin Ports for > Apache2 but had all sort of problems even though I tried to modify the > mod_ngobjweb make file. The documentation on the site here < > http://www.opengroupware.org/en/install/apache13.html > I think needs to > be updated (maybe for SOPE 4.5?) because I end up, after make, with: > > mod_ngobjweb.so > > I have copied mod_ngobjweb.so to /usr/libexec/httpd/ > > Would it not be customary, then, in httpd.conf to add these lines: > > LoadModule ngobjweb_module libexec/httpd/mod_ngobjweb.so > > > > and > > AddModule mod_ngobjweb.c > > > > instead of: > > LoadModule ngobjweb_module > > > > AddModule ngobjweb_module.c > > > > ? > > Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is > added (but when I comment out that line it runs fine although I have not = yet > tried to access OpenGroupware yet with it). > > Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE > 4.5's mod_ngobjweb.so and OGo 1.2 beta rock? > > Best regards, > > Tabitha > > > > > ------=_Part_10487_14473449.1132770720563 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline After switching to a Darwin Ports install of apache 1.3.34, and configuring httpd.conf as the original documentation on this <http://www.opengrou= pware.org/en/install/apache13.html > page suggests, I was able to start apache no problems. For others who might be considering using Apple's tweaked version of apache that they ship with Tiger Server, I can speak from experience that its probably easier not to mess with it.
The final key to this OpenGroupware kingdom on Mac OS X seems to now lie in= this alias in httpd.conf:
Alias /OpenGroupware10a.woa/WebServerResources/ \Is it correct, per Helge's suggestion in an email very= recently, for the namespace following the conventions (alpha =3D "a" but beta does not =3D "b") t= o rename the Alias (for a SOPE 4.5 and OGo 1.0 beta 2 rock build) as:
/usr/local/= share/opengroupware.org-1.0a/www/
Alias /OpenGroupware10.woa/WebServerResources
?
The real directory the alias points to, what are the contents of this directory supposed to be? Is this the source tree? The OGoRoot directory? The GNUStep user directory? Should /usr/local/share/opengroupare.org-1.0/www/ be symbolically linked to another resource directory? I searched my OGoRoot directory as well as my OGo 1.0 beta 2 rock source directory for "*www*" and there is = no such directory. Maybe my eyes are buggy looking at this in too much detail and it should be obvious, but I can't seem to get any more out of the apache configuration documentation. Thank you to anyone on the list for further suggestions.
Best regards,
TabithaOn 11/23/05, Tabitha McNerney < tabithamc@gmail.com> wrote:Hello all,
On OS X Tiger server, I had to build mod_ngobjweb.so in SOPE-4.5/sope-appserver/mod_ngobjweb/ using apxs that ships with Tiger Server for Apache 1.3 (I tried with a version of apxs and apr-config that I had installed with Darwin Ports for Apache2 but had all sort of problems even though I tried to modify the mod_ngobjweb make file. The documentation on the site here < http://ww= w.opengroupware.org/en/install/apache13.html > I think needs to be updated (maybe for SOPE 4.5?) because I end up, after make, with:
mod_ngobjweb.so
I have copied mod_ngobjweb.so to /usr/libexec/httpd/
Would it not be customary, then, in httpd.conf to add these lines:
LoadModule ngobjw= eb_module libexec/httpd/mod_ngobj= web.so
and
AddModule mod_ngo= bjweb.c
instead of:
?LoadModule ngobjweb_module <path to the ngojweb module>
AddModule ngob= jweb_module.c
Apache 1.3 bombs when I try to run it when AddModule mod_ngobjweb.c is added (but when I comment out that line it runs fine although I have not yet tried to access OpenGroupware yet with it).
Has anyone else experiences tying together in httpd.conf Apache 1.3, SOPE 4= .5's mod_ngobjweb.so and OGo 1.2 beta rock?
Best regards,
Tabitha
------=_Part_10487_14473449.1132770720563-- From macosx@opengroupware.org Wed Nov 23 23:14:34 2005 From: macosx@opengroupware.org (Helge Hess) Date: Thu, 24 Nov 2005 00:14:34 +0100 Subject: [OGo-MacOSX] Re: Apache 1.3 http.conf with mod_ngobjweb In-Reply-To: <7fccb3000511231032q335b2db4l2e93396a836b990f@mail.gmail.com> References: <7fccb3000511230716p662fb7degb82f1e1f29800dff@mail.gmail.com> <7fccb3000511231032q335b2db4l2e93396a836b990f@mail.gmail.com> Message-ID: <4939A094-2F21-476B-85E8-66E004A0E65B@opengroupware.org> On 23. Nov 2005, at 19:32 Uhr, Tabitha McNerney wrote: > For others who might be considering using Apple's tweaked version > of apache that they ship with Tiger Server, I can speak from > experience that its probably easier not to mess with it. I can't say for Tiger _Server_, but the regular Tiger Apache works like a charm for me (and even builds the module w/o any hassles). The AddModule stuff you mentioned is AFAIK only required for static linking, not when Apache loads modules dynamically (basically everyone does this nowadays). > The final key to this OpenGroupware kingdom on Mac OS X seems to > now lie in this alias in httpd.conf: > Alias /OpenGroupware10a.woa/WebServerResources/ \ > /usr/local/share/opengroupware.org-1.0a/www/Is it correct, per > Helge's suggestion in an email very recently, for the namespace > following the conventions (alpha = "a" but beta does not = "b") to > rename the Alias (for a SOPE 4.5 and OGo 1.0 beta 2 rock build) as: > > Alias /OpenGroupware10.woa/WebServerResources > > ? Absolutely correct. > The real directory the alias points to, what are the contents of > this directory supposed to be? Depends on your setup. On Linux its usually in: /usr/local/share/opengroupware.org-1.0/www > Is this the source tree? The OGoRoot directory? Its the Themes/WebServerResources directory in the sources. Where you copy that is your own choice. (and of course you can also point Apache directly to your sources as long as its able to access the contents permission wise (I usually do this during development). > Should /usr/local/share/opengroupare.org-1.0/www/ be symbolically > linked to another resource directory? With the Linux packages its a copy, for dev installs I link www to Themes/WebServerResources. Greets, Helge > I searched my OGoRoot directory as well as my OGo 1.0 beta 2 rock > source directory for "*www*" and there is no such directory. Maybe > my eyes are buggy looking at this in too much detail and it should > be obvious, but I can't seem to get any more out of the apache > configuration documentation. Thank you to anyone on the list for > further suggestions. -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Wed Nov 23 23:19:12 2005 From: macosx@opengroupware.org (Helge Hess) Date: Thu, 24 Nov 2005 00:19:12 +0100 Subject: [OGo-MacOSX] Is it ok to ignore the warning about disabled login spaces? In-Reply-To: <7fccb3000511230617s27150230t1eab15649eadce36@mail.gmail.com> References: <7fccb3000511230617s27150230t1eab15649eadce36@mail.gmail.com> Message-ID: <74A95F46-974C-44F1-BA5C-71D92594D955@opengroupware.org> On 23. Nov 2005, at 15:17 Uhr, Tabitha McNerney wrote: > I am wondering if I need to take any action with regard to this > message that is output from running Ogo 1.0 beta 2 rock on Tiger > Server with GNUstep? I have to be quite thorough for my boss > because I convinced him we should use OpenGroupware and once I have > it all running and I understand enough about it, I will write a > report about OpenGroupware for the organization's reference archive: > > 2005-11-23 13:23:52.461 ogo-webui-1.0[1952] WARNING: disabled login > spaces which are unsupported on this Foundation library. You can ignore this. Its just a convenience function which removes spaces in the login field (eg if you enter " blub" OGo on Linux will make the login "blub", but not so on OSX). Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Wed Nov 23 23:22:52 2005 From: macosx@opengroupware.org (Helge Hess) Date: Thu, 24 Nov 2005 00:22:52 +0100 Subject: [OGo-MacOSX] What are CTI Dialers? In-Reply-To: <7fccb3000511230619u772d18efp1b9ba0e09f6dc25b@mail.gmail.com> References: <7fccb3000511230606t582e2f34oade68c7f0230ee51@mail.gmail.com> <8784ebee61725977faa3685d729a24a8@opengroupware.org> <7fccb3000511230619u772d18efp1b9ba0e09f6dc25b@mail.gmail.com> Message-ID:On 23. Nov 2005, at 15:19 Uhr, Tabitha McNerney wrote: > One of my colleagues is a big fan of Asterisk. I wonder how we > could make the Asterisk integration happen sooner than later? We had several attempts for this. The basic problem is that we have no running test installation of Asterisk which "just works". Especially annoying in this context are firewall complexities (eg I have NAT/Firewalls at home as well as in the company). So while I think that the dial-plugin should be rather trivial, we have no time to setup a working Asterisk in our environment. Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From macosx@opengroupware.org Thu Nov 24 17:44:30 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Thu, 24 Nov 2005 07:44:30 -1000 Subject: [OGo-MacOSX] Re: Apache 1.3 http.conf with mod_ngobjweb In-Reply-To: <4939A094-2F21-476B-85E8-66E004A0E65B@opengroupware.org> References: <7fccb3000511230716p662fb7degb82f1e1f29800dff@mail.gmail.com> <7fccb3000511231032q335b2db4l2e93396a836b990f@mail.gmail.com> <4939A094-2F21-476B-85E8-66E004A0E65B@opengroupware.org> Message-ID: <7fccb3000511240944v14e167b7x10c81e5173890e69@mail.gmail.com> ------=_Part_23225_10906958.1132854270270 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/23/05, Helge Hess wrote: > > On 23. Nov 2005, at 19:32 Uhr, Tabitha McNerney wrote: > > For others who might be considering using Apple's tweaked version > > of apache that they ship with Tiger Server, I can speak from > > experience that its probably easier not to mess with it. > > I can't say for Tiger _Server_, but the regular Tiger Apache works > like a charm for me (and even builds the module w/o any hassles). > > The AddModule stuff you mentioned is AFAIK only required for static > linking, not when Apache loads modules dynamically (basically > everyone does this nowadays). I discovered today that if this line is missing from httpd.conf: AddModule ngobjweb_module.c > then apache 1.3.34 (built with Darwin Ports) will complain. Apparently apxs makes the ngobjweb module for use with either the "old" way for static linking or dynamic linking? I guess it doesn't matter too much as long as Apache is able to forward requests over port (20000) to OGo. Best regards, Tabitha ------=_Part_23225_10906958.1132854270270 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/23/05, Helge Hess <hel= ge.hess@opengroupware.org > wrote:On 23. Nov 2005, at 19:32 Uhr, Tabitha McNerney wrote:
> For others w= ho might be considering using Apple's tweaked version
> of apache tha= t they ship with Tiger Server, I can speak from
> experience that its= probably easier not to mess with it.
I can't say for Tiger _Server_, but the regular Tiger Apache works<= br>like a charm for me (and even builds the module w/o any hassles).
The AddModule stuff you mentioned is AFAIK only required for static
linking, not when Apache loads modules dynamically (basically
everyone d= oes this nowadays).
I discovered today that if this line is missing from httpd.conf:
AddModule ngobjweb_module.c
then apache 1.3.34 (built with Darwin Ports) will complain. Apparently apxs makes the ngobjweb module for use with either the "old" way for static linking or dynamic linking? I guess it doesn't matter too much as long as Apache is able to forward requests over port (20000) to OGo.
Best regards,
Tabitha
------=_Part_23225_10906958.1132854270270-- From macosx@opengroupware.org Thu Nov 24 18:46:33 2005 From: macosx@opengroupware.org (Tabitha McNerney) Date: Thu, 24 Nov 2005 08:46:33 -1000 Subject: [OGo-MacOSX] Does PostgreSQL require "OGo" values for user and database names? Message-ID: <7fccb3000511241046r2bf2f5cdyef4e47af33128ab6@mail.gmail.com> ------=_Part_23838_7998176.1132857993092 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, Is there any problem, when configuring OGo 1.0 beta 2 rock, with SOPE 4.5alpha and with PostgreSQL 8.1, on Tiger Server 10.4.2, to create a different database user name other than the name "OGo" (which appears in the documentation) and a database nam= e other than "OGo"? I ask because, after making a correction to my NSGlobalDomain NGBundlePath default entry, when starting OGo I am now getting this error to egress: mac:~ $ /usr/local/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 > -WOHttpAllowHost '("127.0.0.1", localhost)' > 2005-11-24 17:48:04.395 ogo-webui-1.0[15810] OGoContextManager: ERROR: did > not find bundle for model 'OpenGroupware.org_PostgreSQL' (type=3DEOModels= ) > Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| Could not setup > OGoContextManager (DB probably not yet configured)! > The remainder of the output looks normal: Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| CTI Dialers: > Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| OpenGroupware.orgi= nstance initialized. > Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| WOHttpAdaptor > listening on address *:20000 > Besides my LSAdaptor default reading looking like this: mac:~ $ defaults read NSGlobalDomain LSAdaptor > PostgreSQL > My LSConnectionDictionary looks like this: mac:~ $ defaults read NSGlobalDomain LSConnectionDictionary > { > databaseName =3D ogodb; > hostName =3D localhost; > password =3D 123abcde; > port =3D 5433; > userName =3D ogouser; > } > Though I am running PostgreSQL 8.1 on a different port that default is specify it as an entry in the LSConnectionDictionary (port 5433 rather than 5432 -- I do this because I need to run another instance of Postgresql late= r on my machine but I am not doing so while testing OGo). Despite OGo complianing at start time, I have absolutely no problems at all making a connection (with the same Tiger Server user account which I created named "ogo"), like this: mac:~ ogo$ psql -h localhost -p 5433 ogodb ogouser > which yields: Welcome to psql 8.1.0, the PostgreSQL interactive terminal. > > Type: \copyright for distribution terms > \h for help with SQL commands > \? for help with psql commands > \g or terminate with semicolon to execute query > \q to quit > > ogodb=3D> > And I have previously loaded the schema file from my OGo source directory without any worries: mac:~ ogo$ psql -h localhost -p 5433 ogodb ogouser < ~/OGo-1.0b2 > /Database/PostgreSQL/pg-build-schema.psql > and verified that the tables were created (whilst running psql) as in: ogodb=3D> \d > which gets me this output (truncated intentionally in this posted message): List of relations > Schema | Name | Type | Owner > --------+----------------------------+----------+--------- > public | address | table | ogouser > public | appointment_resource | table | ogouser > public | article | table | ogouser > public | article_category | table | ogouser > public | article_unit | table | ogouser > public | company | table | ogouser > > I think my NGBundlePath is just fine: mac:~ ogo$ defaults read NSGlobalDomain | grep NGBundlePath > NGBundlePath =3D "$(OGoROOT)/Library/OpenGroupware.org-1.0 > /Commands:$(OGoROOT)/Library/OpenGroupware.org-1.0 > /DataSources:$(OGoROOT)/Library/OpenGroupware.org-1.0 > /WebUI:$(OGoROOT)/Library/OpenGroupware.org-1.0/"; > > Though I am using $OGoROOT rather than $GNUSTEP_USER_ROOT but this shouldn't matter because my $OGoROOT looks like this: mac:~ ogo$ echo $OGoROOT > /usr/local/OGoRoot > and I had built OGo 1.0 beta rock to install into $OGoROOT, plus I also source GNUStep.sh everytime there is a bash login (in .bash_profile): source /usr/local/OGoRoot/Library/Makefiles/GNUstep.sh > and I certainly have OGo.model in the right place as best I can tell: mac:~ ogo$ ls -al /usr/local/OGoRoot/Library/OpenGroupware.org-1.0 > > drwxr-xr-x 15 ogo staff 510 Nov 21 17:46 Commands > drwxr-xr-x 11 ogo staff 374 Nov 21 17:46 DataSources > drwxr-xr-x 4 ogo staff 136 Nov 21 16:48 OGo.model > drwxr-xr-x 32 ogo staff 1088 Nov 23 12:57 WebUI > But just for good measure and in case I may have made a mistake, I also linked to OGo.model in $GNUSTEP_USER_ROOT: mac:~ ogo$ ls -altr $GNUSTEP_USER_ROOT/Library/OpenGroupware.org-1.0 > lrwxr-xr-x 1 ogo staff 58 Nov 23 13:17 Templates -> /Users/ogo/OGo- > 1.0b2/WebUI/Templates/ > lrwxr-xr-x 1 ogo staff 58 Nov 24 16:41 OGo.model -> > /usr/local/OGoRoot/Library/OpenGroupware.org-1.0/OGo.model > Now for the strange bit of news. Previously today, my NSGlobalDomain NGBundlePath was very simple, like this: $ defaults read NSGlobalDomain NGBundlePath > /usr/local/OGoRoot/Library/OpenGroupware.org-1.0 > And when this was the case, starting OGo did not complain about the missing Postgres bundle. But I changed my NGBundlePath from the simple to the more verbose as stated above because I was not getting a desired response from when Apache would speak to OGo on port 20000 (whenever I would hit apache o= n port 80 at this url: http://127.0.0.1/OpenGroupware the response reflected back from OGo was simple html page stating "could not perform request !" an= d in my terminal shell, OGo would come back with an error such as "Nov 24 18:39:23 ogo-webui-1.0 [16008]: <0x0216F5B0[WOComponentDefinition]> Note: did not find component class with name 'Main' Nov 24 18:39:23 ogo-webui-1.0 [16008]: <0x0216F5B0[WOComponentDefinition]> Note: missing class for component: 'Main' and looking at other people who have already posted to the mailing list with a similar "Main" problem, it seems that the solution was indeed adding more path entries to the NGBundlePath ... funny thing is, the problem with 'Main' has not yet been solved even with a more verbose NGBundlePath but first priority is trying t= o find out why the Postgresql bundle can not be found). Thank you to anyone who can cast more light on this situation. And sorry if I was too verbose and pasted too many configuration settings but otherwise I don't know how I would best explain it if I hadn't done so. Best regards, Tabitha ------=_Part_23838_7998176.1132857993092 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all,
Is there any problem, when configuring OGo 1.0 beta 2 rock, with SOPE 4.5 alpha and with PostgreSQL 8.1, on Tiger Server 10.4.2, to create a different database user name other than the name "OGo" (which app= ears in the documentation) and a database name other than "OGo"?
I ask because, after making a correction to my NSGlobalDomain NGBundlePath default entry, when starting OGo I am now getting this error to egress:
mac:~ $ /usr/loca= l/OGoRoot/Tools/ogo-webui-1.0 -WOPort 20000 -WOHttpAllowHost '(" 127.0.0.1", localhost)'
= 2005-11-24 17:48:04.395 ogo-webui-1.0[15810] OGoContextManager: ERROR: did not find bundle for model 'OpenGroupware.org_PostgreSQL' (type=3DEOModels)
Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| C= ould not setup OGoContextManager (DB probably not yet configured)!
The remainder of the output looks normal:
= Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| CTI Dialers: =
Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| O= penGroupware.org instance initialized.
Nov 24 17:48:04 ogo-webui-1.0 [15810]: |ogo-webui-1.0| W= OHttpAdaptor listening on address *:20000
Besides my LSAdaptor default reading looking like this: