php-install Digest 6 Jan 2002 18:55:59 -0000 Issue 636
Topics (messages 5487 through 5492):
php4 on QNX4
5487 by: Kasius
First program
5488 by: Morten Nielsen
Error executing PHP on Apache
5489 by: S Chouinard
5491 by: S Chouinard
PHP 4.1.1 with Apache 2.0.28
5490 by: Brian Capouch
Compile error - Redhat 7.2 / Php 4.1.1 / Apache 1.3.22
5492 by: Brian Ipsen
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 ---
Hi all,
Can someone help me to install php4 on the QNX 4 platform.
All information are welcomed.
Thanx a lot :-)
--- End Message ---
--- Begin Message ---
Hi,
Can anybody please help me???
I just installed PHP on my Win2k using IIS5. I used the php-4.1.1-installer
to install the program.
Now the problem is...how do I test if it is working proberly? I don't have a
clue if I should write my programs with notepad and name the file .php? Also
how do I execute the files?
Hope you can help,
Morten
--- End Message ---
--- Begin Message ---
I have PHP 4.0 on Apache 1.3.12 and I can't get PHP files to execute
properly in the browser.
Have edited httpd.conf for Apache as indicated in install instructions.
The error I get is this:
php.exe - Entry Point Not Found
The procedure entry point php_ini_path could not be located in the dynamic
link library php4ts.dll
--- End Message ---
--- Begin Message ---
Figured it out... didn't have the proper .dll files in the same folder as
the php.exe
> I have PHP 4.0 on Apache 1.3.12 and I can't get PHP files to execute
> properly in the browser.
>
> Have edited httpd.conf for Apache as indicated in install instructions.
>
> The error I get is this:
>
> php.exe - Entry Point Not Found
> The procedure entry point php_ini_path could not be located in the dynamic
> link library php4ts.dll
--- End Message ---
--- Begin Message ---
I saw a post-pair here from Tim Kettler to Rasmus asking about using
4.1.0 with 2.0.28.
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 couple of specific questions that would seem helpful to have answered,
and for which a fair amount of looking-around still hasn't seemed to
help:
Is there any way to get Apache 2.x to tell you which modules it has
loaded,
as opposed to httpd -l which shows you which ones are built-in?
Is there a "debug" mode one could use to watch the conf file being
processed
at startup?
I'm assuming the problem is at the API level, which means I'm not going
to go with the combination no matter what I do, but if someone out there
knows differently, or can guide me in the right direction, I'd be much
obliged.
Thanks in advance.
B.
--- End Message ---
--- Begin Message ---
Hi!
When I try to compile php 4.1.1 with Apache 1.3.22 on my Redhat 7.2 I get
this error:
make[1]: Entering directory `/var/tmp/php-4.1.1/Zend'
/bin/sh ../libtool --silent --mode=link
gcc -O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer -prefer-
non-pic -static -o
libZend.la -lpam -ldl -lmm -lpspell -lpdf -lpng -ljpeg -lz -lmysqlclient -
lz -lgd -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt
zend_language_parser.lo zend_language_scanner.lo zend_ini_parser.lo
zend_ini_scanner.lo zend_alloc.lo zend_compile.lo zend_constants.lo
zend_dynamic_array.lo zend_execute.lo zend_execute_API.lo zend_highlight.lo
zend_llist.lo zend_opcode.lo zend_operators.lo zend_ptr_stack.lo
zend_stack.lo zend_variables.lo zend.lo zend_API.lo zend_extensions.lo
zend_hash.lo zend_list.lo zend_indent.lo zend_builtin_functions.lo
zend_sprintf.lo zend_ini.lo
grep: /usr/lib/libltdl.la: No such file or directory
sed: can't read /usr/lib/libltdl.la: No such file or directory
libtool: link: `/usr/lib/libltdl.la' is not a valid libtool archive
make[1]: *** [libZend.la] Error 1
make[1]: Leaving directory `/var/tmp/php-4.1.1/Zend'
make: *** [all-recursive] Error 1
Any idea why it fails ?? Php 4.0.6 compiles without any problems....
/Brian
--- End Message ---