[PHP-INST] Re: updating php 4.04 to 4.06

2001-12-01 Thread EdwardSPL
"Oscar Castaneda V." wrote: > > On Fri, Nov 30, 2001 at 04:17:28PM -, [EMAIL PROTECTED] wrote: > > Hi! This is the ezmlm program. I'm managing the > > [EMAIL PROTECTED] mailing list. > > > > I'm working for my owner, who can be reached > > at [EMAIL PROTECTED] > > > > This is a generic help

[PHP-INST] Re: PHP, MySQL, * Mandrake 8.1

2001-12-01 Thread Fred
Are you installing php as cgi or as an apache module? What happens when you call a script via the web server? Fred Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Good Call. I installed the development packages and php configured, > compiled and installed

[PHP-INST] Re: PHP, MySQL, * Mandrake 8.1

2001-12-01 Thread Joe
Good Call. I installed the development packages and php configured, compiled and installed properly. I am now left with what seems like a simple problem, which I have not successfully tackled. If I run my program by typing: php test.php, it does not work. If I do: ./php test.php it does work.

[PHP-INST] Re: Problems with php install

2001-12-01 Thread Yasuo Ohgaki
Root wrote: > Hi, > > I am trying to install PHP onto my Linus server and I am getting > errors. The message says to contact you for help. I have looked all > over the net for the hack but have not found it. Obviously I am new to > Linux. > > Please tell me what is wrong. > > Thanks, > > R

[PHP-INST] Re: PHP, MySQL, * Mandrake 8.1

2001-12-01 Thread Fred
I would venture to guess that mysql is installed as a binary distribution. PHP needs the sources in order to compile with mysql support. Try installing mysql from source or installing the source rpm. Fred Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi

php-install Digest 1 Dec 2001 22:13:10 -0000 Issue 581

2001-12-01 Thread php-install-digest-help
php-install Digest 1 Dec 2001 22:13:10 - Issue 581 Topics (messages 5152 through 5155): HELP - PHP 4.0.6 screwed the Cold Fusion Server 5152 by: Eddie Problems with php install 5153 by: root 5154 by: Chris PHP, MySQL, * Mandrake 8.1 5155 by: Joe Administri

[PHP-INST] PHP, MySQL, * Mandrake 8.1

2001-12-01 Thread Joe
Hi All, I am trying to use MySQL from PHP. I get the error message: call to undefined function: mysql_connect() Based on what I've read, I need to compile PHP with the --use-mysql=/path/to/mysql option. This was not enough information to get the compile to work. (I tried every directo