[PHP] Can't install

2006-02-09 Thread Ing. Tom�s Liendo
Hi I can't install PHP on Windows.
The error: "Windows Can't found c:\Windows\System32\issext.vbs"

What Can I do?

Please Help me!

Thnaks, Tom. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Can't install PHP 5.02 with Apache2

2004-12-15 Thread Michael Leung
PHP 5.0.3 just released.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Can't install PHP 5.02 with Apache2

2004-12-15 Thread Sandy Keathley

> On Wed, 15 Dec 2004 11:21:42 -0500, Don <[EMAIL PROTECTED]> wrote: >
> and am getting a compile error: > "apxs was not found." > > There is
> no file: /usr/sbin/apxs
> 
> Mine is /usr/sbin/apxs2


Some versions of Redhat install a package of Apache2 without 
either apxs or apxs2, presumably to keep you from installing 
unsupported versions of (for example) PHP.  

Sandy Keathley

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Can't install PHP 5.02 with Apache2

2004-12-15 Thread Mike Smith
I think you need the httpd-devel package. 

Mike

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Can't install PHP 5.02 with Apache2

2004-12-15 Thread Greg Donald
On Wed, 15 Dec 2004 11:21:42 -0500, Don <[EMAIL PROTECTED]> wrote:
> and am getting a compile error:
> "apxs was not found."
> 
> There is no file: /usr/sbin/apxs

Mine is /usr/sbin/apxs2


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Can't install PHP 5.02 with Apache2

2004-12-15 Thread Don
Hi,
 
Fedora core 3 (new) - apache installed with the new install (off the CDs).
I downloaded the PHP 5.02 source and am attempting to install.  I am using
the configure option:
 
--with-apxs2=/usr/sbin/apxs \
 
and am getting a compile error:
"apxs was not found."
 
There is no file: /usr/sbin/apxs
 
I assumed it is just installed somewhere else so I ran the following from
the command prompt but it came up empty:
#find / -name apxs -print
 
Is anyone else using Fedora Core 3 and is Apache 2 not installed with
-enable-so by default?  How can I get around this?  I don;t think I can
download the apache source and reinstall as Fedora/RedHat uses it's own
directory structure and I don't want to get stuck with two different apache
servers installed.
 
stuck,
Don

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.813 / Virus Database: 553 - Release Date: 12/13/2004
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Can't install PHP on Windows/Apache

2004-07-20 Thread Lester Caine
Miroslav Hudak wrote:
Have you added the line with the hash mark (#) ??? if so, then it's 
commented out... that's the first point.
Good point
The second one is, that when using Apache 2.0.50, you should use 
php4apache2 module instead (I'm not ABSOLUTELLY sure of it, while for a 
longer time using PHP5, but I hope, that somewhat like this was 
there,... check it :)
Yep - should be php4apache2.
I find that a copy of php4ts.dll in the same directory as 
php4apache2.dll also helps, but since you seem to have copied 
php4apache.dll from the sapi directory copying the other sapi dll's may 
also work ...

--
Lester Caine
-
L.S.Caine Electronic Services
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Can't install PHP on Windows/Apache

2004-07-20 Thread Miroslav Hudak (php/ml)
Have you added the line with the hash mark (#) ??? if so, then it's 
commented out... that's the first point.

The second one is, that when using Apache 2.0.50, you should use 
php4apache2 module instead (I'm not ABSOLUTELLY sure of it, while for a 
longer time using PHP5, but I hope, that somewhat like this was 
there,... check it :)

Regards,
m.
abrea wrote:
Dear list,
I am trying to install PHP 4.3.8 as a module of Apache 2.0.50 on a 
Windows 98 computer.
Apache alone runs ok. After I installed PHP with the installer package, I 
added the following line at the end of the Apache httpd.conf together 
with the AddType statements:
# LoadModule php4_module c:/php/php4apache.dll

When I uncomment this line there is an error message saying that a 
resource is missing (or something like that, the DOS window disappears 
very quickly so I can't copy it).
This line has worked ok on other computers I have installed with PHP 
4.3.4 on Apache 1.3.29 and PHP 4.3.3 on Apache 1.3.27. I tried to install 
these programs but PHP does not run either, although Apache does.
I have tried with both php4apache.dll and php4apache2.dll, but I still 
get the error message.
The paths in the c:\windows\php.ini file point to the .dll file correctly.
Could anybody please tell me what the problem could be?
Thank you in advance
Alberto Brea

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Can't install PHP on Windows/Apache

2004-07-19 Thread Skippy
On Mon, 19 Jul 2004 13:58:15 -0300 "abrea" <[EMAIL PROTECTED]> wrote:
> Dear list,
> I am trying to install PHP 4.3.8 as a module of Apache 2.0.50 on a 
> Windows 98 computer.
> Apache alone runs ok. After I installed PHP with the installer package, I 
> added the following line at the end of the Apache httpd.conf together 
> with the AddType statements:
> # LoadModule php4_module c:/php/php4apache.dll

There are a couple more PHP dll's that you must copy to either the Apache
directory or your system dir. I haven't worked on Windows recently. See the
help file that came with PHP for Windows, it has a section about Apache.


-- 
Skippy - Romanian Web Developers - http://ROWD.ORG

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Can't install PHP on Windows/Apache

2004-07-19 Thread Cosmin Chiru
Hello abrea,

Monday, July 19, 2004, 7:58:15 PM, you wrote:

> Dear list,
> I am trying to install PHP 4.3.8 as a module of Apache 2.0.50 on a 
> Windows 98 computer.
> Apache alone runs ok. After I installed PHP with the installer package, I
> added the following line at the end of the Apache httpd.conf together 
> with the AddType statements:
> # LoadModule php4_module c:/php/php4apache.dll

> When I uncomment this line there is an error message saying that a 
> resource is missing (or something like that, the DOS window disappears
> very quickly so I can't copy it).
> This line has worked ok on other computers I have installed with PHP 
> 4.3.4 on Apache 1.3.29 and PHP 4.3.3 on Apache 1.3.27. I tried to install
> these programs but PHP does not run either, although Apache does.
> I have tried with both php4apache.dll and php4apache2.dll, but I still
> get the error message.
> The paths in the c:\windows\php.ini file point to the .dll file correctly.
> Could anybody please tell me what the problem could be?
> Thank you in advance
> Alberto Brea


Hello.
You might wanna check this: http://www.php.net/manual/en/installation.php

-- 
Best regards,
 Cosminmailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Can't install PHP on Windows/Apache

2004-07-19 Thread abrea
Dear list,
I am trying to install PHP 4.3.8 as a module of Apache 2.0.50 on a 
Windows 98 computer.
Apache alone runs ok. After I installed PHP with the installer package, I 
added the following line at the end of the Apache httpd.conf together 
with the AddType statements:
# LoadModule php4_module c:/php/php4apache.dll

When I uncomment this line there is an error message saying that a 
resource is missing (or something like that, the DOS window disappears 
very quickly so I can't copy it).
This line has worked ok on other computers I have installed with PHP 
4.3.4 on Apache 1.3.29 and PHP 4.3.3 on Apache 1.3.27. I tried to install 
these programs but PHP does not run either, although Apache does.
I have tried with both php4apache.dll and php4apache2.dll, but I still 
get the error message.
The paths in the c:\windows\php.ini file point to the .dll file correctly.
Could anybody please tell me what the problem could be?
Thank you in advance
Alberto Brea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Can't Install on Mac OS X

2002-07-13 Thread Liam MacKenzie

What extras are you compiling in with it?

Compile PHP and Apache with the bare minimum only, no fancy stuff.  Try it
then.

I sucessfully compiled several machines using the latest source code
yesterday.

- Original Message -
From: "Brandon Pearcy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 14, 2002 6:03 AM
Subject: [PHP] Can't Install on Mac OS X


> Hi Everyone,
>
> In the past I have setup many Mac OS X web servers successfully. Now
> I'm trying to setup another OS X web server, but PHP will not work.
> I'm having massive problems getting PHP to "make", and I'm all out of
> ideas. After I configure PHP (./configure), and try to make it, I get
> these errors:
>
> make[1]: *** [php] Error 1
> make: *** [all-recursive] Error 1
>
> I've tried an alternative way of installing from Marc Liyanage's web
> site, http://www.entropy.ch/ which was very easy to follow, but it
> absolutely will not allow me to view any PHP pages through Apache.
> PHP prints out the following error instead:
>
> Warning: Failed opening '/Library/WebServer/Documents/test.php' for
> inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
>
> As you can see, the file's name is test.php, but you should know it
> has absolutely NO PHP code in it. It's contents are:
>
> 
> 
> Why don't I work?
> 
> 
>
> Anyone have any ideas?
>
> If anyone is willing, could they download the latest source of PHP
> and try to configure and make it (don't bother make install-ing
> it...) If you have any success with it, let me know.
>
> Thanks in advance!
> --
> --
> Brandon Pearcy
>Internet Technician
>
> Bowes Online
> --
>   phone: 1-780-532-1110 ext. 265
>   fax:   1-780-532-2120
>   [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Can't Install on Mac OS X

2002-07-13 Thread Brandon Pearcy

Hi Everyone,

In the past I have setup many Mac OS X web servers successfully. Now 
I'm trying to setup another OS X web server, but PHP will not work. 
I'm having massive problems getting PHP to "make", and I'm all out of 
ideas. After I configure PHP (./configure), and try to make it, I get 
these errors:

make[1]: *** [php] Error 1
make: *** [all-recursive] Error 1

I've tried an alternative way of installing from Marc Liyanage's web 
site, http://www.entropy.ch/ which was very easy to follow, but it 
absolutely will not allow me to view any PHP pages through Apache. 
PHP prints out the following error instead:

Warning: Failed opening '/Library/WebServer/Documents/test.php' for 
inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0

As you can see, the file's name is test.php, but you should know it 
has absolutely NO PHP code in it. It's contents are:



Why don't I work?



Anyone have any ideas?

If anyone is willing, could they download the latest source of PHP 
and try to configure and make it (don't bother make install-ing 
it...) If you have any success with it, let me know.

Thanks in advance!
-- 
--
Brandon Pearcy
   Internet Technician

Bowes Online
--
  phone: 1-780-532-1110 ext. 265
  fax:   1-780-532-2120
  [EMAIL PROTECTED]