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
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
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
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,
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.
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.
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,
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
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
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
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
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
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
13 matches
Mail list logo