Re: Add LDAP support to PHP

2008-10-27 Thread Jones, Russell
24, 2008 5:13 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP On 10/13/2008 at 4:30 PM, in message [EMAIL PROTECTED] , Jones, Russell [EMAIL PROTECTED] wrote: I am back to getting this error at apache startup: PHP Warning: Unknown(): Unable to load dynamic library '/usr

Re: Add LDAP support to PHP

2008-10-24 Thread Mark Post
On 10/13/2008 at 4:30 PM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: I am back to getting this error at apache startup: PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/php_ldap.so' - /usr/lib/php/extensions/php_ldap.so: cannot

Re: Add LDAP support to PHP

2008-10-10 Thread Jones, Russell
suggestions on how to recover my files from the broken system are much appreciated, Russell Jones ANPAC -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Thursday, October 09, 2008 1:47 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP

Re: Add LDAP support to PHP

2008-10-10 Thread Mark Post
On 10/10/2008 at 11:59 AM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: I seem to have messed up my system pretty good. After I built and installed the ldap client package the system quit responding. I ipl'ed and it took forever (about 45 min) for the system to come

Re: Add LDAP support to PHP

2008-10-10 Thread Jones, Russell
see what I can find out. Thanks, Russell Jones ANPAC -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Friday, October 10, 2008 12:25 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP On 10/10/2008 at 11:59 AM

Re: Add LDAP support to PHP

2008-10-10 Thread Mark Post
On 10/10/2008 at 3:24 PM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: My system is back to normal now. I found that I could enter commands at the HMC even though the response was extremely slow. I did a removepkg on the ldap client and things went back to normal. I

Re: Add LDAP support to PHP

2008-10-09 Thread Jones, Russell
. Thanks, Russell Jones ANPAC -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Tuesday, October 07, 2008 3:13 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP On 10/7/2008 at 3:32 PM, in message [EMAIL PROTECTED

Re: Add LDAP support to PHP

2008-10-09 Thread Jones, Russell
I think that I got it. The perl path had to be changed in the apxs script. I think that I got a good php build. Russell Jones -Original Message- From: Jones, Russell Sent: Thursday, October 09, 2008 9:26 AM To: 'Linux on 390 Port' Subject: RE: Add LDAP support to PHP I did find apxs

Re: Add LDAP support to PHP

2008-10-09 Thread Mark Post
On 10/9/2008 at 10:26 AM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: I did find apxs on my system and the path in the script is correct, so I don't think that is the problem. I also see the following in my output: ./configure: /usr/sbin/apxs: /usr/local/bin/perl:

Re: Add LDAP support to PHP

2008-10-09 Thread Jones, Russell
PROTECTED] On Behalf Of Mark Post Sent: Thursday, October 09, 2008 10:03 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP On 10/9/2008 at 10:26 AM, in message [EMAIL PROTECTED] , Jones, Russell [EMAIL PROTECTED] wrote: I did find apxs on my system and the path in the script

Re: Add LDAP support to PHP

2008-10-09 Thread James Tison
Date: 10/09/2008 02:12 PM Subject:Re: Add LDAP support to PHP

Re: Add LDAP support to PHP

2008-10-09 Thread Jones, Russell
this build? Russell Jones ANPAC -Original Message- From: Jones, Russell Sent: Thursday, October 09, 2008 11:37 AM To: 'Linux on 390 Port' Subject: RE: Add LDAP support to PHP I got the new php package installed and it seems to be functioning. Now I am seeing the following error in the apache

Re: Add LDAP support to PHP

2008-10-09 Thread Jones, Russell
PROTECTED] On Behalf Of James Tison Sent: Thursday, October 09, 2008 1:27 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP No, it just looks like your compiler version is a little far ahead of the one the LDAP developers used. As long as they're just warnings (not errors), keep

Re: Add LDAP support to PHP

2008-10-09 Thread Mark Post
On 10/9/2008 at 2:09 PM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: -snip- Do I need to have some type of ldap package installed to do this build? That would probably be a good idea. See

Re: Add LDAP support to PHP

2008-10-09 Thread James Tison
. Thanks a lot for your input, Russell Jones ANPAC -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of James Tison Sent: Thursday, October 09, 2008 1:27 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP No, it just looks like your compiler

Re: Add LDAP support to PHP

2008-10-07 Thread Jones, Russell
, Russell Jones ANPAC System Programmer -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark Post Sent: Monday, October 06, 2008 4:20 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Add LDAP support to PHP On 10/6/2008 at 4:58 PM, in message [EMAIL

Re: Add LDAP support to PHP

2008-10-07 Thread Mark Post
On 10/7/2008 at 3:32 PM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: Thanks for the script. I guess I will need a little more help. Will I need to download the php source or is it stored somewhere on my system? If you downloaded the /source part of the tree, it

Add LDAP support to PHP

2008-10-06 Thread Jones, Russell
I am running Slack 390 10.1. I would like to connect to ldap with my php web application. The research that I have done indicates that ldap support is build in to php, but the binaries may have to be recompiled with the --with-ldap parameter. Could someone point me in the right direction on how

Re: Add LDAP support to PHP

2008-10-06 Thread Mark Post
On 10/6/2008 at 4:58 PM, in message [EMAIL PROTECTED], Jones, Russell [EMAIL PROTECTED] wrote: I am running Slack 390 10.1. I would like to connect to ldap with my php web application. The research that I have done indicates that ldap support is build in to php, but the binaries may have to