[PHP-INST] Desperate for help with PHP and LDAP

2002-01-17 Thread Quinn Perkins
I successfully build OpenLDAP and it is working fine. I successfully built a version of PHP 4.0.6 for OS 10.1 with the instructions found at http://developer.apple.com/internet/macosx/php.html. It compiled without error using: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

php-install Digest 18 Jan 2002 03:03:10 -0000 Issue 655

2002-01-17 Thread php-install-digest-help
php-install Digest 18 Jan 2002 03:03:10 - Issue 655 Topics (messages 5614 through 5619): no mysqlclient or lmysqlclient so installing php w/mysql fails 5614 by: Shena Delian O'Brien what a php editor to use? 5615 by: Webmaster Php + pgsql 5616 by: Leonard Bouchet

[PHP-INST] Re: using PHP as ROOT

2002-01-17 Thread Fred
I do not think it is a very wise idea to give any type of root access to your php scripts. This is a disaster waiting to happen. You can accomplish the same thing by having your php scripts manipulate template files, which are exact copies of the files you want to edit. Then have a root cron job

[PHP-INST] Re: Php + pgsql

2002-01-17 Thread Yasuo Ohgaki
The cause are - you haven't build PHP by yoursel - build PHP with different system - you have old libpq.so in your system - others? Build PHP with your system and make sure you don't have old libpq.so enabled on your system. Use following order for ld.so.conf if you have old libpq. >

RE: [PHP-INST] RV: problems with snmp and php

2002-01-17 Thread Giovanny Miguel Orozco Theran
kstat is a kernel statistics facility library in source code of ucd-snmp-4.2.1 we don't know how linking this library it are parts of config.h /* Define if you have the kstat library (-lkstat). */ #define HAVE_LIBKSTAT 1 /* Define if you have the header file. */ #define HAVE_KSTAT_H 1 but

[PHP-INST] Php + pgsql

2002-01-17 Thread Leonard Bouchet
Hi, I saw this problem has been reported a few times, but I still can't make it work on my system. I get Syntax error on line 226 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: PQoidValue when I tried to s

[PHP-INST] what a php editor to use?

2002-01-17 Thread Webmaster
Hi, My PhP is under Linux compiled into the Apache web server. The Linux box has no X-Windows What a WYSIWYG PhP editor could I use on my Lan W2K machine connected to the Linux PhP? And how? Any ideas? Thanks Antal ++ Kreorg Oktatóközpont http://www.kreorg.hu [EMAIL PROTECTED] Tel:

[PHP-INST] no mysqlclient or lmysqlclient so installing php w/mysql fails

2002-01-17 Thread Shena Delian O'Brien
Using Redhat 7.2 w/mysql 3.23.41 and trying to install 4.1.1 of php. The configure goes through but when running a make I get the following error: /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/home/admin

php-install Digest 17 Jan 2002 15:03:02 -0000 Issue 654

2002-01-17 Thread php-install-digest-help
php-install Digest 17 Jan 2002 15:03:02 - Issue 654 Topics (messages 5606 through 5613): Dynamically restrict accesses to virtual hosts' documentroots 5606 by: Ole Tange 5610 by: Rasmus Lerdorf 5612 by: Ole Tange Newbie prob: Getting 403.1 when using PHP under PWS i

RE: [PHP-INST] PHP 4.1.x cannot compile with ssl

2002-01-17 Thread Jon Wagoner
Try doing just ./configure --with-openssl=/usr The script usually tries to apply the subdirectories correctly, so you genererally just need the main directory it's in. -Original Message- From: Matthew Darcy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 6:36 AM To: [EMAIL P

Re: [PHP-INST] Dynamically restrict accesses to virtual hosts'documentroots

2002-01-17 Thread Ole Tange
On Thu, 17 Jan 2002, Rasmus Lerdorf wrote: > open_basedir I have looked at open_basedir and it seems not to solve my problem. I might be wrong, but could you please include an example where open_basedir is dynamically set to $DOCUMENT_ROOT? E.g. to make the below work (Setting it to '.' will mak

[PHP-INST] PHP 4.1.x cannot compile with ssl

2002-01-17 Thread Matthew Darcy
Hi, I do the ./configure --with-openssl=/usr/bin (opensll is in /usr/bin) I get configure error looking for evp.h evp.h is in /usr/include/openssl I do a ./configure --with-openssl=/usr/include/openssl and it still comes back with an error cannot find evp.h evp.h is in /usr/include/openss

Re: [PHP-INST] Dynamically restrict accesses to virtual hosts'documentroots

2002-01-17 Thread Rasmus Lerdorf
open_basedir On Thu, 17 Jan 2002, Ole Tange wrote: > I have a lot of virtual hosts. They are made with rewrite-engine so they > do not each have a section. > > I would like for PHP to restrict access from PHP to $DOCUMENT_ROOT. Also I > would like to have / mean $DOCUMENT_ROOT. > > This means t

RE: [PHP-INST] Need Help with PHP/Apache Installation.

2002-01-17 Thread Christ Christoph (Erste)
this is likely to be an error with not actual libraries. Check the documentation, which libraries are necessary for PHP to compile successfully. I doubt that the zend libraries are propperly installed, or not at all. -Original Message- From: Impu [mailto:[EMAIL PROTECTED]] Sent: 15. ledn

[PHP-INST] mib location

2002-01-17 Thread Ho, Kin Tak
Hello, After I installed php under windows 2000 with IIS5, I would like to use php_snmp.dll. My php installed dir is c:\php. c:\php\extensions and c:\php\mibs contains dll files and mib files respectively. when I write a simple snmpget function PHP Test My browser shows Cannot find module