php-install Digest 23 Jul 2003 13:03:11 -0000 Issue 1471
Topics (messages 11322 through 11326):
PHP 4.2.3 problem
11322 by: Ana Escudero
PHP and Red Hat 9
11323 by: Joe Feustle
Re: A problem with the extension_dir
11324 by: sven
Openbsd3.3 PHP compile error
11325 by: Matthew Garrett
Re: XmlRpc extension problem in windows
11326 by: Donald Tyler
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,
I have installed apache 1.3.27 and PHP 4.2.3 on a RedHat7.3. I have
installed PHP with the --with-apxs=..../apache/bin/apxs and I changed
the httpd.conf to add the AddType, the Load Module and the
DirectoryIndex entries. When I try to run a php page I only see the
source code of the php page. I can not see the php module with httpd -l
although I reinstalled it again.
Had any of you the same problem?
Thanks in advance,
Ana Escudero
--- End Message ---
--- Begin Message ---
Newbie question. I recently installed RH 9 with Apache, mySQL, and PHP. I've
double checked all of the required files and they appear to be where they
should be. However, when I point Apache to a PHP file, it either gives me a
blank page or the PHP as a text file. I've poked around the RH archives and
found most of the helpful FAQ hints refer to earlier versions of Apache. Is
there anything simple I may have overlooked?
Thanks in advance.
Joe Feustle
--- End Message ---
--- Begin Message ---
hi jax,
did you try to quote your path (because of spaces)?
extension_dir = "C:\Program Files\PHP 4.3.2\extensions"
ciao SVEN
Jax Jediknight wrote:
> Hello everybody,
>
> I was recently installing PHP 4.3.2 on an Apache 2.0.46 on Windows
> 98SE and I can't figure out why aren't extensions working. I checked
> the extension_dir setting in the php.ini file, and it pointed to a
> right directory (C:\Program Files\PHP 4.3.2\extensions). However,
> when I activated any extension, there was an error that its file
> can't be found. I copied the path from the dialog window, and it
> pointed to an existing file.
>
> I've tried:
>
> - putting them to:
>
> c:\windows\system
> c:\windows\system32
> c:\php
> c:\ext
> c:\php\ext
> c:\php\extension
>
> - putting slashes or backslashes in the path,
>
> - ending it with a slash or a backslash,
>
> - relative paths like .\extensions, .
>
> And it did nothing! I semicoloned all the extensions in the php.ini,
> and I am currently using PHP without any extensions, which is not very
> comfortable. It is functioning very well, and it has no other error
> nor warnings beside the extensions problem.
>
> If there is something I could do to fix this proble, I would be very
> grateful.
>
> Jax
--- End Message ---
--- Begin Message ---
i am running openbsd3.3 on an ultrasparc.
trying to install php4.3.2 from source. i get a compile error (actually it
gets stuck). i am using mysql 4.0.13 and apache 1.3.28
i have read the post by Rasmus Lerdorf on
http://aspn.activestate.com/ASPN/Mail/Message/php-install/1326503 but since
i am already using the 1.3.x version of apache, i dont know where to go from
here. has anyone run into this problem.
this is the line it is stuck on.
gcc -Iext/standard/ -I/usr/server/php-4.3.2/ext/standard/ -DPHP_ATOM_INC -I
/usr/server/php-4.3.2/include -I/usr/server/php-4.3.2/main -I/usr/server/php
-4.3.2 -I/usr/server/php-4.3.2/Zend -I/usr/local/mysql/include/mysql -I/usr/
server/php-4.3.2/ext/xml/expat -I/usr/server/php-4.3.2/TSRM -g -O2 -c
/usr/server/php-4.3.2/ext/standard/sha1.c -o ext/standard/sha1.o && echo >
ext/standard/sha1.lo
-matt
--- End Message ---
--- Begin Message ---
Got some replies with this the first time but didn't solve the problem so I
am posting again. Please help!
Hi Everyone,
I am having trouble getting the XmlRpc extension working with PnP 4.2.3.
SYSTEM:
Windows XP Pro
PHP 4.2.3 (Running as Apache module)
Apache 2.0.44
When Apache starts I get the following error:
Unknown(): Unable to load dynamic link library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found.
The error.log after a clean start:
[Fri Jul 18 17:08:29 2003] [notice] Parent: Created child process 3420 PHP
Warning: Unknown(): Unable to load dynamic library 'c:\program files\apache
group\php\extensions\php_xmlrpc.dll' - The specified module could not be
found. in Unknown on line 0 [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Child process is running [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Acquired the start mutex. [Fri Jul 18 17:08:32 2003] [notice] Child 3420:
Starting 250 worker threads.
I know the dll exists in the correct location and the extension path is
specified correctly in the php.ini file because other extensions load fine.
Anyone have any suggestions?
Thanks.
--- End Message ---