Re: [PHP] Instalation problem

2006-03-30 Thread Chris

Mauricio Masias wrote:
I have a problem with PHP5,  I'm using Apache1.3  as web server in winXP 
SP2 , y change the httpd file:


LoadModule php5_module "C:/php/php5apache.dll"
also
AddModule mod_php5.c
then
 
 TypesConfig conf/mime.types
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php-source .phps
  
I also change the directory root. to htdocs

Then I copy and rename the php.ini file to my c:\windows
also copy the php5ts.dll file to the bin directory of  apache.

then save the file and restart the server.. but it just not work.
I create the file phpinfo.php containig:


From the browser I tried:  "http://localhost/phpinfo.php"; and the server 


work 'cause y searches the file, but do not reconigze PHP, it just show 
the same code in a white screen.


Try



Your php.ini might have short_tags disabled which means you have to use 


Check your apache logs.

--
Postgresql & php tutorials
http://www.designmagick.com/

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



[PHP] Instalation problem

2006-03-30 Thread Mauricio Masias
I have a problem with PHP5,  I'm using Apache1.3  as web server in winXP SP2 
, y change the httpd file:


LoadModule php5_module "C:/php/php5apache.dll"
also
AddModule mod_php5.c
then
 
 TypesConfig conf/mime.types
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php-source .phps
  
I also change the directory root. to htdocs

Then I copy and rename the php.ini file to my c:\windows
also copy the php5ts.dll file to the bin directory of  apache.

then save the file and restart the server.. but it just not work.
I create the file phpinfo.php containig:


From the browser I tried:  "http://localhost/phpinfo.php"; and the server 
work 'cause y searches the file, but do not reconigze PHP, it just show the 
same code in a white screen.


I shut down de SP2 firewall, also the AV(just in case) and throw the same 
result.

then modify some things form the php.ini, but still doesn't work.

so, please, anyone have the solution? or I just better use IIS?

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



Re: [PHP] instalation problem

2003-03-18 Thread Jason Wong
On Monday 17 March 2003 20:12, Guram Mosashvili wrote:
> Hi List,
> I have problem with instalation of PHP4 on my LINUX APACHE MySQL server.
>
> when I did:  ./configure --with-apxs=/server/apache/bin/apxs
>
> I got error message:
> -
> configure error: Sorry I cannot run apxs.Either you need to install Perl or
> you need to pass the absolute path of by using 
> --with-apxs=/absolute/path/to/apxs
> -
>
> However, Perle I already have in my server...

The second part of the error says you need to give the full path to your apxs 
executable. If you don't know where it is, use:

  find / -name apxs

to find it.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Madness has no purpose.  Or reason.  But it may have a goal.
-- Spock, "The Alternative Factor", stardate 3088.7
*/


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



Re: [PHP] instalation problem

2003-03-17 Thread Chris Hayes
At 13:12 17-3-03, you wrote:
Hi List,
I have problem with instalation of PHP4 on my LINUX APACHE MySQL server.
when I did:  ./configure --with-apxs=/server/apache/bin/apxs

I got error message:
-
configure error: Sorry I cannot run apxs.Either you need to install Perl 
or you need to pass
the absolute path of by using  --with-apxs=/absolute/path/to/apxs
-

However, Perle I already have in my server...
check where your Perl is with whereis Perl, and modify the path accordingly.



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


[PHP] instalation problem

2003-03-17 Thread Guram Mosashvili
Hi List,
I have problem with instalation of PHP4 on my LINUX APACHE MySQL server.

when I did:  ./configure --with-apxs=/server/apache/bin/apxs

I got error message:
-
configure error: Sorry I cannot run apxs.Either you need to install Perl or you need 
to pass
the absolute path of by using  --with-apxs=/absolute/path/to/apxs
-
 
However, Perle I already have in my server...

plsease help me. I dont understand what I must do in this situation.

Thank in advance,
Guram
--

Re: [PHP] Instalation problem

2002-09-27 Thread Chris Hewitt

Alicia Molina (ABS) wrote:

>Yes! I have restarted my server, my webserver and all.
>I have red hat 6.2 and Apache 1.3.20
>
>Alicia Molina (ABS) wrote:
>
>>I'm installing PHP 4.2.3, I have already installed version 4.0.5 working
>>without problems. 
>>Once installed version 4.2.3, I'm using the order phpinfo() and continues
>>appearing the old version of PHP 4.0.5 how if it continued installed and it
>>had not been updated. 
>>
>Have you restarted the webserver? You don't tell us which webserver/OS.
>
>HTH
>Chris
>
Either the configuration for apache remains pointed at the location of 
the old installation (and your new installation is somewhere different) 
or apache was compiled with php not as a module but built in.

In the second case you would need to recompile apache. I suspect it is 
as a module though, Check /etc/httpd/conf/httpd.conf for the LoadModule 
line for php4 and check that the new libphp4.so is in that directory. It 
probably is not, so you need to move it there and restart apache.

HTH
Chris



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




Re: [PHP] Instalation problem

2002-09-27 Thread Chris Hewitt

Alicia Molina (ABS) wrote:

>Hi!
>I'm installing PHP 4.2.3, I have already installed version 4.0.5 working
>without problems. 
>Once installed version 4.2.3, I'm using the order phpinfo() and continues
>appearing the old version of PHP 4.0.5 how if it continued installed and it
>had not been updated. 
>What can be happening? 
>Thank you very much !
>
Have you restarted the webserver? You don't tell us which webserver/OS.

HTH
Chris



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




[PHP] Instalation problem

2002-09-27 Thread Alicia Molina (ABS)


Hi!
I'm installing PHP 4.2.3, I have already installed version 4.0.5 working
without problems. 
Once installed version 4.2.3, I'm using the order phpinfo() and continues
appearing the old version of PHP 4.0.5 how if it continued installed and it
had not been updated. 
What can be happening? 
Thank you very much !


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