LAMP with OpenLdap-Support; Bug; AND IT IS NOT SOLVED; PLEASE HELP
Sorry for confusing.. i though the problem was solved, but it is not (PHP just messed up with the configure commands) So Help is needed.
I just installed the Apache 2.0.44/Mysql 3.23.55/PHP 4.2.3 and OpenLDAP-Stable on a fresh installed SuSE
Commands:
OpenLDAP:
LXSRV:/sbin # tar -xvzf /home/user/openldap-stable-20030107.tgz
LXSRV:/sbin # cd openldap-2-1-12
LXSRV:/sbin/openldap-2.1.12 # ./configure --prefix=/sbin/openldap/ -enable-slapd=no
LXSRV:/sbin/openldap-2.1.12 # make depend
LXSRV:/sbin/openldap-2.1.12 # make
LXSRV:/sbin/openldap-2.1.12 # make install
MySQL:
LXSRV:/sbin # tar -xvzf /home/user/mysql-3.23.55-pc-linux-i686.tar.gz
LXSRV:/sbin # groupadd mysql
LXSRV:/sbin # useradd -g mysql mysql
LXSRV:/sbin # ln -s /sbin/mysql-3.23.55-pc-linux-i686/ /sbin/mysql
LXSRV:/sbin # cd mysql
LXSRV:/sbin/mysql # scripts/mysql_install_db
LXSRV:/sbin/mysql # chown -R root .
LXSRV:/sbin/mysql # chown -R mysql data
LXSRV:/sbin/mysql # chgrp -R mysql .
HTTPD//APACHE:
LXSRV:/sbin # tar -xvzf /home/user/httpd-2.0.44.tar.gz
LXSRV:/sbin # cd httpd-2.0.44/
LXSRV:/sbin/httpd-2.0.44 # make
LXSRV:/sbin/httpd-2.0.44 # make install
PHP:
LXSRV:/sbin # tar -xvzf /home/user/php-4.2.3.tar.gz
LXSRV:/sbin # cd php-4.2.3/
LXSRV:/sbin/php-4.2.3 # ./configure --prefix=/sbin/httpd/php --with-apxs2=/sbin/httpd/bin/apxs --with-config-file-path=/sbin/httpd/php/ --with-mysql=/sbin/mysql/ --with-ldap=/sbin/openldap
LXSRV:/sbin # make
While running the make script I had this nice error here:
ldap.c:2030: `tsrm_ls' undeclared (first use in this function)
Anyone got an Idea?
Last edited by Trucker; 02-27-2003 at 11:15 AM.
|