Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread Dossy
On 2003.01.16, tammy <[EMAIL PROTECTED]> wrote: > > Well of course it turned out to be something totally stupid and lame. I > had the /usr/local/pgsql directory permissions set to 750 and the > AOLServer user is not in the group to read this directory:( I don't > know how many times I checked this

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread Dossy
On 2003.01.16, tammy <[EMAIL PROTECTED]> wrote: > ># ldd nspostgres.so > >ldd /usr/local/aolserver/bin/nspostgres.so > >libpq.so.3 => /usr/local/pgsql/lib/libpq.so.3 (0x4001e000) [...] > Executing "su nsadmin -c " nm /usr/local/pgsql/lib/libpq.so.3" returns > valid output so the library is

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread tammy
ARGH Well of course it turned out to be something totally stupid and lame. I had the /usr/local/pgsql directory permissions set to 750 and the AOLServer user is not in the group to read this directory:( I don't know how many times I checked this damn path either. All other directories and the lib

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread tammy
Hi I tried this and got the following: [16/Jan/2003:15:07:41][15173.1024][-main-] Warning: LD_LIBRARY_PATH='/usr/local/pgsql/lib' [16/Jan/2003:15:09:18][15189.1024][-main-] Notice: modload: loading '/usr/local/aolserver/bin/nspostgres.so' [16/Jan/2003:15:09:18][15189.1024][-main-] Warning: modl

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread tammy
Hi Yes I'm on libpq.so.3 now. Sorry about the confusion. I must have copied some output from earlier attempt with postgres 7.3. I heard about the issue with that and got the 7.3.1 upgrade but still having the runtime shared library missing issue:( I checked that I am indeed linking nspostgres with

Re: [AOLSERVER] AOLserver 4: Virtual server fix

2003-01-16 Thread Tim Moss
> -Original Message- > From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf > Of Peter M. Jansson > Sent: 16 January 2003 22:25 > To: [EMAIL PROTECTED] > Subject: Re: [AOLSERVER] AOLserver 4: Virtual server fix > > > It occurs to me there's another way, which you may or may not re

Re: [AOLSERVER] AOLserver 4: Virtual server fix

2003-01-16 Thread Peter M. Jansson
It occurs to me there's another way, which you may or may not regard as an improvement: ns_section ns/modules ns_param nssock ${bindir}/nssock${ext} ns_param nssock8080 ${bindir}/nssock${ext} ns_section ns/module/nssock ns_paramhostname$hostname ns_paramaddress

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread C. R. Oldham
Tammy, I'm seeing references to both libpq.so.2 and libpq.so.3 in your messages and error logs. Are you sure that nspostgres is compiled against the right version? And that you have the right version installed? I know that PG 7.3.1 caused a rev number change in libpq that was supposed to happen

Re: [AOLSERVER] AOLserver 4: Virtual server fix

2003-01-16 Thread Tim Moss
Peter, got vhosting with same named virtual server 'test.mysite.net' with different ports working no problems (going to the same AOLserver 'test') also works when you have the same hostname 'test.mysite.net' with different ports (80 and 8080) going to different AOLservers test and test8080. so i

Re: [AOLSERVER] Modules for AS4.0

2003-01-16 Thread Brett Schwarz
I should have followed up earlier on this. Actually, what the problem was, is that I didn't have nsdb to be loaded in nsd.tcl file, so it wasn't getting loaded, DOH! So, you don't need to do any special linking... On Wed, 2003-01-15 at 08:52, Tim Moss wrote: > You need to link with nsdb.lib

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread Tim Moss
Maybe in your nsd.tcl file stick a log line like: ns_log debug "LD_LIBRARY_PATH = '$env(LD_LIBRARY_PATH)'" just to make sure! regards, Tim Moss SiteSpeed Ltd Mobile: 0 77 9613 4891 Email: [EMAIL PROTECTED] Website:http://www.site-speed.com This email contains informati

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread tammy
Hi, [30/Dec/2002:15:08:59][28103.1024][-main-] Warning: modload: failed to load '/usr/local/aolserver/bin/nspostgres.so': 'libpq.so.2: cannot open shared object file: No such file or directory' You may need to explicitly set the LD_LIBRARY_PATH, or copy/symlink libpq. so.2 into the aolserver di

Re: [AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread Peter M. Jansson
On Thursday, January 16, 2003, at 04:15 PM, tammy wrote: [30/Dec/2002:15:08:59][28103.1024][-main-] Warning: modload: failed to load '/usr/local/aolserver/bin/nspostgres.so': 'libpq.so.2: cannot open shared object file: No such file or directory' You may need to explicitly set the LD_LIBRARY_PA

[AOLSERVER] New to AOLServer (using with OACS4.6 head + postgres 7.3.1)

2003-01-16 Thread tammy
Hi I'm having quite a difficult time getting the nspostgres 3.5 driver to load in AOLServer 3.5.1. I am admittedly new to AOLServer, postgres and OACS, but have been using various opensource packages on unix for ages. I have lots of details on my problem and the steps I have been going through to

Re: [AOLSERVER] nsopenssl certificate chain

2003-01-16 Thread Scott Goodwin
Hi Keith, Just append all the CA cert files in the chain into one file, then use the ServerCAFile param to point to it. These CA cert files should be in PEM format. We're using that here for our DoD CA chain and it works great. /s. On Thursday, January 16, 2003, at 12:07 PM, Keith Paskett wrote

Re: [AOLSERVER] functioning dotlrn

2003-01-16 Thread Roberto Mello
On Thu, Jan 16, 2003 at 12:36:44PM -0500, No Name wrote: > Hi all, > I downloaded dotlrn(openacs core packages,openacs non-core packages needed > for dotlrn and dotlrn files) through cvs -z3 -d! > I think someone ist just experimenting on these files so that I can't > install the downloaded one bec

[AOLSERVER] nsopenssl certificate chain

2003-01-16 Thread Keith Paskett
Is there an nsopenssl equivalent to Apache + MOD SSL/OPEN SSL SSLCertificateChainFile? I have a certificate that was signed by a CA certificate that is not in the netscape browser but a certificate up the chain is. Root Cert (is in browser) | -- signs ->- | Cert X (not in b

[AOLSERVER] functioning dotlrn

2003-01-16 Thread No Name
Hi all, I downloaded dotlrn(openacs core packages,openacs non-core packages needed for dotlrn and dotlrn files) through cvs -z3 -d! I think someone ist just experimenting on these files so that I can't install the downloaded one because of some modified files! Can someone send me please the functio

Re: [AOLSERVER] Browser Id

2003-01-16 Thread Peter M. Jansson
In a Tcl script or .adp page: set headers [ns_conn headers] set browser_type [ns_set iget $headers "user-agent"] On Thursday, January 16, 2003, at 11:11 AM, linqs wrote: Hi Is there any possibility to find out which web browser a client uses? regards linqs

Re: [AOLSERVER] Browser Id

2003-01-16 Thread Andrew Piskorski
On Thu, Jan 16, 2003 at 05:11:06PM +0100, linqs wrote: > Hi > Is there any possibility to find out which web browser a client uses? Um, try looking in your AOLserver access log. You'll find lines like this: 140.186.149.81 - - [16/Jan/2003:07:29:34 -0500] "POST /register/user-login HTTP/1

[AOLSERVER] Browser Id

2003-01-16 Thread linqs
Hi Is there any possibility to find out which web browser a client uses? regards linqs