php-install Digest 25 Apr 2002 22:17:37 -0000 Issue 805
Topics (messages 6738 through 6741): install with ldap 6738 by: David Werner debug php4 6739 by: Serge Saccoccio 6740 by: Jeffrey_N_Dyke.Keane.com Need help installing PHP. 6741 by: John Clark Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message ---Hello there! I experience problems with the installation of the php 4.2.0 I want to use a new feature, called ldap_rebind_proc. But it still doesn't work. I have taken a look in the ldap.c with the following result: #if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC) PHP_FE(ldap_set_rebind_proc, NULL) #endif So, can anybody tell me where I can set this LDAP_API_FEATURE and 3ARG thing? Any help is welcome! Thanks! David.--- End Message ---
--- Begin Message ---Hi, I have Linux Mandrake 8.1 with Apache1.3.24 and Mysql 3.23.49 and PHP4.1.2 and when I start httpd, it says could not find libphp4.so, what can I do? the istallation has turn correctly. Please, help Sergio __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/--- End Message ---
debug.log
Description: debug.log
--- Begin Message ---You shoudln't have to do this, per the documentation, but reconfigure php using --with-zlib. and it will work. Hope this helps Jeff Serge Saccoccio To: [EMAIL PROTECTED] <saccoccio76@y cc: ahoo.com> Subject: [PHP-INST] debug php4 04/25/2002 10:28 AM Hi, I have Linux Mandrake 8.1 with Apache1.3.24 and Mysql 3.23.49 and PHP4.1.2 and when I start httpd, it says could not find libphp4.so, what can I do? the istallation has turn correctly. Please, help Sergio __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ (See attached file: debug.log) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php--- End Message ---
--- Begin Message ---I have downloaded and installed php-4.2.0 and apache 1.3.24. With php configure and commands: ./configure --with-apxs=/usr/local/apache/bin/apxs make install I see that everything completes. However when I load my test html file: <html> <head> </head> <body> test<p> <?phpinfo()?> </body> </html> I see the one text 'test' print, but nothing of the <?phpinfo()?> When I run: php test.html >x.html and then access x.html from my browser, I see a table of info. What do I have to do to apache to get it to process the php tags correctly. I've added the: AddType application/x-httpd-php .php as well. When I do the following example: <?php echo "hello world<p>"; ?> All my browser gets is the garbled text of: "; ?>--- End Message ---