[PHP-INST] fix found for 4.0.4pl1 + openldap-1.2.11 + Apache 1.3.14 + Solaris 7

2001-03-29 Thread John McCoy, Jr
This is what it took for me to get this installed they may be other ways but this worked for me. Hope it helps somebody! Here is my php configure vars "./configure" \ "--with-mysql" \ "--with-imap=../imap-2000c" \ "--with-ldap=../openldap-1.2.11" \ "--with-apache=../apache_1.3.14" \ "--enable-mem

[PHP-INST] TNS:internal limit restriction

2001-03-29 Thread TAN
Can anyone help me ? When I run my php oracle_logon, I got an error message "TNS:internal limit restriction " Thank u for your help. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

[PHP-INST] Simple script won't parse

2001-03-29 Thread Chris Oman
Followed the instruction to a T. Script is the basic <%php phpinfo(); %> in the document root. Did the AddType in httpd.conf. Did the "httpd -l", mod_php4.c listed. What am I doing wrong? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

php-install Digest 29 Mar 2001 19:29:34 -0000 Issue 239

2001-03-29 Thread php-install-digest-help
php-install Digest 29 Mar 2001 19:29:34 - Issue 239 Topics (messages 2615 through 2629): Problem with PHP4 as an Apache DSO (SuSe Linux) 2615 by: systems Re: paranoide installation of php4 and auth_ldap 2616 by: Michael Weisbach Re: php4 test asks me if I want to download

[PHP-INST] conftest can't open library...

2001-03-29 Thread Andrew Hill
Hi folks, Can anyone tell me what conftest uses to find installation libraries? I am configuring PHP with iODBC under Mac OS X, and I've put our odbcsdk at /usr/local/src/odbcsdk. Now conftest complians it cannot find the libraries - it appears to be looking in ".libs" instead of "/usr/local/src

[PHP-INST] Unable to add Brekeley db3 support

2001-03-29 Thread David
Hi, I am unable to get db3 working. I get a "Fatal error: Call to undefined function: dbmopen()" error when I try to use dbmopen. OS is FreeBSD 4.2-RELEASE and I am using the php-4.0.4pl1tarball. I configure php with ./configure --with-mysql --enable-track-vars --enable-ftp --enable-trans-sid

[PHP-INST] Static Apache build with LDAP

2001-03-29 Thread John McCoy, Jr
I seem to be missing a library while configuring with Apache 1.3.14 openLDAP 1.2.11 and PHP 4.0.4.pl1 on Sol 7 Sparq PHP configured and built fine. Here is the congiure line for Apache: # SSL_BASE=../openssl-0.9.6 EAPI_MM=../mm-1.1.3 CFLAGS=-I/usr/local/include \ LDFLAGS=-L/usr/local/lib LIBS=-l

[PHP-INST] Re: [Auth_ldap] OT?: paranoide installation of php4 and auth_ldap(fwd)

2001-03-29 Thread Michael Weisbach
Hello Andreas, > not at all. Everything under /test will get the info. The browser does > that and makes complete sense. NAK. Why should the user/password-informations I typed in for auth url https://www.myserver.com/server-info be passed to a subsequent call of https://www.myserver.com/tests/

Re: [PHP-INST] PHP3 + iPlanet (Windows 2000)

2001-03-29 Thread Alfred Lerch
Hola Sergio, no lo puedo decir en Windows, pero lo uso en UNIX (Solaris 7) y e estable. I can't tell about Windows, but I use it on UNIX (Solaris 7) and it is stable. saludos alfred "Anguita, Sergio" wrote: > > Is PHP4 as NSAPI in Windows stable??? > I read in the same link that you wrote tha

[PHP-INST] php istall problem

2001-03-29 Thread Apurva KiritKumar Shah
Dear Sir I have redhat 6.1 with apcahe 1.3.9,krb5-libs-1.1.1-26.i386,imap 2000 2.6.i386 package installed.Now i have downloaded php-4.0.4pl1 and i am compiling it ./configure --with-imap --with-mysql --with-kerberos --w ith-gd --with-apxs=/usr/sbin/apxs --enable-track-vars --enable-magic-quotes

[PHP-INST] Recompile PHP RPM with -DEAPI?

2001-03-29 Thread Myke Carter
Hello, I just joined this list because I'm having trouble getting my Red Hat Linux 6.2 / Apache 1.3.12 / PHP3 / MySQL installation to function with SSL and VeriSign trial site ID certificates. Once the certificate is in place I need to restart Apache, however, Apache will not restart. Instead I

Re: [PHP-INST] Mac OS X Coming Soon

2001-03-29 Thread Lejacko
Somebody can help me to activate php with Mac OS X client. In the last version of Mac OS X, You can find in /usr/bin a php-config and other. When i want execute php-config, i can make a configuration with the last argument. [--prefix or --includes and -- extension-dir] Somebody can gibe me the cor

[PHP-INST] Troubles configuring GD library

2001-03-29 Thread Roxana Paraschiv
I tried to configure GD library to work with Freetype on Linux Caldera and have some problems (without it seems to be OK). First I configured Freetype 2.0.1 like this : cd /home/rr/freetype-2.0.1 ./configure --with-prefix=/usr/local make make install I've seen that Freetype put the header files

[PHP-INST] PHP4, IIS & Win2K: Requires authentication?

2001-03-29 Thread Louis
I'm trying to install PHP for on Win2K with IIS Followed all the instructions but I'm having the following weird problem: - If I dont add an ISAPI filter whenever I try to load my test.php page it asks me for a login - If I add an ISAPI filter I simply get this error: -2147467259 (0x80004005) I b

Re: [PHP-INST] Build Apache/SSL/PHP/GD

2001-03-29 Thread Matthew Schroebel
While I'm not an expert on this, I do use DSO and gd. I've found that for the configure script to find gd, I had to point it to the exact directory such as /usr/local/gd1.x. Scan through config.cache to see if configure found the gd features in your version of gd, if not there, point more specif

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread Josh Lokot
The faq item I was referring to is faq # 6.8 http://www.php.net/FAQ.php#6.8 I realise now that it's about Unix specifically, sorry about that. As for the numerous "flat out wrong" tutorials and installation instructions for php (I assume you mean ones written by the actual php group, or on the

Re: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread hi
Hi, No it is not. I checked there first. I have all the httpd.conf changes in correctly. And this from the installation instructions is flat out wrong: AddType application/x-httpd-php .php /* for PHP 4 */ It should be: AddType application/x-httpd-php4 .php /* for PHP 4 */ It's ama

[PHP-INST] OT?: paranoide installation of php4 and auth_ldap

2001-03-29 Thread Michael Weisbach
Hello PHP-folks, Apache-folks and mod_ssl-folks, I'v a little mysterious phaenomen and I hope, anyone can help me:) First of all, my configuration: apache_1.3.19 mod_ssl-2.8.1-1.3.19 auth_ldap-1.5.3 and php-4.0.4pl1 ... very nice at all. On my server I've a test-dir

[PHP-INST] Problem with PHP4 as an Apache DSO (SuSe Linux)

2001-03-29 Thread systems
Hi - can someone help please? I'm trying to build php (4.0.4pl1) as a shared object, using apxs. I just used a very basic ./configure --with-apxs on the php side, then make. And that all seemed ok - no errors reported, and there was an .so file (./.libs/libphp4.so) produced. Then I go over t