php-install Digest 5 Feb 2002 05:15:54 -0000 Issue 684
Topics (messages 5917 through 5920):
Re: Newby -- Browser won't run php
5917 by: Captain Webber
Netscape_Oracle_Problem
5918 by: Cliff Pratt
Install errors with O'reilly v 2.3.7
5919 by: Julie Foster
php 4.1.1 and bsdi 4.2 -> incompatible type for argument 4 of `semctl'
5920 by: swade
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 ---
Browser isn't suppose to run PHP scripts. PHP is a SERVER-SIDE scripting
language and is executed by your SERVER.
"Dan Campbell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Damn, this is hard. I'm running Linux 7.1, apache_1.3.19 , php-4.1.1.
> Everything seems to have been installed fine, without a hitch, but I still
> can't get my browser to recognise a php page called phpinfo.php with the
> following script <? phpinfo.php ?> like it should.
> all the configure , make , and make files directives seemed to work fine.
> it's been a week I've been working on this, a real nightmare. I got it
> running once a while back, it seemed so much easier somehow, but now it's
> like impossible with PHP4 .
--- End Message ---
--- Begin Message ---
I can get PHP 4.1.1 to work with Enterprise server 4.1 SP9 if I don't
include Oracle in the Configure statement. I am running Tru64/Unix 5.1A on
a DEC Alpha. Apache will work with Oracle. I am including the same LIB's as
used for Oracle with Apache. No errors on make or install, compiling with
gcc 3.0.2 with patches
for Tru64 and using gnu make. If I configure with oci8 or oracle, when I
try to start the web
server I get the following:
Error running init function load-modules: dlopen of
/local/apps/netscape/server4/bin/libphp4.so failed (dlopen:
/local/apps/netscape/server4/bin/libphp4.so: symbol "OCILobFreeTemporary"
unresolved)
Thanks
in advance,
Cliff
Pratt
--- End Message ---
--- Begin Message ---
Hello,
I am running NT4 / SP4 and O'Reilly Web Site Pro
v. 2.3.7
I have PHP in d:\php
I have all the dll's in the system32\ dir
and the php.ini in the winnt\ dir
I used the php.ini.optimized file and made the changes
PHP.exe works from the command line.
Is my version of O'reilly too old to run PHP4?
If so, is there another version I could run?
Variety of errors when trying to view a script in the browser.
This error, if it is set to an isapi.dll
An HTTP request resulted in the server responding with a "500 Server Error"
response. The server logic generated the following message: Version ident
mismatch in API extension "C:\WINNT\system32\php4isapi.dll" The request
came from 66.109.137.35: GET /testcode/julie/hello.php HTTP/1.1
and this if it is set to CGI and php.exe
An HTTP request resulted in the server responding with a "500 Server Error"
response. The server logic generated the following message: Missing
GetExtensionVersion() function in API extension
"C:\WINNT\system32\php.exe" The request came from 66.109.137.35: GET
/testcode/julie/hello.php HTTP/1.1
I originally had the php.exe in the d:\php dir but moved it in with the dll's
at the end.
Thank you in advance for any ideas.
Julie
--- End Message ---
--- Begin Message ---
Hi,
was upgrading php from 4.0.6 on bsdi 4.2 and used the same config options:
/configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic
--enable-
shared --enable-inline-optimization --with-apxs=/usr/local/apache/bin/apxs --with-exec-
dir=/usr/bin --with-regex=system --enable-debugger --enable-magic-quotes --enable-safe-
mode --enable-sysvsem --enable-track-vars --with-xml --with-db --without-mysql
Now I'm getting this error during make:
/bin/sh /usr/home/sam/php-4.1.1/libtool --silent --mode=compile gcc -I. -
I/usr/home/sam/php-4.1.1/ext/sysvsem -I/usr/home/sam/php-4.1.1/main -
I/usr/home/sam/php-4.1.1 -I/usr/local/apache/include -I/usr/home/sam/php-
4.1.1/Zend -I/usr/home/sam/php-4.1.1/ext/xml/expat -DUSE_HSREGEX -
DUSE_EXPAT -DNO_DL_NEEDED -I/usr/home/sam/php-4.1.1/TSRM -g -O2 -prefer-
pic -c sysvsem.c
sysvsem.c: In function `zif_sem_remove':
sysvsem.c:414: incompatible type for argument 4 of `semctl'
taking sysvsem out compains about missing a library for something else. I'm not sure
what
sysvsem is, tried taking out a few other things but then get errors involving session
support, etc.
Any clue what i can do?
thanks,
shawn
--- End Message ---