Re: [PHP-INST] File download?

2001-10-25 Thread Arne Goetje
Jeremy Wadsack wrote: > > Steve Blair ([EMAIL PROTECTED]): > >> I finally got PHP 4.06/Apache 1.3.20 to compile on Solaris 8, I did the >> static module. I ran into another problem though. When I try to access my >> test.php both Mozilla and IE prompt me for an application/download. I ran >> ht

[PHP-INST] RE: [PHP] error compiling LDAP support into PHP, causes Apache to crash.

2001-10-25 Thread Scott Singleton
Oops.. here's a better snippet of the PHP log file with this info.. [26-Oct-2001 00:48:54] PHP Warning: Function registration failed - duplicate name - ldap_compare in Unknown on line 0 [26-Oct-2001 00:48:54] PHP Warning: Function registration failed - duplicate name - ldap_get_option in Unknow

[PHP-INST] Error compiling LDAP support into PHP, causes Apache to crash.

2001-10-25 Thread Scott Singleton
> Could someone glance at my situation and the enclosed PHP error log > snippet and give me an idea as to where to procede? I'm pretty stuck. > > Stats: > > OS: Linux (RH 7.1) > Apache 3.19 > > Have latest openLDAP and Berkeley DB 3 Installed with no build errors > (/usr/local;/usr/local/Berke

[PHP-INST] refreshing and code editing problem.

2001-10-25 Thread Archer
Hello Everybody, I have this strange problem in PHP4.06 and I am using windows NT. I have this 2 files one is the HTML that will throw a value into PHP and my PHP supporting the grahics and when I change the value from my HTML and the PHP display never change even I keep refreshing my browser.

php-install Digest 26 Oct 2001 02:43:52 -0000 Issue 523

2001-10-25 Thread php-install-digest-help
php-install Digest 26 Oct 2001 02:43:52 - Issue 523 Topics (messages 4740 through 4752): configure PHP4 parameters 4740 by: Jaeck Stephan 4743 by: Rudy Ramirez Re: lex? 4741 by: Rudy Ramirez 4742 by: Stefan Siefert PHP 4.06 on Solaris 8 4744 by: Chr

[PHP-INST] Re: php4 + mod_perl problems, I think I'm going to go insane, please help!

2001-10-25 Thread Yasuo Ohgaki
Try apahce 1.3.22, problem may be gone with this version. Read apache release notes for details. -- Yasuo Ohgaki Christopher M. Jones wrote: > Argh, I can't get php4 to get along with mod_perl! > Everytime I run a mod_perl enabled httpd and load > the php4 module the server dies. It will not s

[PHP-INST] compile error

2001-10-25 Thread Thomas Holton
Hello, I am looking through the documentation and archives and have been unable to find anything about my problem, which is: Installing php-4.0.6 on alpha OSF1 v5.1 CONFIG LINE: ./configure --with-apache=../apache_1.3.22 --with-imap=/usr/local/src/imap-4.7 --with-mysql=/usr/local/mysql --with-

[PHP-INST] PHP4 with GD on Sambar Server (win98)

2001-10-25 Thread [EMAIL PROTECTED]
Hi, I just unzipped php4 on a windows 98 machine, and I put the right files in the right places, and mapped the ISAPI to the sambar server (www.sambar.com), and I can't use GD functions. I uncommented the GD line in the ini file, and I get this error: Fatal error: Call to undefined function:

[PHP-INST] No, I'm not.

2001-10-25 Thread Jason Wood
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]. .. > We can help! > Mortgage Rates have been slashed again! > > *Lower your monthly payment! > *Shorten the term of your loan! > *Reduce your interest rate! > > SAVE MONEY!!! > > NOW is the time to refinance... rates

[PHP-INST] Looking for lower mortgage rates?

2001-10-25 Thread bradley
We can help! Mortgage Rates have been slashed again! *Lower your monthly payment! *Shorten the term of your loan! *Reduce your interest rate! SAVE MONEY!!! NOW is the time to refinance... rates have NEVER been lower! We CAN assist everyone, even if you've been turned down before! Take just a

[PHP-INST] php installation problem "ld: fatal: Symbol referencing errors."

2001-10-25 Thread chuck solie
Hi, I am having a problem installing php/mysql/apache on a solaris 8 box. I get the following error during the configure stage of php that i expect this might have an obvious reason to someone with more gcc configuration knowledge. I have looked at the mysql and php sites for similar probl

[PHP-INST] Re: It gives me just a header!

2001-10-25 Thread Stefán Vingir Skarphéðinsson
I called my ISP and asked them about their PHP-support and they told me that they had to move my homepage from theyr windows server to theyr unix server because they had the same problem using windows. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP-INST] PHP Kerbose lib files?

2001-10-25 Thread Scott Singleton
ok, I've been at this PHP thing for some time and I have yet to get a recent copy compiled and installed properly. After realizing that my PHP and PEAR needed to be updated I decided to get the latest PHP and Pear snapshot. Compiling the DSO module wasn't an issue until I added IMAP support. (Us

[PHP-INST] PHP 4.06 on Solaris 8

2001-10-25 Thread Chris McAvoy
Hello, I'm having problems compiling php 4.06 on Solaris 8, with the standard Solaris 8 installation of Apache, and the MySQL package from sunfreeware.com. I configured with the command: ./configure --with-apxs=/usr/apache/bin/apxs \ --with-zlib=/usr \ --with-openssl=/usr/local/ssl \ --with-mys

[PHP-INST] Re: configure PHP4 parameters

2001-10-25 Thread Rudy Ramirez
Jaeck Stephan wrote: > Hello, > > I just installed PHP4.0.4 on SuSE Linux 7.2 with Apache. Yahooo! :-) > Now I need Oracle database support for PHP. D'oh! Same problem, SuSE 7.1, Oracle client 8.1.5 on 7.x database, just solved... > just do "configure --with-oracle=$ORACLE_HOME" and what w

Re: [PHP-INST] lex?

2001-10-25 Thread Stefan Siefert
Hi, the missing package is called flex. Not sure why you do need it, but I think it is something of the build enviroment... you can find packages for your System maybe here: http://www.rpmfind.net/linux/rpm2html/search.php?query=flex Greetings, Stefan Siefert - Original Message - From

[PHP-INST] Re: lex?

2001-10-25 Thread Rudy Ramirez
Martin wrote: > Hmm, what is lex? And why would I need it - or rather why don't I. What > package is missing? Lex. Lex is a tool for generating native C lexical scanners. It's the stuff gcc and other languages are made of. Boldly PHP, too. Bye Rudy -- PHP Install Mailing List (http://www.

[PHP-INST] configure PHP4 parameters

2001-10-25 Thread Jaeck Stephan
Hello, I just installed PHP4.0.4 on SuSE Linux 7.2 with Apache. Now I need Oracle database support for PHP. OK: just do "configure --with-oracle=$ORACLE_HOME" and what will happen with all the parameters that were set before? Do I have to te-type it again? (uff) Or is there somewhere a confi

php-install Digest 25 Oct 2001 14:32:20 -0000 Issue 522

2001-10-25 Thread php-install-digest-help
php-install Digest 25 Oct 2001 14:32:20 - Issue 522 Topics (messages 4736 through 4739): CGI Error 4736 by: N.V Pavan Kumar lex? 4737 by: Martin Adding sysVsem option with least effort? 4738 by: Thomas php error with apache-1.3.9 4739 by: Dominique Fober

[PHP-INST] php error with apache-1.3.9

2001-10-25 Thread Dominique Fober
Hi, I hope that it's the right place for my question: I'm trying to use php with an apacher server (apache-1.3.9-7mdk) on a linux 2.2.13-7mdk station. Here is the message appened to the log file at the server startup: Apache/1.3.9 (Unix) (NetRevolution Advanced Server/Linux-Mandrake) PHP/3.0.12

[PHP-INST] Adding sysVsem option with least effort?

2001-10-25 Thread Thomas
Hello ther,e I have installed PHP 4.0.6 on FreeBSD with Apache SSL/Ben. I need System V semaphores and shared memory but it is not compiled in. What is the fastest way to add this option without changing all my PHP setup and Apache setup? Thanks to everyone who can help me, sincerely, Thomas