phpbar.de logo

Mailinglisten-Archive

[php] Call to undefined function: ldap_connect()

[php] Call to undefined function: ldap_connect()

Joerg Behrens php_(at)_phpcenter.de
Tue, 7 Aug 2001 10:59:11 +0200


Moin,

----- Original Message -----
From: "Matthias Mahrholz" <Matthias.Mahrholz_(at)_URZ.Uni-Magdeburg.DE>
To: <php_(at)_phpcenter.de>
Sent: Tuesday, August 07, 2001 10:18 AM
Subject: Re: [php] Call to undefined function: ldap_connect()


> Hallo,
>
> > was sagte er bei der Ausgabe des Configures ? Nicht immer bricht er
ab
> > wenn er etwas nicht findet. Solltest du es gleich nocheinmal
versuchen
> > bitte dran denken den Sourcetree vorher aufzuraeumen, also make
> > distclean bzw. rm config.cache .
> >
> distclean habe ich jetzt gemacht, config.cache ist nicht da.

make distclean enthaelt auch ein 'rm config.cache' wer genau hinsieht
;). Sollte man aber nicht bis zum make gekommen sein ,weil es beim
configure abbricht oder man strg+c gedrueckt hat ist das 'rm
config.cache' faellig.

> > Im nachhinein findet man seine Extensions aber im phpinfo() wieder.
>
> Wo ist phpinfo()?

Es ist ist eine Funktion und die wichtigste dazu ;)
<?php
phpinfo();
?>

> Hier mal Auszüge aus den Protokollen (neuer Versuch mit distclean):
> $ ./configure ...
>         .
> .
> .
> +--------------------------------------------------------------------+
> |                       *** ATTENTION ***                            |
> |                                                                    |
> | Something is likely to be messed up here, because the configure    |
> | script was not able to detect a simple feature on your platform.   |
> | This is often caused by incorrect configuration parameters. Please |
> | see the file debug.log for error messages.                         |
> |                                                                    |
> | If you are unable to fix this, send the file debug.log to the      |
> | php-install_(at)_lists.php.net mailing list and include appropiate      |
> | information about your setup.                                      |
> +--------------------------------------------------------------------+
> |                        *** WARNING ***                             |
> |                                                                    |
> | You chose to compile PHP with the built-in MySQL support.  If you  |
> | are compiling a server module, and intend to use other server      |
> | modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0,         |
> | mod_perl) you must NOT rely on PHP's built-in MySQL support, and   |
> | instead build it with your local MySQL support files, by adding    |
> | --with-mysql=/path/to/mysql to your configure line.                |
> +--------------------------------------------------------------------+

[..]

hmm also wegen ldap steht da aber nix. Nur das es probs gibt mit dem
builtin mysqlclient gibt. Warum nimmst du den internen? Wenn du mysql
installiert hast Verweise bitte auf das Verz. der Installation.
Ansonnsten baue doch ein naktes PHP (nur mit deinem LDAP ) ohne jegliche
andere Extension. Anm. Mysql mus bewusst disabled werden
mittels --without-mysql .

> Welche Version muss ich eigentlich nehmen?
> ldap-3.3 oder openldap-2.0.11?
> (Ich habe es mit beiden probiert)

Ich benutze immer den OpenLDAP und weder mit der 1.x noch mit der 2.x
hatte ich Probleme.
Mir fehlt aber immer noch die Ausgabe des Configures

Gruss
Joerg Behrens



php::bar PHP Wiki   -   Listenarchive