Re: [PHP-DEV] Building / using the LDAP extension

2002-02-22 Thread Rasmus Lerdorf
I don't think I understand the question. When you do --with-ldap no separate binary is created. The functionality is linked statically into the generated PHP library. I guess you might be asking if you could just force it to link it in. Of course. Look at ext/ldap/config.m4 where it shows the

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Jani Taskinen
Try adding HAVE_LDAP there..? Same goes for any other extension too. --Jani On Thu, 21 Feb 2002, Venkat Raghavan wrote: >I agree that you can't understand how I build it. But I hope you >understand that I can't do it the standard way with the configure script >on NetWare. > >I am

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Markus Fischer
On Thu, Feb 21, 2002 at 05:09:01AM -0700, Venkat Raghavan wrote : > I agree that you can't understand how I build it. But I hope you > understand that I can't do it the standard way with the configure script > on NetWare. > > I am indeed looking for any parameters that have to be set during > co

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Venkat Raghavan
I agree that you can't understand how I build it. But I hope you understand that I can't do it the standard way with the configure script on NetWare. I am indeed looking for any parameters that have to be set during compile / link time. The only thing I came across is the COMPILE_DL_LDAP #define,

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Venkat Raghavan
Searched all those scripts for the string 'ldap' with no luck... As for whether LDAP object file has made into the PHP binary, I need to check... Thanx anyway, Venkat >>> <[EMAIL PROTECTED]> 21/02/2002 17:23:54 >>> Just make sure that ext/ldap is really compiled and linked into the php binary.

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread jan
On Thu, Feb 21, 2002 at 04:36:13AM -0700, Venkat Raghavan wrote: > OK, finally, we're on track. Fine. :) > Out of the options you gave, the correct one is (a). And when I do > phpinfo(), I don't see LDAP. That's why I asked what else I need to do > in the code / build process to 'enable' LDAP.

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Markus Fischer
On Thu, Feb 21, 2002 at 04:36:13AM -0700, Venkat Raghavan wrote : > Out of the options you gave, the correct one is (a). And when I do > phpinfo(), I don't see LDAP. That's why I asked what else I need to do > in the code / build process to 'enable' LDAP. From what I've read and understood,

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Venkat Raghavan
OK, finally, we're on track. Out of the options you gave, the correct one is (a). And when I do phpinfo(), I don't see LDAP. That's why I asked what else I need to do in the code / build process to 'enable' LDAP. Thanx again, Venkat >>> <[EMAIL PROTECTED]> 21/02/2002 16:34:11 >>> Ok, this is a

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread jan
On Thu, Feb 21, 2002 at 03:44:07AM -0700, Venkat Raghavan wrote: > I am not talking about compiling PHP on an Unix platform. What we are > doing is porting PHP onto NetWare. > > We have PHP built along with LDAP, since we want it as part of the > standard package. So, we just want to know how to

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Venkat Raghavan
I am not talking about compiling PHP on an Unix platform. What we are doing is porting PHP onto NetWare. We have PHP built along with LDAP, since we want it as part of the standard package. So, we just want to know how to make PHP 'aware' that LDAP functionality is built in, since we're not using

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread jan
On Thu, Feb 21, 2002 at 02:42:16AM -0700, Venkat Raghavan wrote: > Thanx. > > What I am asking is how do I 'enable' LDAP in my PHP binary, provided I > can't run the CONFIGURE script. Also, what is the "default path" for the > LDAP libraries? You can not run the ./configure script of the php sou

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread Venkat Raghavan
Thanx. What I am asking is how do I 'enable' LDAP in my PHP binary, provided I can't run the CONFIGURE script. Also, what is the "default path" for the LDAP libraries? - Venkat >>> <[EMAIL PROTECTED]> 21/02/2002 15:00:55 >>> On Thu, Feb 21, 2002 at 02:14:35AM -0700, Venkat Raghavan wrote: > Aga

Re: [PHP-DEV] Building / using the LDAP extension

2002-02-21 Thread jan
On Thu, Feb 21, 2002 at 02:14:35AM -0700, Venkat Raghavan wrote: > Again, it's we folks porting PHP onto NetWare. > > Is it necessary that the LDAP extension has to be a separate binary? No. > Can we build it into PHPLIB itself? If so, how do we enable LDAP, > considering we can't run the CONFI