| Compare the two paths ... I locks like it's not looking at the new one.
| Even after apache restarts.
|
| Any suggestions?
What does phpinfo() say about where it expects to find php.ini? (Maybe you
have two php.ini files at different locations... and you are modifying the
wrong one.)
--
Latest developments:
On FreeBSD you can install Kerberos 5 in the base installation and
it gets placed in /usr/lib--but that is not MIT Kerberos 5. You can
also install MIT Kerberos 5 from the ports collection, which gets
placed in /usr/local/lib. Since I chose to install ALL base packages
when I
php-install Digest 28 Feb 2002 23:01:50 - Issue 723
Topics (messages 6188 through 6203):
Re: shared informix fails to compile
6188 by: Lauri Tischler
Solaris and 4.1.2
6189 by: Galvin, Max
problems with cgi variables like $SERVER_ADDR and $PHP_SELF
6190 by: Osio Al
I have found many problems attempting to install the stated combination,
(like: some php modules cannot be built/produce bizarre build errors), but
there is one I cannot overcome: It seems that apache2 (at least the port in
freebsd CVS... apache 2.0.28) does not want to use pthreads, and php4 does
| > I'm having problems with 4.1.1 and 2.0.28 of the same sort--all the
| > install stuff goes smoothly, Apache 2.0 comes up, no errors anywhere,
| > but my PHP scripts don't seem to be being sent to the PHP module.
A silly question: do you have something like:
SetOutputFilter P
| However, when accessing a php script containing a java call, I get:
| ---
| Fatal error: Unable to locate CreateJavaVM function in java.php on line 6
I had a similar with (php+java+freebsd), but I gave up on a similar problem.
Later I found out that the problem could possibly be solved by for
I have Java1.2 , php4.1.1 and apache 1.3.22, sun solaris7
I did compile php with-java
1) Java section in php.ini
[Java]
java.home = /usr/java1.2
java.class.path = /usr/local/lib/php/php_java.jar
java.library=/usr/java1.2/jre/lib/sparc/libjvm.so
java.library.path = /usr/local/lib/php
2) prueba.p
I need to have PHP installed on a AIX 4.3.3 machine that already has apache
installed 1.3.20 I believe. the instructions for PHP's website for
installing as a module seem to assume that you are installing apache at the
same time. Do I have to re-compile and install apache to run PHP as a
module?
On Thu, 28 Feb 2002, Jonathan Hilgeman wrote:
> Did you set any options for encryption or SSL or anything? You may have used
> an option that requires lib Kerberos. If you don't have it, you should be
> able to use the ports system on FreeBSD to install it quickly.
Hi Jonathan. Thanks for your re
I have been trying very unsuccessfully to get Apache 1.3.23 to run php
4.1.1 as a DSO. I can get everything to compile, but if I try to load the
php DSO apache will CORE.
System Information:
Aix 4.3.3 Patch Level 9
Cset for Aix compiler v5.02
Perl 5.6.0 [bull lppset]
MM v1.1.3 [bull lppset]
Bison
I'm trying to build some of the php extensions that come bundled with the
distribution as dynamic objects, so I don't have to load them on all of my
servers.
The .so files I've created generate error messages when I start apache:
[28-Feb-2002 12:19:29] PHP Warning: Invalid library (maybe not a
On Thu Feb 28, 2002 at 09:13:20AM -0800, Michael Chinn wrote:
> To all,
>
> I'm a little new to PHP (and Linux for that matter) so please bear with me.
>
> I have a current running version of PHP (4.0.4.) that shipped with RedHat
> 7.1
>
> I read about the security issue so I downloaded the ne
To all,
I'm a little new to PHP (and Linux for that matter) so please bear with me.
I have a current running version of PHP (4.0.4.) that shipped with RedHat 7.1
I read about the security issue so I downloaded the new version (4.1.2),
(php-4.1.2.tar.gz).
I performed an install (tar xzvf, ./co
Did you set any options for encryption or SSL or anything? You may have used
an option that requires lib Kerberos. If you don't have it, you should be
able to use the ports system on FreeBSD to install it quickly.
- Jonathan
-Original Message-
From: Dan Delaney [mailto:[EMAIL PROTECTED]]
I am currently running 4.0.6 as a CGI (yes, we are moving to a apache+php
setup, but thats even more of an issue, and its not 'live' yet...) under
Apache 1.3.14 on HP-UX 11.
This build works fine, with the same config options.
However, with the 4.1.2 code (and 4.1.0 and 4.1.1 for that matter) i
Hi all,
Im installing php-4.1.2 on Solaris 8.
this is the configure command:
./configure --with-mysql=/usr/local/mysql --with-xml
--with-apxs=/usr/local/apache/bin/apxs --enable-track-vars
and then this is what Im getting ...
bash-2.03# more debug.log
CONFIGURE: './configure' '--with-mysql
I can't echo the variables like $SERVER_ADDR and $PHP_SELF, $REMOTE_ADDR
It works on my liveserver but not on my localserver. so its no syntax error.
The function phpinfo() works and gives me these variables in its listtable.
I can also echo normal variables and strings.
I am using apache on wi
With the security update I've decided to update PHP to 4.1.2. In compiling I
have had the following error:
In file included from internal_functions.c:32:
/install/php-4.1.2/ext/odbc/php_odbc.h:187: WINDOWS.H: No such file or
directory
/install/php-4.1.2/ext/odbc/php_odbc.h:188: sql.h: No such fil
Lauri Tischler wrote:
>
> I have tryed to make php4 with informix as module, the only version it
> configures and makes ok is php-4.0.4pl1
- and the latest tar php4-20020228 also fails,
thats fifth rotten apple in the basket :)
--
Lauri Tischler, Network Admin
Tel:+358-9-47846331
php-install Digest 28 Feb 2002 10:52:31 - Issue 722
Topics (messages 6181 through 6187):
Re: solaris 8/apache 1.3.23 compile problem
6181 by: Rasmus Lerdorf
Re: Openssl with PHP
6182 by: Timothy R. Robnett
Re: php module keeping Apache from starting
6183 by: Dan De
Hi ,
I am trying to install php with vpopmail support , I have AIX 4.3.3 and
vpopmail 5.2
The configuration I used is :
./configure --with-apxs=/usr/local/sbin/apxs \
--enable-track-vars \
--enable-debug --with-layout=gnu \
--with-mysql=/usr/local/mysql \
--with-vpopmail=/mail/vpopmail
But in t
Hello
It appears that this is likely to be a bug. Using php 4.0.6 everything
works fine. On my way to bug.php.net
my thanks to those that looked into this on my behalf.
Tom
-Original Message-
From: T Churchward [mailto:[EMAIL PROTECTED]]
Sent: 27 February 2002 15:34
To: [EMAIL
Tobias Ekenstam wrote:
> Hi,
> I'm looking for a way to remove the HTTP headers output by php when running as a cgi
>or from command line.
>
> I don't mean php -q or expose_php = Off .. I need to turn off the header completely,
>not just suppress them. Does anyone know how to do this?
>
New C
23 matches
Mail list logo