RE: [PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Hunter, Ray
Instead of using the rpms you might want to build the packages from scratch and see if that works. I have greater success with build the packages I need then using the rpms. Plus, you can configure them for your system... RAY HUNTER Firmware Engineer ENTERASYS NETWORKS -Original Messag

RE: [PHP-INST] My browser display only a blank page...

2002-04-03 Thread Hunter, Ray
You can set up your php.ini file to log all startup and run-time errors to a log file or syslog. This has helped me many times find errors that were not being displayed. Look for these items: display_errors = Off display_startup_errors = Off log_errors = On display_errors = Off error_log = /var/l

RE: [PHP-INST] Uninstalling mcrypt & php

2002-03-29 Thread Hunter, Ray
In mcrypt do a "make clean" and if php was compiled in do a make clean as well or remove the rpms...Also delete the config.cache files too. Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS > -Original Message- > From: Lucas Spiegel [mailto:[EMAIL PROTECTED]] > Sent: Frida

RE: [PHP-INST] Request from RH7.2 php rpm users

2002-03-15 Thread Hunter, Ray
Here is the file... Configuration: './configure' '--prefix=/usr/local/php' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libexecdir=/usr/lib' '--oldincludedir=/usr/include' '--with-config-file-path=/etc' '--with-apxs=/usr/sbin/apxs' '--with-pear' '--enable-magic-qoutes' '--enable-libgcc' '--enabl

RE: [PHP-INST] Silly Question

2002-03-13 Thread Hunter, Ray
This is because you have the "register_globals = On" in the php.ini file. If you change this to off then they should go away. One of the many problems with php-nuke. Also read the notes in the php.ini file about turning this off. There are some risks that you need to be concerned with... Tha

RE: [PHP-INST] Upgrade error

2002-03-08 Thread Hunter, Ray
Did you restart the mysqld again...? Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Hywel Burris [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:14 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Upgrade error after a RedHat up2date up

RE: [PHP-INST] Stupid question

2002-03-05 Thread Hunter, Ray
test.txt needs to be the in the include directory...include_path='C:\program files\apache group\apache\htdocs\' Some test.txt is here: C:\program files\apache group\apache\htdocs\test.txt Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Nicholas Mercier [mail

[PHP-INST] Openssl with PHP

2002-02-27 Thread Hunter, Ray
System: RedHat 7.2 Openssl:openssl-0.9.6c and openssl-engine-0.9.6c PHP:4.1.2 Has anyone installed openssl with php. I am getting an error where it can not find the evp.h file. I am wondering if there is a problem with openssl. I am trying to install snmp with php an

RE: [PHP-INST] config.cache file--what is it?

2002-02-20 Thread Hunter, Ray
It is the name of the file located in your php directory. Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Ryan Snow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] config.cache file--what is it?

RE: [PHP-INST] Problems with SNMP

2002-02-20 Thread Hunter, Ray
Try using it with the oid and add a .0 at the end of the mib. Example: echo snmpget( "localhost", "public", "1.3.6.1.2.1.1.1.0" ); Need to have a zero at the end of MIB... Check to make sure that you have snmpd running on your system or try it on another system that has snmp set

RE: [PHP-INST] SNMP support not working

2002-02-20 Thread Hunter, Ray
Timothy, Here is the break down: 1. Download ucd-snmp tar.gz file. 2. Download openssl tar.gz file. You will need openssl for snmp v3 for the security stuff. Uninstall ucd-snmp if it is installed on your system. Uninstall openssl on your system. 3. Untar the files... 4. In the ucd-snmp dire

RE: [PHP-INST] (Error) Premature end of script headers

2002-02-20 Thread Hunter, Ray
Check to make sure that the apache server is looking in the correct location for your php.exe file. C:\php\php.exe Not C:php/php.exe Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: H.M. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:45 A

RE: [PHP-INST] php on server without root access

2002-02-19 Thread Hunter, Ray
If you want apache to handle it then you need access to configure apache for php. You can have cgi scripts that access you php executable then pass that information to your html page. However, you will not be able to use apache for this... Ray Hunter Firmware Engineer ENTERASYS NETWORKS ---

RE: [PHP-INST] add ftp support

2002-02-19 Thread Hunter, Ray
If you are going to be using ftp then you will need to compile php with ftp support. (--enable-ftp). Before you run config, you might want to clean up everything with make clean. Example: make clean ./configure --enable-ftp make make install Ray Hunter Firmware Engineer ENTERASYS NETWO

RE: [PHP-INST] php on server without root access

2002-02-19 Thread Hunter, Ray
This is a not so good idea...When you compile the compiled files are for that system only. You would have better luck with rpms. Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Chris Hewitt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 4:26 AM