[PHP-INST] installing PHP 4.3.2 on Debian Potato

2003-08-14 Thread Michael Taekema
Hello. I am fairly new at linux but am learning fast. Here is my problem. Specs on box: 166 MHz Dell tower Debian Potato 2.2.7 Apache 1.3.28 I am trying to install PHP 4.3.2 on this machine and to work with apache. However the PHP site has nothing for info under their docs section. It just says

Re: [PHP-INST] installing PHP 4.3.2 on Debian Potato

2003-08-08 Thread Bertrand PERRINE
Upgrade to debian 3.0r1 to have libraries uptodate for php 4.3.2 and compile php 4.3.2 for your system. (if you are learning fast, try to repackage php, it's not so hard) You may find some unoffical package at http://apt-get .org. B. Michael Taekema wrote: Hello. I am fairly new at linux but

Re: [PHP-INST] Installing PHP on LINUX with options other than standard

2003-07-13 Thread . ma
hi there are many tutorials out there how to compile PHP under linux. to use these extensions you first have to install them on your computer. eg you have to install the gdlib for gd-support, the zlib for tlib-support, oracle-drivers for oci8-support and so on. just take a look at http://at.p

[PHP-INST] Installing PHP on LINUX with options other than standard

2003-07-13 Thread Jack van Zanen
Hi, Newbie to LINNUX and never compiled source code yet. Can somebody give me the step by step instructions on how to make/compile PHP on LINUX (or sent me URL where to find such) On my windows I have the following dll's included: php_gd.dll php_oci8.dll php_sockets.dll php_zlib.dll And that s

[PHP-INST] Installing php with image manipulation support

2003-07-08 Thread Dan North
Hi folks I am trying to install php 5 (mind you I get the same problem with 4.3.2) with GD2 support for image manipulation. I am running Debian 3 with Apache2 and the GD2libs from debian. Whenever we try to call for any image functions, we get a blank page returned. (in some cases the html headers

[PHP-INST] installing php-mysql

2003-06-24 Thread Michael
I am using RH9 and have successfully installed php-4.2.2-17 via rpm (i386). I am now trying to install php-mysql-4.2.2-17 and it comes up with a failed dependency - libmysqlclient.so.10 is needed. I have libmysqlclient.so.12 which I assume is installed with php. Why is it that it doesn't recognize

[PHP-INST] installing php with xml support (php 4.3.3rc1 & php5)

2003-06-23 Thread Yann Larivee
Hi, i installed zlib,libiconv,libxml (seems to work),expat,sablotron,mysql,php But PHP (4.3.3 RC1) and PHP5 always return me this message Plese reinstall libxml >= 2.4.14 But i did install 2.5.7 One thing that bug me is that warnng message that i got will compiling libxml "libxml 2.5.7 compar

Re: [PHP-INST] Installing PHP on Apache 2 with Win2k

2003-02-15 Thread firepages
I would suggest you grab 2.0.44 as its much stabler than .43 on win32 ... regardless.. there is nothing wrong with your LoadModule line assuming the path is correct try sticking a copy of php.exe and php4ts.dll into your /sapi folder Regards, Simon <[EMAIL PROTECTED]> wrote in message [EMAIL PR

[PHP-INST] Installing PHP on Apache 2 with Win2k

2003-02-13 Thread Tramelw
Hello Everyone, I am running Apache 2.0.43 on Windows 2000 Professional, and attempting to run a PHP 4.2.3 installation. I attempted to add the following three lines of code to my httpd.conf as stated in my php tutorial book: LoadModule php4_module c:/php/sapi/php4apache2.dll AddType applicat

[PHP-INST] Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No suchfile or directory

2003-02-04 Thread Atif Jakupovic
Hi all, I have a hard time to install the php-4.2.1 on Solaris 8 machine. When I type make I get this message below: zend.h:55:19: unix.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `zend_language_parser.lo' Current working directory /apps/php-4.2.1/Ze

[PHP-INST] Installing PHP 4.3, Apache 1.3.27 on Windows 2000 Pro

2003-01-17 Thread Jamey Maze
Apache works without PHP, but when I try to start it with PHP as a server module, it says: Can't locate API module structure 'php_module' in file c:/php/sapi/php4apache.dll: (127) The specified procedure could not be found I've studied the archives and tried various things, but no luck. I remo

[PHP-INST] Installing PHP 4.3.0 and Apache 2.0.43

2003-01-09 Thread Phil Marcelino
I give up. I've been trying to get PHP installed as a module with Apache 2.0.43. I want to install it on my laptop strickly for development purposes. Here's what I'm doing: The actors: RedHat 7.3 PHP-4.3.0 Apache-2.0.43 The Stage: HP OmniBook XE3 800MHz and some other stuff. The scenario: I in

[PHP-INST] Installing php on AIX (4.3.3)

2003-01-02 Thread Kirt Thomas
In mid-December I asked about installing php on an AIX system, I was having trouble when I got to the 'make install' command, essentially the libphp4.so was not being created in the ./libs directory of the php install source, and the 'make install' was failing because it couldn't copy this into

Re: [PHP-INST] installing php on redhat

2003-01-02 Thread Jaleen Liu
In RedHat 8.0, you can use RPM to remove the PHP coming with it. Then download the PHP source, configure ti with something like: ./configure --with-apxs2=/path/to/apxs --prefix=/path/to/php make make install Then restart Apache. It will warn you that php module has already been loaded and skip. J

[PHP-INST] installing php on redhat

2003-01-01 Thread M A
hi, well, i downloaded PHP 4.2 and i am using redhat 8.0. my question is how could i remove "uninstall" the php that came with the redhat? and when i install php again where should i install it to "path"? and would my httpd recognize it or do i have to change something in httpd.conf? Thanks

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-16 Thread Kirt Thomas
I tried this and end with the same results, is it the shtool that creates the libphp4.so in the libs directory? It seems like it's not getting created there, and so can't be copied ? At 04:33 PM 12/13/2002 -0700, Jim Thome wrote: It appears like the extension for shared libraries on AIX is .a (

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Jim Thome
It appears like the extension for shared libraries on AIX is .a (depends on your version of AIX; the new linker in AIX release 4.2.1 is .so). To hack the apxs... On line 116 of the apxs script in Apache 1.3.26: Change: my $dso_ext = "so"; To: my $dso_ext = "a"; On line 381: Change: $d =~ s|\.s

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
As far as I can tell it's .so - what would I change in the apxs script from so to sl, if it does turn out that it's sl? At 03:04 PM 12/13/2002 -0700, Jim Thome wrote: What suffix does AIX use for shared libaries? .sl or .so? If it's something other than .so, you will have to hack your apxs scr

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Jim Thome
What suffix does AIX use for shared libaries? .sl or .so? If it's something other than .so, you will have to hack your apxs script to change it to whatever your system needs. (Just search apxs for .so; it is only in two places in newer apxs scripts). After changing your apxs script, run mak

[PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
I'm trying to install php on an AIX server. I use the folling configure command: configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/u01/app/oracle/product/8.1.6 --prefix=/usr/local/apache Which works. Then I run a make, and that also completes. But when I run a 'make install' I

[PHP-INST] Installing PHP and MYSQL

2002-12-08 Thread yoyo
I'm new to the Linux world and was wondering if someone could provide me with a step by step walkthrough for installing PHP and MYSQL. I have a RedHat 8.0 system running and apache is working great. Thank you. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-INST] installing PHP 4.2.3 with IMAP

2002-11-08 Thread Rob Millerd
Hi, I've been trying to install PHP 4.2.3 with IMAP and some other options and for some reason IMAP will not install. Configure works fine, make works fine, make install works fine, No fatal errors anywhere. but then when I run phpinfo() there is no IMAP section. I'm trying to build on RedHat 7

Re: [PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3apache 1.3.26

2002-09-23 Thread Jim Thome
Remove the switch --with-apxs and recompile to get the PHP binary. >>> "GoodnGo.de (R) Zentrale" <[EMAIL PROTECTED]> 09/23/02 06:30AM >>> Hello Master of PhP, I am a perl hacker, so don t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apac

[PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3 apache 1.3.26

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Master of PhP, I am a perl hacker, so don´t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apache 1.3.23 and downloaded php-4.1.2-7.3.4.src.rpm for compiling of a php 4.1.2 kernel source. After compiling php with the flags: ./config

[PHP-INST] Installing PHP as a CGI Interpreter RedHat7.3 apache 1.3.26

2002-09-23 Thread GoodnGo.de \(R\) Zentrale
Hello Master of PhP, I am a perl hacker, so don´t yell on me. I want to run php scripts and install PHP as a CGI Interpreter. I am running RedHat 7.3, apache 1.3.23 and downloaded php-4.1.2-7.3.4.src.rpm for compiling of a php 4.1.2 kernel source. After compiling php with the flags: ./config

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
What are the latest known to be working versions of gd and libpng which one should compile php 4.2.3 with ? (so far tried gd 1.8.4 / 2.0.1 and libpng 2.1.4 / 1.0.14 - aways fails on imagecreatefrompng) thx dave David Herring wrote: > > Done some investigation. > > If you remove the "

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Done some investigation. If you remove the " --enable-debug "" from the configure line below it will build and install okay. But then I hit the problem that I hoped 4.2.3 would address - ImageCreateFromPNG get a segV ever time I call it. Any ideas on this ? Thanks Dave David Herring wr

Re: [PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined_zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
I get the same error with apache 2.0.40... so what's wrong with my php compile ?? Under Suse 8.0 with the following config options:- ./configure --enable-debug \ --with-mysql=/usr/local/mysql \ --with-gd=/usr/local/gd-1.8.4 \ --with-png-dir=/usr/lib \

[PHP-INST] Installing PHP as a module of Apache 1.3.26 - undefined _zval_ptr_dtor_wrapper

2002-09-09 Thread David Herring
Installing PHP 4.2.3 under apache 1.3.26 gibes me the following error when trying to start apache:- # /usr/local/apache/bin/apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/li

Re: [PHP-INST] Installing PHP as a module of Apache 1.3

2002-09-09 Thread Jeanne Case
In case no one has replied, They mean where you installed Apache from, not where you are installing Apache to. This is assuming you are also installing Apache from source and compiling it yourself. The php installs a directory under the apache source tree with the php module in it. When you com

[PHP-INST] Installing PHP as a module of Apache 1.3

2002-09-07 Thread Jimmy Chau
"http://www.php.net/manual/en/print/faq.build.php#faq.build.Apache"; says: Compile PHP by first running ./configure --with-apache=//apache-1.3 (substitute for the actual path to your apache-1.3 directory. does this mean the directory of the PHP source, future binary, or the data for the web p

[PHP-INST] installing PHP 4.2.2 with Apache 1.3.3.2

2002-09-04 Thread Pascal Gervais
OS AIX 4.3 when I make I get the following error. Any help would be greatly appreciated. Making all in apache /bin/sh /usr/local/php-4.2.2/libtool --silent --mode=compile cc -I. -I/usr/local/php-4.2.2/sapi/apache -I/usr/local/php-4.2.2/main -I/us r/local/php-4.2.2 -I/usr/lpp/HTTPServer/

[PHP-INST] Installing PHP 4.2.2 on MacOS X

2002-08-25 Thread Dan McCullough
I keep getting an error on my MacOS X server. I have Apache 2.0 and MySQL installed without a problem. I get to the end of running the installer and it says there is an error. Making this problem worse is the error message flashes to fast to actually see what it is, and there is no log file.

[PHP-INST] Installing PHP on Win XP

2002-08-12 Thread Jocke
How do I do it? Anybody that knows about a windows manual? The ones I can find are for Unix / Linux only. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

re: [PHP-INST] Installing PHP on Windows XP Home and Apache

2002-08-12 Thread Robert Walkama
t; To: <[EMAIL PROTECTED]> > Sent: Monday, August 12, 2002 5:11 PM > Subject: [PHP-INST] Installing PHP on Windows XP Home and Apache > > > Hi, > > I have followed the instructions in install.txt that came with the PHP files > which can also be found here... > htt

[PHP-INST] Installing PHP on Windows XP Home and Apache

2002-08-12 Thread David Lees
Hi, I have followed the instructions in install.txt that came with the PHP files which can also be found here... http://www.php.net/manual/en/installation.php but when I try to view an .php page I only get the html parts of it. There is no error message at all, its just that the bits inbetwee

Re: Re: [PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
Disregard my last message, it's done now. he he. Thank you very much Ryan - Original Message - From: "Ryan Adorable" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 04, 2002 4:53 PM Subject: Re: Re: [PHP-INST] Installing php 4.2.2 with apa

Re: Re: [PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
I got this new error: make[1]: Entering directory `/usr/www/php-4.2.2' /bin/sh /usr/www/php-4.2.2/libtool --silent --mode=link gcc -I. -I/usr/www/php-4.2.2/ -I/usr/www/php-4.2.2/main -I/usr/www/php-4.2.2 -I/usr/www/include -I/usr/www/php-4.2.2/Zend -I/usr/www/imap-2002.RC2/c-client -I/usr/db/

Re: [PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Georgy Goshin
Hi, In file "" change macro name to AP_MODULE_MAGIC_AT_LEAST This should be done because Apache developers have changed this name in version .39. Georgy. Quoting Ryan Adorable <[EMAIL PROTECTED]>: > Hi, > >I got this configure line: > > > > > ./configure --with-apxs2=/usr/www/bin/ap

[PHP-INST] Installing php 4.2.2 with apache 2.0.39

2002-08-04 Thread Ryan Adorable
Hi, I got this configure line: ./configure --with-apxs2=/usr/www/bin/apxs --with-imap=/usr/www/imap --with- mysql=/usr/db --with-gettext --with-zlib Now when I issue the make command, I got this error: /bin/sh /usr/www/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/usr/www/ph

[PHP-INST] installing php-4.2.1 with apache 2.0.39

2002-07-24 Thread Essell
Hi, I've installed apache 2.0.39 on a Redhat 7.2 box. i've 'enabled-so' while installing. Now i'm trying to install php, make is throwing up this error : "php_functions.c:93:27: missing binary operator before '!' " Can someone tell me why this is happening ? I used this line to configure php .. .

[PHP-INST] Installing php-4.2.1 on Solaris 8 -

2002-07-04 Thread Atif_Jakupovic
I'm in a process of installing php-4.2.1 on my Solaris 8 UNIX server. I have Apache 1.3.26 installed as well. First I run ./configure script: ./configure -with-oci8=$ORACLE_HOME/bin -with-apache=/myapps/apache_1.3.26 -enable-track-vars When I run make I get 'make: Fatal error: Command

Re: [PHP-INST] installing php

2002-06-30 Thread Chris Hewitt
Carlos, You will need to tell us exactly how it is not working. What error messages, what platform. I think php support for apache 2 is still experimental (though some people have it working) so I assume you really need apache 2 and not 1.3.x HTH Chris carlos silva wrote: >I have a problem!

[PHP-INST] installing php

2002-06-30 Thread carlos silva
I have a problem! I cant make work PHP with Apache . php is : php 4.2.1 apache is :Apache 2.0.3 and MYSQL is :MYSQL-MAX- 3.2 I need some help , i need to know how install PHP to make work with apache . best regards

Re: [PHP-INST] installing PHP as mod_php on Apache 2.0.39

2002-06-25 Thread B. PERRINE
The option to use is : --with-apxs2=/path/to/apxs B. Le lun 24/06/2002 à 10:57, Dapid Candra a écrit : > Hello, > > I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure > PHP to run as mod_php. > > Is anyone have a step-by-step installation documentation on this? I tried

[PHP-INST] installing PHP as mod_php on Apache 2.0.39

2002-06-24 Thread Dapid Candra
Hello, I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure PHP to run as mod_php. Is anyone have a step-by-step installation documentation on this? I tried ./configure PHP using --with-apache, but I received 'configure: error: --with-apache does not work with Apache 2.x!'

[PHP-INST] Installing PHP 4.2.1 ISAPI on Windows 2000 Advanced Server - NoExtensions

2002-05-31 Thread Michael Haggerty
I am running into some problems trying to install PHP 4.2.1 ISAPI version on Windows 2000 Advanced Server w/ SP2. I can get the base install working just fine, but when I try to load an extension (any externsion), I start getting 500 errors and the occasionally the following: "Invalid access to m

Re[2]: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Julie Meloni
NC> Actually all of the stuff on that page is for Apache 1.3.x (or so it NC> appears). I need it for the new Apache 2.x. Yeah, well, I tend to write tutorials for non-experimental things. :) - Julie --> Julie Meloni --> [EMAIL PROTECTED] --> www.thickbook.com Find "Sams Teach Yourself MySQL

Re: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
Actually all of the stuff on that page is for Apache 1.3.x (or so it appears). I need it for the new Apache 2.x. -Nick Julie Meloni wrote: > NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user, > NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, >

Re[2]: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Julie Meloni
NC> Well, this is okay - if you're a windoze user. I'm not a Windoze user, NC> I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, NC> anyway! Actually, this link: http://thickbook.com/extra/index.html?t=in Contains a tutorial called "Setup and Install Apache with PHP 4.2.1 as

Re: [PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
Well, this is okay - if you're a windoze user. I'm not a Windoze user, I'm running RedHat Linux 7.2, so it doesn't do me much good. Thanks, anyway! --Nick toby - wrote: > someone mailed me this link few days bak ... > worked fo me > hope it works fo u too . > > http://thickbook.com/e

[PHP-INST] Installing PHP with Apache 2.x

2002-05-30 Thread Nick Couchman
I'm wondering if someone can help me compile PHP and then Apache with PHP support. I used the --with-apxs2 option when configuring PHP, but I'm a little bit lost after that point. Thanks! --Nick -- You can't make a difference until you are willing to be different. -- PHP Install Mailing Li

AW: [PHP-INST] Installing PHP with Apache and Sybase on Linux

2002-05-20 Thread Stefan Siefert
.. which Sybase Database System would you like to connect to ... Sybase ASA or the big on Sybase ASE? Greetings, Stefan Siefert -Ursprüngliche Nachricht- Von: Vivek Kumar Agrawal [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 20. Mai 2002 09:20 An: PHP Install Betreff: [PHP-INST] Installing PHP

[PHP-INST] Installing PHP with Apache and Sybase on Linux

2002-05-20 Thread Vivek Kumar Agrawal
Hi All, Can somebody tell me how to install PHP with Apache and Sybase on Suse linux. It would be great help for me. Regards, Vivek -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] installing php under linux

2002-05-18 Thread Austin Gonyou
./configure --with-mysql --with-apxs=/path/to/apxs(unless it's installed globally. ie /usr/bin/apxs) On Sat, 2002-05-18 at 13:51, Erik wrote: > hi, > > when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i > already > added > > AddType appalication/x-httpd-php .php to httpd.conf

[PHP-INST] installing php under linux

2002-05-18 Thread Erik
hi, when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i already added AddType appalication/x-httpd-php .php to httpd.conf but php doesn't work correctly ./configure --with-mysql i would like php as apache module (it works beter) is there a linux "guru" around who can explain thi

Re: [PHP-INST] Installing PHP 4.20 on RedHat 7.1 for use with Apache

2002-05-12 Thread Chris Hewitt
Rodney, If its the same as prevous versions, its the file called INSTALL in the top level of the source directory. HTH Chris Rodney S. Foley wrote: >Can someone help me. > >I have been looking for a walk through/tutorial to help me get PHP 4.20 >setup on my linux box running RH71. I setup PH

[PHP-INST] Installing PHP 4.20 on RedHat 7.1 for use with Apache

2002-05-11 Thread Rodney S. Foley
Can someone help me. I have been looking for a walk through/tutorial to help me get PHP 4.20 setup on my linux box running RH71. I setup PHP on my NT Box with out any issues but I was able to get the binaries from php.net. Php.net does not have binaries for linux. Just the source code. I was

[PHP-INST] Installing PHP 4.2.0 with Apache 2.0.36

2002-05-09 Thread Sergio Cinos
Hello, I'm trying to install PHP 4.2.0 with Apache 2.0.36 as a DSO. I'm using "--with-apxs2=/route/to/apache2/bin/apxs" when I compile PHP, but when Then, I load the module into Apache. And when I try to start Apache, it dies instantly, and the logs remains empty ! Can anyone help me? -- Sergi

[PHP-INST] Installing PHP for command-line use

2002-04-22 Thread webmaster
Hi all, working with my website I have ofund it would be practical to be able to run PHP from the command-line. This would be nice when it comes to writing "at"-jobs etc, where now I have to use PERL. It would be so much easier to do that kind of work if I could just write it in PHP. I have he

Re: [PHP-INST] Installing PHP on Win98 with PWS

2002-03-29 Thread Philip J. Newman
- Original Message - From: "Brett Moyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 4:56 PM Subject: [PHP-INST] Installing PHP on Win98 with PWS > Can anyone help I followed all inst. in the books I have and in the dl > docu

[PHP-INST] Installing PHP on Win98 with PWS

2002-03-29 Thread Brett Moyer
Can anyone help I followed all inst. in the books I have and in the dl documents that came with Php but when I try a page it bombs Brett Moyer 407-851-7913 [EMAIL PROTECTED]

AW: [PHP-INST] installing php-4.1.1 problem

2002-02-17 Thread Nico Haase
Hi Mindaugas, > i've got a problem configuring php-4.1.1 on my pc with win98. > i've installed > apache server already and as it's very strange, i can not find any *.dll > files > on my c:/php/ directory. does anybody know how to configure and end-up > installin' php-4 succesfully? The dlls are

[PHP-INST] installing php-4.1.1 problem

2002-02-17 Thread mindaugas gilaitis
hello i've got a problem configuring php-4.1.1 on my pc with win98. i've installed apache server already and as it's very strange, i can not find any *.dll files on my c:/php/ directory. does anybody know how to configure and end-up installin' php-4 succesfully? tanks mg -- PHP Install Maili

[PHP-INST] Installing PHP on Novell NetWare 6 Server

2002-01-10 Thread Marc Gervais
I need to know how to install PHP on Novell NetWare 6 with Apache. The appache server is already installed but how can I compile PHP on NetWare for Apache ? You can reply to by e-mail ([EMAIL PROTECTED]) or in this group. Thank for help. -- PHP Install Mailing List (http://www.php.net/) To unsu

RE: [PHP-INST] Installing PHP/Apache on Win2000

2002-01-05 Thread S Chouinard
I haven't modified the lmhosts file. I am running a local network using TCP/IP. Got Apache intro page to show up in the browser, no problem there. But PHP files not working. Does the install have to be to the OS directory? > I had this problem on my PC after I modified the lmhosts file. > Now I

Re: [PHP-INST] Installing PHP/Apache on Win2000

2002-01-05 Thread David Callaghan
I had this problem on my PC after I modified the lmhosts file. Now I just 127.0.0.1 and it works just fine. >Hi, > >I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1. > >MySQL and Apache are running just fine. However, I can't seem to get PHP >scripts to work on "localh

[PHP-INST] Installing PHP/Apache on Win2000

2002-01-04 Thread S Chouinard
Hi, I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1. MySQL and Apache are running just fine. However, I can't seem to get PHP scripts to work on "localhost" even though I've made the appropriate edits to the httpd.conf file as specified in the installation instruction

Re: [PHP-INST] Installing PHP on Linux

2001-12-30 Thread B. van Ouwerkerk
> Then I reinstalled PHP, and then it didn't work then either! >What could possibly be the problem? Any one know how to install it >correctly? You need to install MySQL then PHP and then Apache. Take a look at www.devshed.com click serverside and look for an article about installing those to

[PHP-INST] Installing PHP on Linux

2001-12-30 Thread Ronny-André Bendiksen
Hi I got a "problem". I've got an older i586 machine which I am running Red Hat Linux 6.2 on (nothing better doesn't work). Yesterday, I installed Apache, MySQL and so on (the machine is going to run as an webserver). And then I installed PHP 4.1.1. I ran Apache, and tested it out. Then it only v

[PHP-INST] Installing PHP 4.0.1 on Solaris 8

2001-12-28 Thread Ignacio Sosa
> Well, I am trying to install PHP4 in a Sun Sparc with Solaris 8 > > 1) I unpacked the source files of php4 and there wasn't the "setup" file! > Where could I find it? > > 2) I tried with > "./configure --prefix=/export/home/php --with-apache=/usr/local --with-mysql >-

[PHP-INST] Installing PHP

2001-12-18 Thread Chris
I really have no idea where to start, and am looking for someone that knows exactly what they are doing to install PHP on one of my servers. Does anyone have an idea where I could go to find someone to do this for me, as I just don't have the time to screw around with it. Thanks Chris -- PHP

[PHP-INST] Installing PHP to find SMTP server ...

2001-12-15 Thread Robert Dyke
Hi: Newbie here. I'm getting ready to do a custom install of PHP on a Pair Networks FreeBSD server. I've never done a Unix/Linux install before, so I'm confused about something. How do we tell PHP which SMTP server to use? For Windows systems, it tells you to put an entry in the php.ini file.

[PHP-INST] Installing PHP on Linux Red Hat

2001-10-11 Thread Julius Barber (La Prensa)
Hello to all, I would like to know where can I get a step by step instalation process for the php under linux red hat 7.0 I am having problems installing it I have tried several things and nothing. Juba -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

[PHP-INST] Installing PHP on a Gateway Microserver

2001-10-10 Thread Stephen Holland
Can someone help me with how I would install PHP on a Gateway microserver. I am led to believe that the microserver is a rebadge of the Cobalt Cube 2. Gateway are no longer present in Australia and their Technical support folk have no idea (Australian). Many thanks Stephen -- PHP Install Ma

[PHP-INST] Installing PHP-4.0.6 on AIX 4.3.3 using gcc

2001-09-17 Thread Jason Ellison
Hello all, I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document posted to this list on 05.08.2001 (life saver) and would like to repost it with some corrections. The corrections may be obvious to some but it kept me up for a *long* time. The problems i found were in step 6 and 7

[PHP-INST] Installing PHP-4.0.6 on AIX 4.3.3 using gcc

2001-09-17 Thread Jason Ellison
Hello all, I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document posted to this list on 05.08.2001 and would like to repost it with some corrections. The corrections may be obvious to some but it kept me up for a *long* time. The problems i found were in step 6 and 7 . \${wl} -bI:

[PHP-INST] Installing PHP under Win98

2001-09-02 Thread Andy Eagle
Hi folks, I'm trying to install php (php406-installer.exe) under a German version of Win98 and PWS. The exe prog was supposed to do everything automatic. When I tried to run a php file in MSexplorer I got an Error 404 Message (In German - My translation) 403.1 Forbidden performance access forbid

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-28 Thread Almagedon
Hi again... THAT'S FOR SOMEBODY THAT HAS MY PROBLEM... The file i mentioned in my last post, is an Apache-MySQL-PHP combo that includes phpMyAdmin (everything is configured and it works... even in NT) The problem (It seems only happens in NT) is the next: in the httpd.conf file you need to set

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Almagedon
ThanX for your help, Phill I resolved it ;) It seems that it's some wrong with NT and PHP (I've talked with another person that had the same problem)... If someone has this problem, you can make it work downloadin PHPTriad, available in www.phpgeek.com ThanX again, Phill... It's working aLmA

Re: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Phil Driscoll
On Thursday 26 July 2001 22:30, aLmAgEdOn wrote: > when i run php hola.php, it shows the right lines, but when i run it with > my browser, it gives a 500 error... an in the error log, appear these > lines: > > [Thu Jul 26 11:10:17 2001] [error] [client 127.0.0.1] > c:/servers/server1/php/hola.php

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-26 Thread aLmAgEdOn
really thanks for your help... I did what you said... my httpd.conf has now these lines (may i have an incorrect apache version? i've got 1.3 and php asks for 1.3.x): ScriptAlias /php/ "C:/servers/server1/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" w

Re: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-25 Thread Phil Driscoll
On Thursday 26 July 2001 02:15, aLmAgEdOn wrote: > Hi everyone... > > I'm really a newbie in PHP. I've got Perl running in Apache (NT 4, > workstation), and i want to install PHP 4 (binary) too. > > These are the lines i added to httpd.conf > > ScriptAlias /php/ "C:/servers/server1/php/" > AddType

[PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-25 Thread aLmAgEdOn
Hi everyone... I'm really a newbie in PHP. I've got Perl running in Apache (NT 4, workstation), and i want to install PHP 4 (binary) too. These are the lines i added to httpd.conf ScriptAlias /php/ "C:/servers/server1/php/" AddType application/x-httpd-php .php LoadModule php4_module c:/php/sapi

[PHP-INST] Installing php-4.0.6 as a CGI Interpreter, But getting 500 errors

2001-07-20 Thread Ryan C. Creasey
I'm on a box that already has php installed as an Apache mod, but it's lacking the compile options that I desire. So, I can't recompile the module, i have to make my own local version of php with the options i want. Well, to just start out, I thought that I would just do a normal install, with de

Re: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K

2001-07-10 Thread David Zinzius
> hm, did you (in ISAPI) enter php.exe %s %s ? Cause if you do not so (e.g. > only php.exe) this could be the reason for this error ... :-) Hmm i tried entering as CGI [PATH]\php.exe %s %s then I got the CGI Error In ISAPI I tried it now with [PATH]\php4isapi.dll %s %s now I get the error me

AW: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K

2001-07-10 Thread Stefan Siefert
] Betreff: [PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K Hi, I have a small problem with my installation. If I install PHP as CGI Skript like the install.txt I always get the cgi application misbehaved by not returning a full set of http headers, the headers it did not return are: If I install it

[PHP-INST] Installing PHP 4.0.6 on IIS5 under W2K

2001-07-10 Thread David Zinzius
Hi, I have a small problem with my installation. If I install PHP as CGI Skript like the install.txt I always get the cgi application misbehaved by not returning a full set of http headers, the headers it did not return are: If I install it with ISAPI I always get: Warning: Failed opening 'C:\

Re: [PHP-INST] Installing PHP 4.0 on Windows 2000

2001-04-19 Thread Peter Mosinskis
- Original Message - >From: "Peter Mosinskis" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Wednesday, April 18, 2001 4:25 PM >Subject: Re: [PHP-INST] Installing PHP 4.0 on Windows 2000 &

Re: [PHP-INST] Installing PHP 4.0 on Windows 2000

2001-04-18 Thread Peter Mosinskis
d by not returning a complete set of HTTP headers. The headers it did return are" Any ideas? --Peter >List: php-install >Subject: Re: [PHP-INST] Installing PHP 4.0 on Windows 2000 >From: "Michael C" <[EMAIL PROTECTED]> >Date: 2001-04-18 2:53:48 >[

Re: [PHP-INST] Installing PHP 4.0 on Windows 2000

2001-04-17 Thread Michael C
Ricardo: I just downloaded and installed PHP on Windows 2000 with IIS 5.0. It works great! Here is the URL: http://www.php.net/manual/en/install-windows.php Let me know if that helps Thanks Mike ""Ricardo Granja"" <[EMAIL PROTECTED]> wrote in message 9bitbp$t4c$[EMAIL PROTECTED]">news:9bit

[PHP-INST] Installing PHP 4.0 on Windows 2000

2001-04-17 Thread Ricardo Granja
I need to know all the instructions for installing PHP 4 on IIS in Windows 2000. I try the instructions that came with the product but when I try execute a script the browser only display the code of the script: Regards, Ricardo Granja [EMAIL PROTECTED] -- PHP Install Mailing List (http://

AW: [PHP-INST] Installing PHP as an Apache DSO

2001-04-11 Thread Robert Boehrs
An: [EMAIL PROTECTED] Betreff: [PHP-INST] Installing PHP as an Apache DSO I'm trying to Installing PHP as an Apache DSO. To install Apache I'm runing: ./configure --prefix=/www --enable-module=so make make install After this I'm going to install PHP 4 with this commands ./configu

[PHP-INST] Installing PHP as an Apache DSO

2001-04-11 Thread sousa . hugo
I'm trying to Installing PHP as an Apache DSO. To install Apache I'm runing: ./configure --prefix=/www --enable-module=so make make install After this I'm going to install PHP 4 with this commands ./configure --with-apxs=/www and after this command I get the error message: 1. Perl is not ins

[PHP-INST] Installing php-4.0.4pl1, MySQL and using mod_auth_mysql

2001-03-26 Thread Wesley Miles
Hi, I would appreciate any help on this subject as it has been driving me crazy. I have : 1)php-4.0.4pl1 (tar) 2)MySQL (4 rpm's) 3.23.35-1.i386 3)Redhat Linux 6.2 4)Using mod_auth_mysql in the apache httpd.conf I have rpm - i installed MySQL no problem. I then have to use the

Re: [PHP-INST] Installing PHP on PWS

2001-03-15 Thread Ruprecht Helms
>Hi, >... > >Also, if I install PHP, will that cause any problems running ASP still? I don't think so. PHP musst also run in a runable directory of the PWS unter wwwroot. Don't forget the phpinterpreter. I think ASP is handled by PWS itself. Regards, Ruprecht -- PHP Install Mailing List (ht

RE: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle onLinux

2001-03-15 Thread Damien Lièvre
e la part de Jani Taskinen Envoyé : mercredi 14 mars 2001 18:22 À : Damien Lièvre Cc : [EMAIL PROTECTED] Objet : Re: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle onLinux On Wed, 14 Mar 2001, Damien Lièvre wrote: >I've successfully installed PHP4 on Linux, Apache with-apxs,

Re: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle onLinux

2001-03-14 Thread Jani Taskinen
On Wed, 14 Mar 2001, Damien Lièvre wrote: >I've successfully installed PHP4 on Linux, Apache with-apxs, > >I wanted to add support for Oracle , > >I' ve installed Oracle Client (8.1.7), SQL+ works fine, >I've executed : >./configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/home/oracle/

[PHP-INST] installing PHP with-apxs with-oci8 --with-oracle on Linux

2001-03-14 Thread Damien Lièvre
I've successfully installed PHP4 on Linux, Apache with-apxs, I wanted to add support for Oracle , I' ve installed Oracle Client (8.1.7), SQL+ works fine, I've executed : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/home/oracle/ OraHome1 --with-oracle=/home/oracle/OraHome1 make

[PHP-INST] Installing PHP on PWS

2001-03-12 Thread Chris Tifer
Hi, Does anyone have a link handy (or some simple instructions) that shows how to install PHP on a Personal Web Server that's running on a Win98 machine? Also, if I install PHP, will that cause any problems running ASP still? Thanks, Chris Tifer http://www.emailajoke.com -- PHP Install Mai

  1   2   >