Re: [PHP-INST] Apache, PHP, and undefined references

2001-07-19 Thread Rasmus Lerdorf
Not unless you provide us with more information. Like what was your ./configure line? And where is your libmysqlclient.* and mysql.h files located on your system? Hint, if they are in /usr/lib and /usr/include or perhaps /usr/lib/mysql and /usr/include/mysql then use --with-mysql=/usr -Rasmus

php-install Digest 20 Jul 2001 02:55:11 -0000 Issue 371

2001-07-19 Thread php-install-digest-help
php-install Digest 20 Jul 2001 02:55:11 - Issue 371 Topics (messages 3618 through 3631): to install PHP 4.0.3 on window2000 3618 by: giovanni cordeschi Re: php 4.0.6 & SCO: intallation nitemare.. as usual. Please help? 3619 by: g.giunta.libero. Re: Php-mysql-what os ?

[PHP-INST] Apache, PHP, and undefined references

2001-07-19 Thread Brian & Shannon Windsor
Help. This is driving me nuts. I'm running redhat 7.1, MySQL, apache and php. At least I'm trying to do that. I have had Apache running fine, MySQL runs fine, I try to compile php4, and things just keep breaking. I'm currently getting an 'undefined references' error pointing to some mysql file

Re: [PHP-INST] Install Trouble on RedHat 6.2 & Apache 1.13.14

2001-07-19 Thread Rasmus Lerdorf
> Hello. > I'm a newbie to PHP. I don't seem to have any of the PHP Modules (other than > libphp4.so).. Is there any way to download the modules listed below? You only need that one. Everything is included in that one file. -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubsc

[PHP-INST] GD 1.8.4+PHP 4.0.6

2001-07-19 Thread tom
Compiling PHP 4.0.6 with GD 1.8.4 gave me the following error: make[3]: Entering directory `/root/install/php-4.0.6/ext/gd' gcc -I. -I/root/install/php-4.0.6/ext/gd -I/root/install/php-4.0.6/main -I/root/install/php-4.0.6 -I/root/install/apache_1.3.20/src/include -I/root/install/apache_1.3.20/

[PHP-INST] Installing PHP4 on IIS4 server-interpreter problems

2001-07-19 Thread david lamson
Hi I am trying to install php4.0.6 on a windows2000Adv server with IIS4 and am having configuration problems. I can get the test phpinfo() function to work on command line using php.exe -i, however, cannot get it to work on the browser. The registery is configured so .php files go to C:\php\p

Fw: [PHP-INST] Install Trouble on RedHat 6.2 & Apache 1.13.14

2001-07-19 Thread Steve Brazill
Here's an 'abridged' version of the message I sent (since the 'list' doesn't accept anything over 40k), without the 'attachment'... - Original Message - From: "Steve Brazill" <[EMAIL PROTECTED]> To: "Mark S Russell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 200

RE: [PHP-INST] undefined function

2001-07-19 Thread Walter, Marcel
Create a PHP-Script with Then you can see how PHP was compiled ... If there is nothing like: --with-oracle then it won´t work You´ll have to compile a new PHP-Engine with Oracle-support but thats not so difficult ... > -Original Message- > From: Chuck Lidderdale [SMTP:[EMAIL PROTECTED]

[PHP-INST] Compile problems with AIX 4.3.3, PHP4.0.4pl1 and xlc5

2001-07-19 Thread Klaus Wolf
Did anyone ever compile the following configuration: I tried to compile PHP4 under AIX 4.3.3 using xlC version 5 doing this: configue --with-mysql --with-apache=/usr/local/include make Configure runs without a problem. During make, the following error occurs: "/opt/pub/php-4.0.4pl1/ext/standa

[PHP-INST] How to compile php and all extension on windows platform

2001-07-19 Thread Steen Rabøl
Hi I have been struggeling for the last days, trying to compile php and all extensions on my Windows 2000. I have read the FAQ on www.php.net, but still after downloading the support files and a lot of other files, I'm not able to compile it. My hope is now that some one on this list have a st

[PHP-INST] AIX 4,3,3, Netscape 3.6.1

2001-07-19 Thread Kenneth Lee
I am having problems trying to get php 4.0.6 to work on AIX 4.3.3 as NSAPI. Here is how I ran the configure ./configure --with-zlib \ --enable-libgcc \ --with-nsapi=/www/a/netscape/suitespot \ --with-mysql=/usr/local/mysql The make and make instal

[PHP-INST] undefined function

2001-07-19 Thread Chuck Lidderdale
Fatal error: Call to undefined function: ora_logon() in /var/www/html/St I did the standard install from RH - what did I miss? Chuck [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

[PHP-INST] Install Trouble on RedHat 6.2 & Apache 1.13.14

2001-07-19 Thread Mark S Russell
Hello. I'm a newbie to PHP. I don't seem to have any of the PHP Modules (other than libphp4.so).. Is there any way to download the modules listed below? mod_php.so libphp3.so libperl.so <-- Which I would think that I should have but don't.. odd.. I did the RPM install mod_php.c mod_php3.c mod_per

[PHP-INST] Re: Php-mysql-what os ?

2001-07-19 Thread Stuart Hunter
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Also what should i install first Apache, MySql or Php.(Im not all that > confident with linux yet, and im sick of M$ server crashing.) > > I have installed it a couple of times now, andthe way I did it was Apache first, then MySQL an

Re: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-19 Thread [EMAIL PROTECTED]
> I forgot to mention though I also use gd 1.3 and zlib 1.1.3. I tried to get > other goodies like gd 1.8.x, jpeg-6b, libpng-1.0.8, tiff-3.5.5, pdflib-3.02 > etc to work but gave up in the end. It was doing my head in ;o( The one > I'd really like to get working is pdflib. If you or anyone els

[PHP-INST] to install PHP 4.0.3 on window2000

2001-07-19 Thread giovanni cordeschi
Hy I'm trying to install PHP 4.0.3 with IIS. If I choice the php.exe in home_directory tab, when I run http://my_ip/file.php I obtain: "Errore CGI L'applicazione CGI specificata non ha restituito un insieme completo di intestazioni HTTP. Sono state restituite le seguenti intestazioni:" which in en

[PHP-INST] to install PHP 4.0.3 on windows2000

2001-07-19 Thread giovanni
Hy I'm trying to install PHP 4.0.3 with IIS. If I choice the php.exe in home_directory tab, when I run http://my_ip/file.php I obtain: "Errore CGI L'applicazione CGI specificata non ha restituito un insieme completo di intestazioni HTTP. Sono state restituite le seguenti intestazioni:" which in en

Re: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-19 Thread Paul Gardiner
Hi Gaetano >Thanks for the input. You're welcome. >I can compile php almost out of the box with support for oracle and >sybase and no mysql (just need to set the proper LD_LIBRARY_PATH). >But I tried to include a lot of extra junk: pdflib, gd, ssl, sockets, >curl, zlib (to say the least), and t

Re: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-19 Thread [EMAIL PROTECTED]
> I've just built PHP 4.0.6, Apache 1.3.14 & Informix and all seems to be > working well. I still have to specify the Informix libraries manually when > building Apache but Jani has kindly been working on that already. The only > difference is that I'm on 5.0.4 of SCO not 5.0.5 like you and I do n

Re: [PHP-INST] php 4.0.6 & SCO: intallation nitemare.. as usual. Please help?

2001-07-19 Thread Paul Gardiner
Hello again, > If I manage to get 4.0.6 to build I'll let you know. I've just built PHP 4.0.6, Apache 1.3.14 & Informix and all seems to be working well. I still have to specify the Informix libraries manually when building Apache but Jani has kindly been working on that already. The only differ

[PHP-INST] installation PHP 4.0.3 on windows2000

2001-07-19 Thread giovanni
Hy I'm trying to install PHP 4.0.3 with IIS. If I choice the php.exe in home_directory tab, when I run http://my_ip/file.php I obtain: "Errore CGI L'applicazione CGI specificata non ha restituito un insieme completo di intestazioni HTTP. Sono state restituite le seguenti intestazioni:" which in en

[PHP-INST] Problem with PHP3.x.x (and higher) installation on HPUX11.00 on MAKE command

2001-07-19 Thread Emilio Tonelli
Thi is my HP9000 Box Configuration : - HP-UX 11.00; - Latest Zeus Web Server; - autoconf, automake, binutils, bison, cook, flex, freetype, gcc, gd, gdb, java, jpeg-6, libpng, m4, mysql, tcl-8.2, tk-8.2, xpm and zlib packets installed with "swinstall" and registered in /etc/PATH file b

[PHP-INST] Disabling php for several domains

2001-07-19 Thread guest
Hallo! Is it possible to dissable php support for several domains? I use apache and php 4.05 on my linux box. Bye -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP-INST] I get a weird behaviour from the php... Does anyone use Xitami?

2001-07-19 Thread Plamen Mishev
I think I installed PHP correctly with XITAMI web server - I set the server up to filter all .php with php.exe (the CGI executable) and it seems it does but not really... An example... the following code: Example The only suggestion I have is the file permission