Re: [OPEN-ILS-DEV] PATCH: osrf_stack.c (camel case)

2008-05-16 Thread Bill Erickson
On Sunday 13 April 2008 10:18 Scott McKellar wrote: This patch replaces some deprecated identifiers with their camelCase equivalents. osrf_app_session == osrfAppSession osrf_message == osrfMessage osrf_message_free == osrfMessageFree Applied. -b -- Bill Erickson | VP,

Re: [OPEN-ILS-DEV] PATCH: oils_requestor.c (camel case)

2008-05-16 Thread Bill Erickson
On Sunday 13 April 2008 9:53 Scott McKellar wrote: This patch replaces a deprecated identifier with its camelCase equivalent. osrf_app_client_session_init == osrfAppSessionClientInit Applied. Thanks, Scott. -bill -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] SPAM: autoconf support for openSRF (resubmission)

2008-05-16 Thread Bill Erickson
On Wednesday 14 May 2008 1:40 Kevin Beswick wrote: This is an initial patch supporting the effort of porting OpenSRF to the GNU autotools. The goal of this patch is to enable someone to generate a configure script using autoconf, allow someone to choose various install options through the

Re: [OPEN-ILS-DEV] SPAM: autoconf support for openSRF (resubmission)

2008-05-16 Thread Kevin Beswick
On Fri, May 16, 2008 at 11:09 AM, Bill Erickson [EMAIL PROTECTED] wrote: Some comments: When I invoke 'automake -a', I get some warnings: configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,

[OPEN-ILS-DEV] Changes to user group heirarchy

2008-05-16 Thread Robert
Hi all, I actually have 2 questions. 1st question is what is the table name in postgres where the user group heirarchy is located? I need to delete some test groups from the heirarchy and I can't do that without the table name. Example: the table name for the Organizational Units is

[OPEN-ILS-DEV] User permissions error

2008-05-16 Thread Robert
I think I may have hosed up my catalogers user group. I was trying to give them permissions to register patrons and now I'm getting an error screen from the start when I go into the register patron section. Is there a way to reset this to a default of some sort or a way to get it back to a working

Re: [OPEN-ILS-DEV] Changes to user group heirarchy

2008-05-16 Thread Robert
Don, Thanks for the speedy response! I can't seem to find a way to do it in the bootstrap. Is there any way you could check it out and let me know because that would be so much easier than going into postgres (which I don't have a lot of experience with) and changing things. On Fri, May 16,

Re: [OPEN-ILS-DEV] User permissions error

2008-05-16 Thread John Fink
Robert, What version of Evergreen are you running? I seemed to get a *lot* of this back before 1.2.2.0. jf On Fri, May 16, 2008 at 3:52 PM, Robert [EMAIL PROTECTED] wrote: I think I may have hosed up my catalogers user group. I was trying to give them permissions to register patrons and now

Re: [OPEN-ILS-DEV] User permissions error

2008-05-16 Thread Robert
I'm using version 1.2.1.4 on Debian Etch and the same version of the client on Windows XP. On Fri, May 16, 2008 at 4:03 PM, John Fink [EMAIL PROTECTED] wrote: Robert, What version of Evergreen are you running? I seemed to get a *lot* of this back before 1.2.2.0. jf On Fri, May 16, 2008

[OPEN-ILS-DEV] DB error on install

2008-05-16 Thread evergreen
<[EMAIL PROTECTED]>Hello, I am trying to install Evergreen 1.2.2.0 on Debian. Everything worked on until step 6 when doing the "make install". When doing the storage-bootstrap section there is a failure mesasge: "psql: could not connect to server: Connection refused". I have confirmed that psql

Re: [OPEN-ILS-DEV] DB error on install

2008-05-16 Thread Dan Scott
Hi: On Debian, by default you need to specify the hostname and port to which you are connecting for the PostgreSQL database. These are normally set as part of the 'make config' command and passed as part of the set of arguments to the build-db.sh script in Open-ILS/src/sql/Pg/. Try: