[PHP-INST] Php Imap and Apache

2002-01-31 Thread CIVITA ALAN
Hi all, I'm try to install the php 4.1.1 on an 7.3 SUSE with imap support. First at the configure i must take --with-imap-ssl cause the skript says that i must take this option too. So i do this and now it works So i do make At the make progress he stops with the following warning -ldl -lmy

[PHP-INST] why does command line run-on over beginning of line

2002-01-31 Thread Dan Campbell
why is it that when I try to type in a long configure command in Linux while configuring PHP, my cursor jumps to the beginning of the line and begins writing over the original line? It's happened before with installing mySQL. weird??? Dan -- PHP Install Mailing List (http://www.php.net/) To un

php-install Digest 1 Feb 2002 05:01:51 -0000 Issue 678

2002-01-31 Thread php-install-digest-help
php-install Digest 1 Feb 2002 05:01:51 - Issue 678 Topics (messages 5863 through 5889): PHP 4.1.1 Dynamic Module on Redhat 7 5863 by: Mike Frazer Re: Newby -- Browser won't run php 5864 by: Mike Frazer Re: Linux +Xitami + PHP4.1.1 5865 by: Mike Frazer Re: Apache/P

Re: [PHP-INST] stuck at -> prompt

2002-01-31 Thread David Jackson
At the mysql prompt -> \q should do it. Dan Campbell wrote: > > after logging into mysql and creating a db, I'm trying to log out and back > to the bash promp with "quit", like my book tells me, but "quit" leaves me > at the -> prompt, which won't allow any bash commands. I tried bye, exit, > qu

[PHP-INST] [PHP] install error (NS + PHP + UNIX) !

2002-01-31 Thread Sang-Kyu Ahn
Hi everyone ! I try to install PHP in the following environment. O/S : solaris 2.7 PHP version : 4.0.6 Web Server : Nestscape Enterprise 3.6 But, I have some problems in installing PHP4. I referenced the following document fully. http://benoit.noss.free.fr/php/install

Re: [PHP-INST] stuck at -> prompt

2002-01-31 Thread Jason Cox
The correct command is exit but chances are that mysql probably thinks that your trying to issue a multiple line command. You probably typed a quote character and it's expecting the close quote but you can always just hit ctrl-c and kill the mysql session. Jason Cox - Original Message -

[PHP-INST] Re: can I run tar on a .gz file? e-engineer does it in directions

2002-01-31 Thread Dan Campbell
yep, I just needed to download a better mysql.x.x.tar.gz file. Now it works smooth as cream cheese. "Dan Campbell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to follow the directions by e-ngineer on installing mysql at: > http://www.e-gineer.co

RE: [PHP-INST] stuck at -> prompt

2002-01-31 Thread Philip Snyder
My personal favorite is ^d (control-d). -Philip -Original Message- From: Dan Campbell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:15 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] stuck at -> prompt after logging into mysql and creating a db, I'm trying to log out and b

[PHP-INST] stuck at -> prompt

2002-01-31 Thread Dan Campbell
after logging into mysql and creating a db, I'm trying to log out and back to the bash promp with "quit", like my book tells me, but "quit" leaves me at the -> prompt, which won't allow any bash commands. I tried bye, exit, quit, but nothing works. hate to just exit out of the Terminal Emulation P

Re: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-01-31 Thread Dan Campbell
I did that but it was the same size and I get the same message. Please read my next message question, where I explain more. thanx Dan "Demitrious S. Kelly" <[EMAIL PROTECTED]> wrote in message 007801c1aabc$f85b9690$3601a8c0@dkelly">news:007801c1aabc$f85b9690$3601a8c0@dkelly... > Re-Download it...

[PHP-INST] can I run tar on a .gz file? e-engineer does it in directions

2002-01-31 Thread Dan Campbell
I'm trying to follow the directions by e-ngineer on installing mysql at: http://www.e-gineer.com/instructions/install-mysql3xx-on-linux.phtml After downloading the mysql(version).tar.gz file, I'm told to un tar it with tar xzf mysql(version).tar.gz . Is that a missprint or am I wrong? When I run

RE: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-01-31 Thread Demitrious S. Kelly
Re-Download it... -Original Message- From: Dan Campbell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 5:07 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format I just downloaded the latest version of mySQL (mysql-max-3.23.47-

[PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-01-31 Thread Dan Campbell
I just downloaded the latest version of mySQL (mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz and when I tried to unzip it with "gunzip -c mysql-max(version).tar.gz , I got an error saying its not in gzip format. any suggestions? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP-INST] php begginer

2002-01-31 Thread Jason Cox
Laura, Did you add the type handler to the apache conf file? If it's not parsing your PHP code, this is probably because you didn't add it. Good Luck! Jason > I´m trying to install PHP 4.1.1 and Apache 1.3.23 in Win2000. (PHP as a > server module). > > Apache is working, I can see my index.

[PHP-INST] Re: Windows 2000 IIS 5.0

2002-01-31 Thread Oliver Cronk
The main cause for this would be an incorrect filename (of the script) go to the iis options for the php script engine and select the option "Check that file exists". If thats not the cause - then I have also got this when I try to use the ob_gzhandler (output buffering) make sure this isn't set

RE: [PHP-INST] LibPNG error

2002-01-31 Thread Jonathan Hilgeman
Well, I figured that and checked out my system. I know I had a version on there before: /usr/local/include/png.h (dated Jan 22nd) and /usr/local/lib/libpng.a (dated Jan 22nd) /usr/local/lib/libpng.so -> libpng.so.4 /usr/local/lib/libpng.so.4 (dated Jan 22nd) and when PHP 4.1.1 installed, it simp

Re: [PHP-INST] LibPNG error

2002-01-31 Thread Rasmus Lerdorf
Well, your problem is probably exactly what it says. You built PHP against a png.h header file that didn't match the libpng library version. Make sure you only have one version installed. -Rasmus On Thu, 31 Jan 2002, Jonathan Hilgeman wrote: > Hi, > When I try to use GD+PNG functions to creat

[PHP-INST] LibPNG error

2002-01-31 Thread Jonathan Hilgeman
Hi, When I try to use GD+PNG functions to create dynamic PNG images, I get this error: libpng warning: Application was compiled with png.h from libpng-1.0.8 libpng warning: Application is running with png.c from libpng-1.2.1 gd-png: fatal libpng error: Incompatible libpng version in applicatio

Re: [PHP-INST] Which Linux to Install for the best with PHP4

2002-01-31 Thread Curtis
Dan, Trust me I feel your pain!!! I installed RH 7.1 or 7.2 whatever it was. I told it to install with PHP and mySQL and apache. I had nothing but trouble from the get go. I then went with Mandrake 8.1 and during the install process did a custom install and selected the individual pack

[PHP-INST] ISAPI Interface

2002-01-31 Thread Mike_Bryeans
I'm writing an ISAPI interface for our web server to be used with PHP 4.xx When I request a PHP file, any php file, this is returned to the caller: Warning: Failed opening '' for inclusion (include_path='\winbbs') in Unknown on line 0 I know this is a zend error message, I just don't know what

[PHP-INST] Repost: Amultiply-defined symbol error with php 4.1.1 on Solaris2.8

2002-01-31 Thread Ziying Sherwin
Sorry for this repost of the message we sent two days ago. We are eager to get things going, so any advice will be great.' - We tried to build php 4.1.1 with as many options as possible on our Solaris 2.8 machine with gcc 2.95.2 and Apache 1.3.22. During the compilation, we had a p

[PHP-INST] enable dmalloc option for php 4.1.1 installation on Solaris 2.8

2002-01-31 Thread Ziying Sherwin
We tried to install php 4.1.1 on our Solaris 2.8 machine with gcc 2.95.2 and apache 1.3.22. We tried to enable as many configuration options as possible. It configured OK, but we encountered several error messages during compilation: We configured with option "--enable-dmalloc" and "--with-a

[PHP-INST] Error build php support for ming on Solaris 2.8

2002-01-31 Thread Ziying Sherwin
We are trying to build php 4.1.1 with ming 0.2a support on our Solaris 2.8 machine using gcc 2.95.2. However, we encounter some problems: First, when we tried to build a dynamic ming library at the source tree of ming 0.2a, we kept getting the following error message: gcc -g -Wall movie.o

[PHP-INST] Which Linux to Install for the best with PHP4

2002-01-31 Thread Dan Campbell
Okay, I'm once again giving up on this whole PHP installation process as PHP just wouldn't work, nomatter what I did. So, I've decided to throw my last two weeks work away and start over, but which Linux should I use? I've got the RedHat 7.1 (2 cd set) , but that doesn't seem to work with the late

[PHP-INST] php begginer

2002-01-31 Thread Laura Silveira Mastella
I´m trying to install PHP 4.1.1 and Apache 1.3.23 in Win2000. (PHP as a server module). Apache is working, I can see my index.html when I open http://localhost on the browser, but the PHP code is not being interpreted, the web server don´t send the script to PHP for interpretation. :( Any sugges

Fw: Re: [PHP-INST] Apache/PHP configuration question

2002-01-31 Thread Pierre-Alain Joye
Begin forwarded message: Date: Thu, 31 Jan 2002 19:22:35 +0100 From: Pierre-Alain Joye <[EMAIL PROTECTED]> To: Randy Arabie <[EMAIL PROTECTED]> Subject: Re: [PHP-INST] Apache/PHP configuration question On Thu, 31 Jan 2002 11:14:52 -0700 (MST) Randy Arabie <[EMAIL PROTECTED]> wrote: > On Thu,

Re: [PHP-INST] Apache/PHP configuration question

2002-01-31 Thread Randy Arabie
On Thu, 31 Jan 2002, Terry Poperszky wrote: > I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2 > Linux box. I followed the Apache Module Quick installation instruction found > in the PHP manual, and seem to be having a bit of a problem. My goal is to > install WebCalend

[PHP-INST] Re: Linux +Xitami + PHP4.1.1

2002-01-31 Thread Mike Frazer
>From the manual (at least the downloadable CHM file)...note that these are Windows instructions but the server probably works in a similar manner on Linux...at least it's a start: Servers-Xitami This section contains notes and hints specific to Xitami. Xitami for Windows This list describes ho

[PHP-INST] Re: Newby -- Browser won't run php

2002-01-31 Thread Mike Frazer
Are you looking for rather than ? Also, make absolutely certain you have the correct line in your httpd.conf. It varies depending on whether you installed the dynamic or the static module. Check the INSTALL file for details. Mike Frazer "Dan Campbell" <[EMAIL PROTECTED]> wrote in message [EM

[PHP-INST] PHP 4.1.1 Dynamic Module on Redhat 7

2002-01-31 Thread Mike Frazer
Okay, I finally decided to upgrade to 4.1.1. I did a double compile, one for the binary and one for the dynamic module (seen this done a few times). I followed the steps in the INSTALL file *exactly*, restarted Apache, but the version is still reporting as 4.0.1, not 4.1.1. I checked the date on

php-install Digest 31 Jan 2002 16:48:18 -0000 Issue 677

2002-01-31 Thread php-install-digest-help
php-install Digest 31 Jan 2002 16:48:18 - Issue 677 Topics (messages 5852 through 5862): Apache/PHP on AIX 5852 by: J S Newby -- Browser won't run php 5853 by: Dan Campbell 5854 by: Rosser, Chris 5855 by: Dan Campbell iplanet experiences php_value 5

[PHP-INST] Apache/PHP configuration question

2002-01-31 Thread Terry Poperszky
I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2 Linux box. I followed the Apache Module Quick installation instruction found in the PHP manual, and seem to be having a bit of a problem. My goal is to install WebCalendar-0.9.34, which currently resides in the /usr/local/

[PHP-INST] php4.1.1, apache1.3.19, with mysql and imap support

2002-01-31 Thread Ben Cross
Here's how I installed php4.1.1 with mysql and imap support for apache 1.3.19. I hope it help you. I used: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-imap --with-kerberos --with-imap-ssl and it worked fine but i got this error during make: /usr/bin/ld: cannot fi

Re: [PHP-INST] Does an EASY php install exist?

2002-01-31 Thread Matt
Look here: http://www.explodingnet.com/articles/latest/7/ From: "Dan Campbell" <[EMAIL PROTECTED]> Subject: [PHP-INST] Does an EASY php install exist? > Does anybody know of a program that will install Linux, PHP, mysql, and > apache all at one time nice and easy? -- PHP Install Mailing Lis

Re: [PHP-INST] Does an EASY php install exist?

2002-01-31 Thread David Jackson
NuSphere I believe. Also Check http://freshmeat.net It used to be easy, but something changes. Dan Campbell wrote: > > Does anybody know of a program that will install Linux, PHP, mysql, and > apache all at one time nice and easy? > I've been fussin with this thing for weks. I'm weiry and ti

Fw: Re: [PHP-INST] iplanet experiences php_value

2002-01-31 Thread Pierre-Alain Joye
Begin forwarded message: Date: Thu, 31 Jan 2002 13:55:16 +0100 From: Pierre-Alain Joye <[EMAIL PROTECTED]> To: Peter Francq <[EMAIL PROTECTED]> Subject: Re: [PHP-INST] iplanet experiences php_value On Thu, 31 Jan 2002 13:29:32 +0100 Peter Francq <[EMAIL PROTECTED]> wrote: > > HI, > a quic

[PHP-INST] Does an EASY php install exist?

2002-01-31 Thread Dan Campbell
Does anybody know of a program that will install Linux, PHP, mysql, and apache all at one time nice and easy? I've been fussin with this thing for weks. I'm weiry and tired and burnt out . . . I love free code idea, but getting it to work is something else. -- PHP Install Mailing List (htt

[PHP-INST] iplanet experiences php_value

2002-01-31 Thread Pierre-Alain Joye
Hello, Have to configure a iplanet server with php. PHP already installed and seems to work. The server owner would not change any configuration to make it more standart :(. So I have to set some php env variables. I need to set the auto_prepend and include_path, anyone knows if that will work

Re: [PHP-INST] Newby -- Browser won't run php

2002-01-31 Thread Dan Campbell
thank you for the advise. after changing it, when i open the file in my browser, I get the Save As dialog box, with my /home/Dan/*.php as my filter. and do_download.php phpinfo.php in the files box on the right side of the dialong box. I chose okay to Selection box on bottom reading /home/Dan/phpi

RE: [PHP-INST] Newby -- Browser won't run php

2002-01-31 Thread Rosser, Chris
Dan, The 'script' you'll need is: not . /Chris > -Original Message- > From: Dan Campbell [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 10:14 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Newby -- Browser won't run php > > Damn, this is hard. I'm running Linux

[PHP-INST] Newby -- Browser won't run php

2002-01-31 Thread Dan Campbell
Damn, this is hard. I'm running Linux 7.1, apache_1.3.19 , php-4.1.1. Everything seems to have been installed fine, without a hitch, but I still can't get my browser to recognise a php page called phpinfo.php with the following script like it should. all the configure , make , and make files dire

[PHP-INST] Apache/PHP on AIX

2002-01-31 Thread J S
Hi, Sorry this is a bit long but I'm at a loss. I'm trying to build apache-1.3.22 with modssl/modperl and (dynamic) php on AIX4.3.3.0 using VAC 5.0.0.2. Everything works fine until I uncomment LoadModule libphp4.so in httpd.conf, then apache won't start. I've tried php4.0.6, php4.1.1 and lates