php-install Digest 24 May 2001 06:44:10 -0000 Issue 323

2001-05-23 Thread php-install-digest-help
php-install Digest 24 May 2001 06:44:10 - Issue 323 Topics (messages 3265 through 3284): oracle8-functions and freebsd 4.3 3265 by: mac Installation Errors... 3266 by: Chorley, Kevin redhat 7.0 + php4.0.4pl1 = BUG ? any fix ? 3267 by: Vincent Tan Teck How 3

[PHP-INST] PHP+Sybase+iPlanet Problem

2001-05-23 Thread chenfou
When I use PHP(4.0.4pl1)+Sybase ASE(11.9.2)+Apache(1.3.17) on SUN Solaris(2.6) is very perfect. Recently I must replace Apache by iPlanet(4.1).It is no error when i config this setup, but when I make this,I get some error message. (I have installed package:gcc(2.95.2),perl(5.005.03),bison(1.25),au

Re: [PHP-INST] /usr/lib/apache or /usr/local/apache which one is right ?

2001-05-23 Thread John Morine
DId you try the ./configure --with-apache=/usr/local/apache --enable-track-vars (if you are using mysql you would include --with-mysql=/pathc_to_mysql) On Wednesday 23 May 2001 22:51, Smirnov wrote: > Hello all, > > I have a Mandrake 7.2 pc with Apache running fine. > When I install php, i

Re: [PHP-INST] Upgrading & fixing PHP/mysql...

2001-05-23 Thread John Morine
A great step-by-step tutorial is at: http://www.phpdeveloper.org/install1.php On Wednesday 23 May 2001 21:53, Andrew Rowe wrote: > Hi all, this is my first post to this group... > > I'm working on an intranet, (rewriting an old unusable one) and I'm > having > problems with PHP using mysql. I g

Re: [PHP-INST] compiling problem

2001-05-23 Thread John Morine
Thanks, worked great! > > I had the same problem. > I downloaded and installed the "flex" RPM from > http://www.rpmfind.net and after that compiling php worked fine. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP-INST] Upgrading & fixing PHP/mysql...

2001-05-23 Thread Andrew Rowe
Hi all, this is my first post to this group... I'm working on an intranet, (rewriting an old unusable one) and I'm having problems with PHP using mysql. I get an "undefined function mysql_connect()" error when trying to use phpmyadmin. PHP's configure option says: "--with-mysql=shared", "--with-

Re: [PHP-INST] compiling problem

2001-05-23 Thread Smirnov
In article <[EMAIL PROTECTED]>, "John Morine" <[EMAIL PROTECTED]> wrote: > I am compiling PHP4 with MYSQL and Apache (on Linix Mandrake 7.2) when > I do I get the following error: > > (everything is fine until) > checking for flex... lex checking for yywrap in -ll... no checking lex > output fi

[PHP-INST] "php4_module is garbled" <== What does this mean ??

2001-05-23 Thread Smirnov
I have tried two ways of installing php4 on my Mandrake 7.2 Linux box: from an RPM and from the source code at php.net. In both cases ,when I start Apache, I get this error: API Module structure 'php4_module' in file /usr/lib/apache/libphp4.so is garbled - perhaps this is not an Apache modu

[PHP-INST] /usr/lib/apache or /usr/local/apache which one is right ?

2001-05-23 Thread Smirnov
Hello all, I have a Mandrake 7.2 pc with Apache running fine. When I install php, it doesn't place the "libphp4.so" file right. Apache is located in /usr/local/apache. libphp4.so is in : /usr/bin/apache Does this make sense ? Can I get a working php4 configuration like this? Should I man

[PHP-INST] compiling problem

2001-05-23 Thread John Morine
I am compiling PHP4 with MYSQL and Apache (on Linix Mandrake 7.2) when I do I get the following error: (everything is fine until) checking for flex... lex checking for yywrap in -ll... no checking lex output file root... ./configure: lex: command not found configure: error: cannot find output fr

Re: [PHP-INST] php GET and POST failures on Solaris 2.6

2001-05-23 Thread Yasuo Ohgaki
What php.ini are you using? Try to use php.ini-dist. (i.e. cp php.ini-dist php.ini in php source root) Then it should work. The cause is probably register_globals=off in your php.ini. David Wight wrote: > I have compiled php on Solaris 2.6 with Mysql 3.22 using gcc 2.95.2 > configured with t

Re: [PHP-INST] PLEASE HELP !!!

2001-05-23 Thread Yasuo Ohgaki
I guess you are using ISAPI version, right? I suggest to use CGI version for IIS. PHPFAN wrote: > I am running PHP 4.0.5 on Windows 2000 with SQL server databases. > If there is an error with my PHP code, my computer becomes very very slow > and nothing works. The PHP > process is using 99 % of

Re: [PHP-INST] redhat 7.0 + php4.0.4pl1 = BUG ? any fix ?

2001-05-23 Thread Yasuo Ohgaki
Vincent Tan Teck How wrote: > yea... but the problem is i dont see anywhere in the CHANGELOG saying that > the upload function was fixed... so i m not sure wut to do now.. sigh.. i > can't do anything to my redhat cause its a virtual hosting server..and i > have 70 over accounts hosted on it al

[PHP-INST] php4.0.6 with apache 2.0.1.5?

2001-05-23 Thread Unknown007
hi, I've been trying to install php4.0.6 on apache 2.0.1.5 and the problem of detecting apxs persist... when i tried using apache 1.3.2.0, the problem did not occur.. is it becox php is currently not tested on apache 2.0++ yet? thank you regards, James -- PHP Install Mailing List (http:/

Re: [PHP-INST] php4.05, apache 1.3.19, apxs

2001-05-23 Thread Unknown007
hi... i came accross the same problem,... here.. u need to configure ur apache with the option --enable-module=so but some how, apache version 2.0.1.5 still faces the same problem... althou --enable-module=so is enabled... hope someone could help out.. thank you "Michael Dickson" <[EMAIL

Re: [PHP-INST] Apache 2.0 & PHP 4.0.5 configure problem.

2001-05-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: >Hello All, > >I've seen a few questions the same as mine, but no answers. Here is the > situation. > >I'm configuring & installing Apache 2.0, configured with: > --enable-module=so --enable-rule=SHARED_CORE > --prefix=/usr/local/apache > >I'm c

Re: [PHP-INST] redhat 7.0 + php4.0.4pl1 = BUG ? any fix ?

2001-05-23 Thread Vincent Tan Teck How
yea... but the problem is i dont see anywhere in the CHANGELOG saying that the upload function was fixed... so i m not sure wut to do now.. sigh.. i can't do anything to my redhat cause its a virtual hosting server..and i have 70 over accounts hosted on it already .. damm.. and my previous php wa

Re: [PHP-INST] redhat 7.0 + php4.0.4pl1 = BUG ? any fix ?

2001-05-23 Thread Yasuo Ohgaki
php 4.0.5 is released. If you are used to Linux, I suggest to build php from source. Vincent Tan Teck How wrote: > When i read through the php manual online today .. i realise there's a bug > with the File upload function ... when php4.0.4.pl1 runs on redhat 7.0 .. > > i was wondering whether

[PHP-INST] redhat 7.0 + php4.0.4pl1 = BUG ? any fix ?

2001-05-23 Thread Vincent Tan Teck How
When i read through the php manual online today .. i realise there's a bug with the File upload function ... when php4.0.4.pl1 runs on redhat 7.0 .. i was wondering whether is there any patch for it ?? ... coz i really dont wanna recode the scripts ... thanks.. :) -- PHP Install Mailing List

[PHP-INST] Installation Errors...

2001-05-23 Thread Chorley, Kevin
We're attempting to load apache/mysql/php on a linux box and got the following error log during the install <> What do we need to do next? Kevin S. Chorley Carolina Holdings Information Technology voice 919/431-1088 email [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/

[PHP-INST] oracle8-functions and freebsd 4.3

2001-05-23 Thread mac
hi, i know about the oracle-client that is needed to activate the oci8-functions. but what i dont know: is this possible on a freebsd-box ? (i've read a few strange messages about this in the archive). i may need to do this with php 3.0.18 (customer-choice). are there any howto's out there? th

php-install Digest 23 May 2001 13:33:06 -0000 Issue 322

2001-05-23 Thread php-install-digest-help
php-install Digest 23 May 2001 13:33:06 - Issue 322 Topics (messages 3256 through 3264): Re: WIN ME PHP Install problem 3256 by: Julie Meloni Can't build PDFlib with PHP successfully 3257 by: leo 3258 by: Jani Taskinen MySQL and libphp4 3259 by: Sorin Const

[PHP-INST] dual web server question 2

2001-05-23 Thread Deborah Dennison
Hello, I am real new at server config as you will soon seeneed 2 questions answered. Part 1 I want to install php on a Windows NT machine that is currently using Domino as it's webserver. If I use the php 4.05 auto-installer, it says that IIS will be automatically configured. Whic

[PHP-INST] php_gd.dll Problems

2001-05-23 Thread Bernie Kruger
I am running: PHP 4.0.5 on two systems. 1. Windows 98B - PWS4. Here everything is working 100%. 2. Windows ME - PWS 4. Here I get the error: Fatal error: Call to undefined function: imagecreate() in C:\myfile.php on line 25. What I am doing and have done so far: Got hold of every single php

[PHP-INST] Compiling Problem with PDFLib for PHP (Solaris 2.8)

2001-05-23 Thread Michael Middleton
Hallo, I have got a problem compiling PHP with PDFLib. Since I do not know whether the problem lies with PHP or PDFLib I have posted to both groups. PDFLib 4.01, PHP 4.05 as DSO for Apache 1.3.19 on Sun Solaris 2.8. I cannot use PDFLib as loadable module as I run PHP in safe mode. PHP confiur

[PHP-INST] NEW Quality Lead Services

2001-05-23 Thread Qualityleadservices_2348
Dear Fellow Network Marketer, Recently you requested information on our Full Questionnarre Network Marketing Leads. Our Leads are exclusive to your opportunity. We guarantee results and have a no questions asked replacement policy for any "bad" leads. Bottomline. Our Leads create residual inc