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
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
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
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
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
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
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
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
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?
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
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
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
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
---
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
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
15 matches
Mail list logo