[PHP-INST] Error while installing php with ldap

2001-03-20 Thread kate
Hi all, I install php with ldap enable as follow, but got some erros.. please help thanks Kate #./configure --with-ldap # make gcc -I. -I/export/home/kate/source/php-4.0.4pl1/ext/ldap -I/export/home/kate/source/php-4.0.4pl1/main -I/export/home/kate/source/php-4.0.4pl1 -I/export/home/kat

Re: [PHP-INST] Error while installing php with ldap

2001-03-20 Thread DT
Dear Kate, what platform are u using? the default directory is /usr/local/ldap, did u installed ldap to another directory? cheers, dennis kate wrote: > Hi all, > I install php with ldap enable as follow, but got some erros.. please > help > > thanks > > Kate > > #./configure --with-ldap

Re: [PHP-INST] Error while installing php with ldap

2001-03-20 Thread Jani Taskinen
You're not giving enough info..platform? ldap libraries used (openldap?) etc. And I tried to address some problems in CVS just a few days ago. So please try with latest CVS snapshot from http://snaps.php.net/ --Jani On Tue, 20 Mar 2001, kate wrote: >Hi all, >I install php with ldap enable as

[PHP-INST] Not able to install PHP with LDAP

2001-03-20 Thread Bernd Muent
It seems that the ldap-functions are not integrated into PHP4 as a standard. When I start a php-Page with an ldap_connect etc. in it, the Error: Undefined Function ldapbind occurs.. Then I went to my PHP-Sourcecode-Directory and did: ./configure --with-ldap make make install Everything was fine

Re: [PHP-INST] Not able to install PHP with LDAP

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Bernd Muent wrote: >It seems that the ldap-functions are not integrated into PHP4 as a standard. No. They need external libraries to work. e.g. OpenLDAP. (www.openldap.org) >When I start a php-Page with an ldap_connect etc. in it, the Error: >Undefined Function ldapbind occ

php-install Digest 20 Mar 2001 13:00:43 -0000 Issue 226

2001-03-20 Thread php-install-digest-help
php-install Digest 20 Mar 2001 13:00:43 - Issue 226 Topics (messages 2512 through 2522): Re: I'm really a principiant in PHP 2512 by: Kris Deugau Configuring Sessions In PHP 2513 by: Eric Pankoke 2516 by: Jason Bell 2517 by: Eric Pankoke Re: Fixed : [PHP-IN

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Grimes, Dean
I'm not a 100% sure but I think sessions only work with php compiled as an apache module... could be wrong on that though. However, I do remember reading something somewhere about that. Anyway, have you checked that PHP was compiled with sessions tracking and that cookies are enabled in your brow

Re: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Phil Driscoll
The windows binaries will do sessions for you. In php.ini you need to do a few things in the sessions bit. Here's the relevant part of my php.ini: session.save_handler = files ; handler used to store/retrieve data session.save_path = F:\php\sessiontmp; argument passed to save_

[PHP-INST] PHP includes not working.

2001-03-20 Thread Dan McCullough
Example: You can create a php file a include a file as long as that file resides in the same directory as the include file. Test it Create a /test directory under your sitename/web dir and make a file with in it. name it info.php and save it in the test dir. then in your web folder create a f

[PHP-INST] PHP Compiled, but won't run. [Redhat 7.0, PHP4.0.4PL1]

2001-03-20 Thread Jason Bell
when I try and restart apache, it won't load PHP. There were no errors during compile. When I run apachectl configtest, I get the following error: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: uncompress Is there a library

[PHP-INST] Help Configuring PHP with Graphics Support

2001-03-20 Thread Coulee Web
I need some help here. I need to configure PHP 4 with support for all of the following: Apache MySQL Database GD (Graphics Support) JPEG PNG True Type Fonts Can anyone help me with a configuration line? I have tried: ./configure --with-apxs --with-mysql --with-gd=/usr/lib --with-freetype And I

[PHP-INST] multiple definition of 'get_module' when installing

2001-03-20 Thread Sarah Kerr
Hello, I'm getting the following error when installing php with mysql & xml support. I had previously installed without xml support and it was all good. ext/xml/.libs/libxml.al(xml.lo): In function `get_module': /usr/src/php-4.0.4pl1/ext/xml/xml.c:60: multiple definition of `get_module' ext/mys

Re: [PHP-INST] Mysql socket connect problems

2001-03-20 Thread Paul Newby
I also have the problem described by Jason, or a somewhat similar one. The MySQL command line monitor works fine, but when php mysql functions are called from a script I get Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' which is kind of odd because in the pro

Re: [PHP-INST] Mysql socket connect problems

2001-03-20 Thread B. van Ouwerkerk
>which is kind of odd because in the process of getting >PHP4 installed, I removed and reinstalled MySQL, and changed >the layout in the process: the mysql directory >was moved from /var/lib to /usr/local/mysql/var >and PHP4 was configured with '--with-mysql=/usr/local/mysql' >... so I don't know

Re: [PHP-INST] Mysql socket connect problems

2001-03-20 Thread Paul Newby
> >which is kind of odd because in the process of getting > >PHP4 installed, I removed and MySQL, and changed > >the layout in the process: the mysql directory > >was moved from /var/lib to /usr/local/mysql/var > >and PHP4 was configured with '--with-mysql=/usr/local/mysql' > >... so I don't know

php-install Digest 21 Mar 2001 02:16:22 -0000 Issue 227

2001-03-20 Thread php-install-digest-help
php-install Digest 21 Mar 2001 02:16:22 - Issue 227 Topics (messages 2523 through 2531): Re: Configuring Sessions In PHP 2523 by: Grimes, Dean 2524 by: Phil Driscoll PHP includes not working. 2525 by: Dan McCullough PHP Compiled, but won't run. [Redhat 7.0, PHP4.0.

[PHP-INST] A NETWORK MARKETER?

2001-03-20 Thread timmyralley8627
ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT THE FOLLOWING OPPORTUNITY I CAME ACROSS!! IF YOU PLUG INTO THEIR PROVEN SYSTEM, THEY GUARANTEE YOU SUCCESS, AND PROVIDE YOU WITH FREE LEADS TO BUILD YOUR GROUP!! DO NOT LET THIS SLIP AWAY!! CLICK BELOW AND FIND OUT AS I DID, WHY THESE

Re: [PHP-INST] Mysql socket connect problems

2001-03-20 Thread Aaron Joseph Pagel
make sure that the permission for the mysql.sock file and the mysql directory that it is located in are both set to 755. if the mysql.sock file is located in a different directory that what the error msg gives you, then create a simlink to the file. On Tue, 20 Mar 2001, Paul Newby wrote: > > I