php-install Digest 26 Aug 2002 13:06:22 -0000 Issue 994
Topics (messages 8210 through 8216):
Re: win xp, apache 2.40, and php4.2.2
8210 by: arch
PHP 4.1.2 and Oracle 9.2 and solaris 8
8211 by: Markus Boehmer
Mac Os X - Where is php.ini file?
8212 by: Roland Swingler
8213 by: Markus Boehmer
Installing PHP 4.2.2 on MacOS X
8214 by: Dan McCullough
problems with httpd.conf and LoadModule php
8215 by: Luis E. Collado T.
PHP 3 & PWS install...
8216 by: Klerman Gutierrez
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
This seems to be a recurring problem. Going to http://snaps.php.net/win32
and downloading the most recent stable version
(php4-win32-STABLE-latest.zip) will provide the necessary php4apache2.dll
file.
I haven't tried apache 2.0.40 with php4.2.2, but had the same problem with
2.0.39 and 4.2.1. Replacing the sapi module with the one from the latest
stable version took care of it.
--- End Message ---
--- Begin Message ---
Hi Everyone,
I always get erros, when I try to get PHP with oracle 9.2 running.
The LD_LIBRARY_PATH is set, ORACLE_HOME ist set, the rights on the files
are set correctly and I mae a link in the $ORACLE_HOME/lib directory
with the name of the old oracle librarys to the new libraries.
But when I try to configure, I get the following in the debug.log:
CONFIGURE: './configure' '--with-apxs' '--without-mysql' '--with-zlib'
'--with-oci8'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES: -I/usr/local/include -I$(top_builddir)/Zend
-I/oracle/Oracle-92/rdbms/public -I/oracle/Oracle-92/rdbms/dem
o -I/oracle/Oracle-92/plsql/public
LDFLAGS: -R/usr/ucblib -L/usr/ucblib
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2
-L/usr/local/lib/gcc-lib/s
parc-sun-solaris2.8/2.95.2 -R/oracle/Oracle-92/lib -L/oracle/Oracle-92/lib
LIBS: -ldl -lgen -lsocket -lnsl -lz -lcrypt -lresolv -lresolv -lm
-ldl -lnsl -lsocket -lsocket -lgcc -lcrypt -lcl
ntsh
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/ucblib
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 /oracle/Oracle-92/lib
uname -a: SunOS UE250 5.8 Generic sun4u sparc SUNW,Ultra-250
gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280
-DUSE_EXPAT -R/usr/ucblib -L/usr/ucblib -R/usr/local/
lib/gcc-lib/sparc-sun-solaris2.8/2.95.2
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2
-R/oracle/Oracle-92/lib -L/
oracle/Oracle-92/lib conftest.c -ldl -lgen -lsocket -lnsl -lz -lcrypt
-lresolv -lresolv -lm -ldl -lnsl -lsocket -lsocke
t -lgcc -lcrypt -lclntsh 1>&5
ld: fatal: library -lclntsh: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
Has anyone an idea?
I tried some thing, that already have been tried from others with the
same problem, but it hasn't helped.
Thanks
Markus
--- End Message ---
--- Begin Message ---
Hi
Small problem ... have installed php on Mac OSx following the instructions on
macosx.org (binary install) but I cannot find the php.ini file.
The phpinfo test file claims it is in /usr/local/lib, but when I go into the shell to
look for it, there is no lib directory in /usr/local/
Where is it? What am I doing wrong?
TIA
Roland
--- End Message ---
--- Begin Message ---
Roland Swingler schrieb:
> Hi
>
> Small problem ... have installed php on Mac OSx following the instructions on
>macosx.org (binary install) but I cannot find the php.ini file.
>
> The phpinfo test file claims it is in /usr/local/lib, but when I go into the shell
>to look for it, there is no lib directory in /usr/local/
>
> Where is it? What am I doing wrong?
>
> TIA
> Roland
Hi Roland,
it seems as if the binary distribution doesn't install a php.ini file.
So just create an /usr/local/lib directory and get a sample php.ini file
from www.php.net (a sample is in every binary download as far as I know
and should be in the source code downloads too) copy it to the
designated directory, edit the parameters you want to change and restart
apache.
This should be the solution.
Greetings
Markus
--- End Message ---
--- Begin Message ---
I keep getting an error on my MacOS X server. I have Apache 2.0 and
MySQL installed without a problem. I get to the end of running the
installer and it says there is an error. Making this problem worse is
the error message flashes to fast to actually see what it is, and there
is no log file.
HELP
dan
--- End Message ---
--- Begin Message ---
Hi,
i have a problem:
when i add the line:
LoadModule php4_module modules/libphp4.so to httpd.conf
file, apache web server not start.
may you help me?
Thanks
--- End Message ---
--- Begin Message ---
Hello,
I have this development machine with Windows Me & PWS 4.0, where I want to
install PHP for learning purposes.
I tried with PHP 4, and I found all the errors that I can see in the
discussions groups. The last one was a security alert I couldn't override.
So I decided to step back and install PHP 3, following the instructions
found in the manual. Now I get a blank page instead of the php page result.
I read the source code from the browser, and there it is the <? echo ... ?>
line, not interpreted by the PWS.
I go to the PHP folder and execute PHP -i, and I get a series of HTML lines.
I uninstalled PWS and reinstalled it, with the same result.
I´m not sure to change my development web server to Apache or something
else, as I don't know if they have support for the ASP pages that I need to
keep on supporting.
Any idea to have PHP working with PWS, or to have a development environment
including ASP and PHP ?
MTIA,
Klerman
--- End Message ---