Re: [PHP-INST] MIME types

2001-07-23 Thread Steve Brazill
Do you mean the 2 lines that should be in your "httpd.conf" file ?? AddType application/x-httpd-php .php .php3 .php4 .htm AddType application/x-httpd-php-source .phps - Original Message - From: "Jan-Erik Bullett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23,

[PHP-INST] MIME types

2001-07-23 Thread Jan-Erik Bullett
Help again. (Thanks Steve), I downloaded the MySQL-devel and then I had the headers in /usr the thing built ok Now I need to set up the MIME type to include the application/x-httpd-php What is the best way to do this in Mandrake 8? I've seen a graphical interface, but could I just edit a text

php-install Digest 23 Jul 2001 22:28:12 -0000 Issue 377

2001-07-23 Thread php-install-digest-help
php-install Digest 23 Jul 2001 22:28:12 - Issue 377 Topics (messages 3671 through 3687): Config.inc.php3 variable undefined ?? 3671 by: Ulrich Emmanuel Zend compilation fails on Solaris 8 3672 by: alex.telmap.com [PHP 4.0.5]-[PHP 4.0.6] Install on NT 4.0 with Netscape 3.6

[PHP-INST] Unknown host error while tyring to use iodbc driver

2001-07-23 Thread Neil Aggarwal
Hello: I am trying to use the iodbc driver to connect to an orable database running on an NT server. Here is the code(test.php): I get this error message: Warning: SQL error: [OpenLink][ODBC]RPC: Unknown host, SQL state 08004 in SQLConnect in test.php on line 4 Here is what I did: cd /usr/loc

[PHP-INST] PHP+SNMP

2001-07-23 Thread Cleiton Peres Reis
Hello, I'm getting some problems trying to compile PHP+SNMP, my configure line it's : "./configure --with-apache=../apache_1.3.20/ --with-pgsql=/usr/lib/pgsql/ --with-snmp=/usr/local/src/ucd-snmp-4.2.1/ --enable-ucd-snmp-hack --enable-track-vars " and a message after the configure line is

[PHP-INST] libphp4.so not built on 2nd configure

2001-07-23 Thread Keith Attfield
I cannot install an updated configuration of PHP-4.0.6 (downloaded source code), onto my Madrake Linux 6.5 installation Apache 1.3.9-7mdk. It worked the first time I ran ./configure with all the options I wanted, and overwrote the PHP3 package installed with the Mandrake distribution. But I

Re: [PHP-INST] problems building PHP

2001-07-23 Thread Steve Brazill
How did you install MySQL ?? If you used the RPM method, you should find all of the MySQL files 'dispersed' throughout "/usr", so that should be what you use in your config statement ("--with-mysql=/usr"). If you used the 'source' method of installation, you'd point to the directory where yo

[PHP-INST] Re: WELCOME to php-install@lists.php.net

2001-07-23 Thread Cleiton Peres Reis
Hello, I'm getting some problems trying to compile PHP+SNMP, my configure line it's : "./configure --with-apache=../apache_1.3.20/ --with-pgsql=/usr/lib/pgsql/ --with-snmp=/usr/local/src/ucd-snmp-4.2.1/ --enable-ucd-snmp-hack --enable-track-vars " and a message after the configure line i

RE: [PHP-INST] Problem loading libiodbc.so.2

2001-07-23 Thread Andrew Hill
Neil, You must have your LD_LIBRARY_PATH environment variable set (pointing to odbcsdk/lib) before starting apache. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Origi

[PHP-INST] Problems with Solaris and iPlanet

2001-07-23 Thread Stefano Angelici
Hi everybody. I'm trying to install php 4.0.6 on Solaris (SunOS 5.8) and iPlanet Web Server Enterprise Edition 6.0. I've compiled and installed everything as described in http://www.php.net/manual/it/install.netscape-enterprise.php. I can start the server, but when I ask for a php page, a segmenta

[PHP-INST] Problems with Solaris and iPlanet

2001-07-23 Thread Stefano Angelici
Hi everybody. I'm trying to install php 4.0.6 on Solaris (SunOS 5.8) and iPlanet Web Server Enterprise Edition 6.0. I've compiled and installed everything as described in http://www.php.net/manual/it/install.netscape-enterprise.php. I can start the server, but when I ask for a php page, a segmenta

[PHP-INST] Problems with Solaris an iPlanet

2001-07-23 Thread Stefano Angelici
Hi everybody. I'm trying to install php 4.0.6 on Solaris (SunOS 5.8) and iPlanet Web Server Enterprise Edition 6.0. I've compiled and installed everything as described in http://www.php.net/manual/it/install.netscape-enterprise.php. I can start the server, but when I ask for a php page, a segmenta

[PHP-INST] rpm or source

2001-07-23 Thread Jan-Erik Bullett
I am also having trouble (probably getting confused) with whether to use rpm or src install. I have installed the rpms for php-4.0.6, apache and mysql-3.23.36. Will doing this confuse the install paths, or are they the same. should I stick to only rpm or only source distributions, or can I mix t

[PHP-INST] problems building PHP

2001-07-23 Thread Jan-Erik Bullett
Help, please! I'm trying to install PHP 4.0.6, using ./configure --with-mysql=/usr/bin --with-apxs=/usr/sbin/apxs make make install It worked once, where did it put the file it built? And what are the compiled files called? now when I try to run ./configure, I get the error configure: error: Ca

[PHP-INST] [PHP 4.0.5]-[PHP 4.0.6] Install on NT 4.0 with Netscape 3.6

2001-07-23 Thread Arkegide
Hello, I try to install the last version of PHP on my server. But the version 4.0.6 and the 4.0.5 don't run well. There's no particular message when I launch the server but the message : "php4_init reports: Initialized PHP Module" is not displayed and the server doesn't work. When I install P

[PHP-INST] Zend compilation fails on Solaris 8

2001-07-23 Thread alex
arbiter:~/build/php-4.0.6# ./configure --with-apxs=/usr/local/apache/sbin/apxs --enable-debug=no --with-java=/usr/java --with-openssl=/usr/local --with-pgsql=/usr/local/pgsql --enable-sockets --enable-versioning --without-mysql checking for a BSD compatible install... ./install-sh -c checking whe

[PHP-INST] Config.inc.php3 variable undefined ??

2001-07-23 Thread Ulrich Emmanuel
Hello as i try to configure PHPmyadmin i get the following errors if someone could have a look a it Error starting PHPMyadmin Here's my default config.inc.php3 file... // The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0]. // You can disable a server config entry by set

php-install Digest 23 Jul 2001 08:24:24 -0000 Issue 376

2001-07-23 Thread php-install-digest-help
php-install Digest 23 Jul 2001 08:24:24 - Issue 376 Topics (messages 3663 through 3670): Please help me 3663 by: Seth Cox Re: [PHP-DEV] Re: IMAP/POP3 Administration API? 3664 by: Nashirak Bossk 3665 by: Joey Smith Qusetion ! 3666 by: DHHONG.aaww.com I

RE: [PHP-INST] Source appears in web page !!!!

2001-07-23 Thread Walter, Marcel
Have a look if your Apache was started with -DHAVE_PHP4 ... if not then all the nice things down there won´t have effect ... > -Original Message- > From: Ulrich Emmanuel [SMTP:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 09:40 > To: '[EMAIL PROTECTED]' > Subject: [PHP-INST] Sou

[PHP-INST] Re: Source appears in web page !!!!

2001-07-23 Thread DVD Plaza \(Chris\)
Hi Ulrich, For a start your PHP code has some errors in it. Instead of: -->< ?PHP echo ("Ca marche !"); phpinfo() ; ?> Try using: Sincerely, Chris Till Proprietor DVD Plaza - www.dvdplaza.com.au __ Confidential information

[PHP-INST] Source appears in web page !!!!

2001-07-23 Thread Ulrich Emmanuel
Hello everybody; as it's my first post on this list i'm a newbie using PHP. I've just installed a MLysql - PHP 4 and linux redhat 7.1 and Linux and Mysql works fine i can not manage to correctly read php & php4 pages, the source is printed on the web page as follow : -->< ?PHP echo ("Ca marche !"