[PHP] RE: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles

Dear Nathan,
 The short_tags is sure off but when I changed the scripts, 
they're still being output to the browser. 
 
These are the lines I added to the modules section:
#LoadModule php5_module c:/php5/php5apache2.dll#AddType application/x-httpd-php 
.php#PHPIniDir c:/php5
 
I added these lines to the DirectoryIndex:
DirectoryIndex index.html index.html.var index.php
 
Lucson Date: Mon, 19 Jan 2009 22:49:01 + From: nrix...@gmail.com To: 
lucsonpie...@hotmail.com CC: php-general@lists.php.net Subject: Re: 
Installation problems on Vista  lucson pierre-charles wrote:  I am having 
problems installing the zip package (PHP5) on Windows Vista. The output will 
not come on the browser upon testing. Only the code is being output to the 
browser. Apache (Apache 2) was properly installed. Your assistance please. 
Regards, Lucson  check the php.ini setting for short_tags - quite sure it 
will be off  and that you are using short tags in your php scripts ? rather 
than  ?php - either change the ini setting to off or change you're scripts 
 to use ?php instead.  should fix it :)

[PHP] Re: Installation problems on Vista

2009-01-20 Thread Nathan Rixham

lucson pierre-charles wrote:

Dear Nathan,
 The short_tags is sure off but when I changed the 
scripts, they're still being output to the browser. 
 
These are the lines I added to the modules section:

#LoadModule php5_module c:/php5/php5apache2.dll
#AddType application/x-httpd-php .php
#PHPIniDir c:/php5
 


remove the #'s


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



RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles

Nathan,
 
  When I remove the #'s, I can't have Apache to restart. I keep 
receiving error messages.
 
Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: nrix...@gmail.com To: 
lucsonpie...@hotmail.com CC: php-general@lists.php.net Subject: [PHP] Re: 
Installation problems on Vista  lucson pierre-charles wrote:  Dear Nathan, 
 The short_tags is sure off but when I changed the   scripts, they're 
still being output to the browser. These are the lines I added to the 
modules section:  #LoadModule php5_module c:/php5/php5apache2.dll  #AddType 
application/x-httpd-php .php  #PHPIniDir c:/php5remove the #'s  
 --  PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php 

[PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
Nathan Rixham wrote:
 lucson pierre-charles wrote:
 Dear Nathan,
  The short_tags is sure off but when I changed the
 scripts, they're still being output to the browser.  
 These are the lines I added to the modules section:
 #LoadModule php5_module c:/php5/php5apache2.dll
 #AddType application/x-httpd-php .php
 #PHPIniDir c:/php5
  

 remove the #'s
 
 Yes,

and then...
make sure php and your php.ini are actually in c:\php5,

and then...
make sure to restart apache.

-- 
Thanks!
-Shawn
http://www.spidean.com

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



Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Nathan Rixham

lucson pierre-charles wrote:

Nathan,
 
  When I remove the #'s, I can't have Apache to restart. I keep receiving error messages.
 


what are the errors?

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



Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
lucson pierre-charles wrote:
 Nathan,
  
   When I remove the #'s, I can't have Apache to restart. I keep 
 receiving error messages.
  
 Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: nrix...@gmail.com To: 
 lucsonpie...@hotmail.com CC: php-general@lists.php.net Subject: [PHP] Re: 
 Installation problems on Vista  lucson pierre-charles wrote:  Dear 
 Nathan,  The short_tags is sure off but when I changed the   scripts, 
 they're still being output to the browser. These are the lines I 
 added to the modules section:  #LoadModule php5_module 
 c:/php5/php5apache2.dll  #AddType application/x-httpd-php .php  
 #PHPIniDir c:/php5remove the #'s   --  PHP General Mailing 
 List (http://www.php.net/) To unsubscribe, visit: 
 http://www.php.net/unsub.php 

What is the error message from the windows event viewer?  Most likely it
can't find a file.

-- 
Thanks!
-Shawn
http://www.spidean.com

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



RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles

Yes. It can't find a file. To: php-general@lists.php.net Date: Tue, 20 Jan 
2009 17:14:14 -0600 From: nos...@mckenzies.net Subject: Re: [PHP] Re: 
Installation problems on Vista  lucson pierre-charles wrote:  Nathan,   
 When I remove the #'s, I can't have Apache to restart. I keep receiving error 
messages.Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: 
nrix...@gmail.com To: lucsonpie...@hotmail.com CC: php-general@lists.php.net 
Subject: [PHP] Re: Installation problems on Vista  lucson pierre-charles 
wrote:  Dear Nathan,  The short_tags is sure off but when I changed the  
 scripts, they're still being output to the browser. These are the 
lines I added to the modules section:  #LoadModule php5_module 
c:/php5/php5apache2.dll  #AddType application/x-httpd-php .php  #PHPIniDir 
c:/php5remove the #'s   --  PHP General Mailing List 
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php   
What is the error message from the windows event viewer? Most likely it can't 
find a file.  --  Thanks! -Shawn http://www.spidean.com  --  PHP 
General Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php 

Re: [PHP] Re: Installation problems on Vista

2009-01-20 Thread Shawn McKenzie
lucson pierre-charles wrote:
 Yes. It can't find a file. To: php-general@lists.php.net Date: Tue, 20 Jan 
 2009 17:14:14 -0600 From: nos...@mckenzies.net Subject: Re: [PHP] Re: 
 Installation problems on Vista  lucson pierre-charles wrote:  Nathan,  
   When I remove the #'s, I can't have Apache to restart. I keep receiving 
 error messages.Lucson Date: Tue, 20 Jan 2009 22:41:44 + From: 
 nrix...@gmail.com To: lucsonpie...@hotmail.com CC: 
 php-general@lists.php.net Subject: [PHP] Re: Installation problems on Vista 
  lucson pierre-charles wrote:  Dear Nathan,  The short_tags is sure 
 off but when I changed the   scripts, they're still being output to the 
 browser. These are the lines I added to the modules section:  
 #LoadModule php5_module c:/php5/php5apache2.dll  #AddType 
 application/x-httpd-php .php  #PHPIniDir c:/php5remove the #'s 
   --  PHP General Mailing List (http://www.php.net/) To unsubscribe, 
 visit: http://www.php.net/unsub.php   What is
 the error message from the windows event viewer? Most likely it can't find a 
file.  --  Thanks! -Shawn http://www.spidean.com  --  PHP General 
Mailing List (http://www.php.net/) To unsubscribe, visit: 
http://www.php.net/unsub.php 

Three probabilities:

1. It can't find a file that Apache need to load PHP
2. It can't find a file that PHP needs (an extension)
3. It can't find a library that an extension needs

Solutions:

1. Add c:\php5 to your path environment variable
2. Make sure you have the correct extensions dir set in php.ini
(probably c:\php5\ext)
3. Number 1 probably fixes this or copy all .dll from c:\php5 to
c:\windows (this hasn't been needed in a while) try commenting out (add
a ; to the beginning of) each extension in php.ini

-- 
Thanks!
-Shawn
http://www.spidean.com

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



[PHP] Re: Installation problems on Vista

2009-01-19 Thread Nathan Rixham

lucson pierre-charles wrote:

I am having problems installing the zip package (PHP5) on Windows Vista. The 
output will not come on the browser upon testing. Only the code is being output 
to the browser. Apache (Apache 2) was properly installed. Your assistance 
please. Regards, Lucson


check the php.ini setting for short_tags - quite sure it will be off 
and that you are using short tags in your php scripts ? rather than 
?php - either change the ini setting to off or change you're scripts 
to use ?php instead.


should fix it :)

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



Re: [PHP] Re: Installation doesn't complete, Windows Vista: error - script required to complete

2008-09-11 Thread Ashley Sheridan
I've always found EasyPHP to be good for this. Installs within minutes,
and makes adding the extra packages for PHP an absolute doddle. I know
it works on Vista, as I've tried it, although with Vista, some of the
more unusual packages didn't install.


Ash
www.ashleysheridan.co.uk
---BeginMessage---

Ben Stones schrieb:

Hi,

Others are facing the same problem and theres an official bug report here
about it: http://bugs.php.net/bug.php?id=43639thanks=3

PHP hasn't fixed it since December 2007, wondering if anyone has a
workaround as I cannot even uninstall it now as the same problem arises. Is
there any workaround as I have Apache and MySQL all ready and setup.

Cheers.


Hi,
use Xampp -http://www.apachefriends.org/en/xampp-windows.html and relax

simply!

Carlos Medina

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


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

[PHP] Re: Installation doesn't complete, Windows Vista: error - script required to complete

2008-09-10 Thread Carlos Medina

Ben Stones schrieb:

Hi,

Others are facing the same problem and theres an official bug report here
about it: http://bugs.php.net/bug.php?id=43639thanks=3

PHP hasn't fixed it since December 2007, wondering if anyone has a
workaround as I cannot even uninstall it now as the same problem arises. Is
there any workaround as I have Apache and MySQL all ready and setup.

Cheers.


Hi,
use Xampp -http://www.apachefriends.org/en/xampp-windows.html and relax

simply!

Carlos Medina

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



[PHP] Re: Installation Warning?

2005-04-08 Thread Jason Barnett
Apache2 uses threads.  Searching the archives (both php-general below
and php-dev would be good places to look) will give you the answer for
this question.

--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-generalw=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHPsubmitform=Find+search+plugins


signature.asc
Description: OpenPGP digital signature


[PHP] Re: installation help

2003-09-15 Thread Shadow
You didn't configure something right. I would go over the install steps
again.  I installed Foxserv on NT without IIS but I did install 4.3.2 on
Windows 2003 server and found the instructions here a god-send.
http://www.php.net/manual/en/install.windows.php
Basically you need to make sure that php.ini is in \windows and
php4isapi.dll in \windows\system32.  I also had to configure IIS to allow me
to run scripts.
Shadow

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



[PHP] Re: installation problem

2003-08-28 Thread Shadow
can you display phpinfo?  Did you check the php.ini file?

Shadow

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



[PHP] Re: Installation

2003-06-17 Thread DvDmanDT
That seems bad... Get mysql 4.0.13 instead... // DvDmanDT
Anand Tomar [EMAIL PROTECTED] skrev i meddelandet
news:[EMAIL PROTECTED]
 Hi,

 i tried installing mysql-4.1.0-alpha, apache, php4.3.2. now the issue is
 that i have all the 3 application running and interacting with each other
in
 sync but every time i try to connect to mysql through php it gives me
 this error:

 Warning: mysql_connect(): Client does not support authentication protocol
 requested by server. Consider upgrading MySQL client

 this is the 1st time i am trying to set up a server i will really
appreciate
 your helpthanks

 --anand




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



[PHP] Re: Installation

2003-03-26 Thread Joel Colombo
Here is the whole setup simple step-by-step even for PERL if you want !

http://www.ricocheting.com/server/apache.html

Joel


Daniel Perry [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Dear Sir

 I require a complete installation package if possible.  I am operating
 XP Pro, but unfortunately not IIS.  The problems that I have experienced
 trying to obtain IIS has made me decide to use Apache as my web server
 along with PHP and MySQL.

 Please would you provide a direct link that will allow a complete
 installation of the three so that I can begin working on my Website?  I
 have visited the website and installation page, although a good
 advertisement for a complete packageis present there is no way to
 download the files.

 A second question I have; I have Studio MX (Dreamweaver MX, Flash MX,
 Fireworks etc), within a menu there is an option to select PHP pages
 (build a PHP page etc)  does this mean that I can design my page in
 Dreamweaver then as I would have the installation (as above) I could
 then view my pages?

 Please advise.  Thankyou for your time.

 Kind regards
 Daniel Perry

 Innovative Design
 [EMAIL PROTECTED]
 Tel: 0210 387 852





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



[PHP] Re: Installation Configuration Question

2003-01-30 Thread Götz Lohmsnn
Mike At Spy schrieb:
 Has anyone ever had an issue where PHP, for whatever reason, stopped
 .htaccess files from working?
 
 Thanks,
 
 -Mike
 
 
maybe using reserved words in the .htaccess which belong to PHP ?
what is in the htacces ? sorry not enough informations to get a hint ...


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




Re: [PHP] Re: Installation Configuration Question

2003-01-30 Thread Paul Marinas
htacces it's use by apache when you whant to give distinct user privileges
to a certain directory, also uses htpasswd, etc.

more information you could find in apache documentation.

On Thu, 30 Jan 2003, [ISO-8859-1] Götz Lohmsnn wrote:

 Mike At Spy schrieb:
  Has anyone ever had an issue where PHP, for whatever reason, stopped
  .htaccess files from working?
 
  Thanks,
 
  -Mike
 
 
 maybe using reserved words in the .htaccess which belong to PHP ?
 what is in the htacces ? sorry not enough informations to get a hint ...


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


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




[PHP] Re: Installation error with 4.2.3

2002-11-06 Thread Seung Hwan Kang
Are you aware of register_globals = off?

It might be the problem.  You can set register_globals = on in php.ini

or

you better use $_POST, $_GET, $_SERVER ...

eg.

$fname - $_POST[finame] or $_GET[fname]


Daniele Baroncelli [EMAIL PROTECTED] wrote in message
news:20021106100419.63359.qmail;pb1.pair.com...
 No one replied to this message yet.
 I am trying to address it again, as probably the previuos newsmessage
title
 wasn't very descriptive.

 Thanks

 Daniele


 =

 Hi guys,

 I have very weird problem.

 I have installed the PHP version 4.2.3 on the LINUX virtual server of my
web
 project.
 Previously I had the PHP version 4.0.6.

 The error I get is very weird.
 When I insert a record with the phpMyAdmin, the first 4 characters of each
 field don't get saved.
 Same thing happened with some data entry interfaces I coded!


 The only difference I can see in the two installation (provided the
php.ini
 file is in the same location):

 The old version 4.0.6 was installed by the server provider and my virtual
 server space I can only see the .so file.
 The new version 4.2.3 is actually inside my virtual server space.
 Hence, the path I provided in the php configuration is different (I don't
 have idea if this can influence something).

 NEW VERSION (4.2.3) configuration run by me
  './configure' '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--prefix=/usr/home/rockit/usr/local'
 '--with-mysql=/usr/home/rockit/usr/local/mysql' '--with-xml'
'--enable-xslt'
 '--with-xslt-sablot=/usr/home/rockit/usr/local' '--with-regex=system'
 '--with-expat-dir=/usr/home/rockit/usr/local'
 '--with-iconv=/usr/home/rockit/usr/local' '--enable-inline-optimization'
 '--disable-debug' '--enable-memory-limit' '--enable-sigchild'
 '--without-pear' '--enable-mbstring' '--enable-mbstr-enc-trans'
 '--with-gdbm=/usr/local' '--enable-sockets' '--enable-versioning'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-gd=/usr/local'
'--with-zlib'
 '--enable-gd-native-ttf'

 OLD VERSION (4.0.6) configuration run by the server provider
  './configure' '--enable-inline-optimization'
 '--with-apxs=/usr/local/apache/1.3/bin/apxs'
 '--with-config-file-path=/usr/local/lib' '--disable-debug'
 '--enable-memory-limit' '--enable-sigchild' '--with-gettext'
 '--without-pear' '--with-regex=system' '--enable-mbstring'
 '--enable-mbstr-enc-trans' '--with-iconv=/usr/local'
 '--with-gdbm=/usr/local' '--with-dbm=/usr/local' '--enable-sockets'
 '--enable-versioning' '--with-freetype-dir=/usr/local'
 '--with-ttf=/usr/local' '--enable-ftp' '--with-curl=/usr/local/curl'
 '--with-openssl=/usr/local/openssl' '--with-gd=/usr/local'
 '--with-freetype-dir=/usr/local' '--with-ttf=/usr/local'
 '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local'
 '--with-t1lib=/usr/local' '--with-zlib' '--enable-gd-native-ttf'
 '--with-imap' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local'
 '--with-dom=/usr/local' '--with-mysql=/usr/local/mysql' '--with-zlib'
 '--with-zlib'


 I must admit that I didn't not include all parameter as the old
 installation, as I didn't know most options and thought is not needed. In
 the new installation I instead provided additional XML parameter (after
 installing the correspond modules, which all seem to work fine).


 Hints on problem are very well welcome!


 Daniele





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




Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-02 Thread Daniele Baroncelli
  I can't actually find out where the libphp4.so has been placed.

 Assuming you have done 'make', 'make install', use 'find / -name
libphp4.so'
 to find where it is.

 Or just do 'make install' again and watch carefully to see where
libphp4.so is
 copied to.


The 'find / -name libphp4.so' didn't return me any directory where the file
is placed.

The make install returned me this at the end:
/usr/home/rockit/usr/local/lib/php/php-4.2.3/build/shtool install -c -m 0755
php
 /usr/home/rockit/usr/local/bin/php
installing shared modules into
/usr/home/rockit/usr/local/lib/php/extensions/no-
debug-non-zts-20020429

So, it should mean that the libphp4.so is placed in this last directory no-
debug-non-zts-20020429.

But this directory is empty.


Does anyone have any other hint in order to find out the installed module?


Daniele



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




Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-02 Thread Daniele Baroncelli
Now it works.

I repeated the installation from scratch and now it finally creates the
libphp4.so file.


Daniele


Daniele Baroncelli [EMAIL PROTECTED] wrote in message
news:20021102130710.81040.qmail;pb1.pair.com...
   I can't actually find out where the libphp4.so has been placed.
 
  Assuming you have done 'make', 'make install', use 'find / -name
 libphp4.so'
  to find where it is.
 
  Or just do 'make install' again and watch carefully to see where
 libphp4.so is
  copied to.


 The 'find / -name libphp4.so' didn't return me any directory where the
file
 is placed.

 The make install returned me this at the end:
 /usr/home/rockit/usr/local/lib/php/php-4.2.3/build/shtool install -c -m
0755
 php
  /usr/home/rockit/usr/local/bin/php
 installing shared modules into
 /usr/home/rockit/usr/local/lib/php/extensions/no-
 debug-non-zts-20020429

 So, it should mean that the libphp4.so is placed in this last directory
no-
 debug-non-zts-20020429.

 But this directory is empty.


 Does anyone have any other hint in order to find out the installed module?


 Daniele





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




[PHP] Re: Installation prob: I can't see libphp4.so

2002-11-01 Thread Daniele Baroncelli
I am not sure if I have been clear.

I can't actually find out where the libphp4.so has been placed.


Daniele



Daniele Baroncelli [EMAIL PROTECTED] wrote in message
news:20021102060742.99705.qmail;pb1.pair.com...
 Dear all,

 I have been trying to install php 4.2.3 on my virtual server, where Apache
 1.3.27 is installed

 The installation procedure seems to be right, but I can't find the
 libphp4.so file

 My configuration parameters where:

./configure --enable-inline-optimization --with-apxs=/usr/local/apache/1.3/b

in/apxs --with-config-file-path=/usr/home/myaccount/usr/local --disable-debu

g --enable-memory-limit --enable-sigchild --without-pear --with-regex=system
  --enable-mbstring --enable-mbstr-enc-trans --with-iconv=/usr/home/myaccou
nt
 /usr/local --with-gdbm=/usr/local

'--enable-sockets --enable-versioning --with-ttf=/usr/local --enable-ftp --w

ith-gd=/usr/local --with-zlib --enable-gd-native-ttf --wuth-xml --enable-xsl
 t --with-xslt-sablot --with-mysql

 On the systems it was previously installed php version 4.0.6


 Cheers

 Daniele





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




Re: [PHP] Re: Installation prob: I can't see libphp4.so

2002-11-01 Thread Jason Wong
On Saturday 02 November 2002 14:10, Daniele Baroncelli wrote:
 I am not sure if I have been clear.

 I can't actually find out where the libphp4.so has been placed.

Assuming you have done 'make', 'make install', use 'find / -name libphp4.so' 
to find where it is.

Or just do 'make install' again and watch carefully to see where libphp4.so is 
copied to.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
It is better to live rich than to die rich.
-- Samuel Johnson
*/


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




[PHP] re-installation problem ...

2002-08-09 Thread Kenn Murrah

Greetings.

I've had to reinstall linux/apache/php on my new laptop ... if i browse
http://localhost, i'm told that i'm running
apache-advancedExtranetServer/1.3.20 (mandrake linux/3mdk) mod_ssl/2.8.4
OpenSSL/0.9.6b PHP/4.0.6.

sounded as though i'd successfully recreated my server, yet when i try
to browse my *.php files, i see the code, in its entirety ...

so, what have i done wrong?  how can i fix this mess i've gotten myself
into?

thanks for the help.

kenn






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




[PHP] Re: installation prob.

2001-10-04 Thread Richard Lynch

Did you spell apx like that or apxs like you should?...

You should have ended up with a libphp.so to throw into Apache's modules
directory, not a binary for /usr/local/bin...

You needed that binary for cron scripts anyway, though :-)

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: Max [EMAIL PROTECTED]
Newsgroups: php.general
To: [EMAIL PROTECTED]
Sent: Thursday, October 04, 2001 11:43 AM
Subject: installation prob.


 hi,
 I've done my first php installation on a *nix box ...
 after unzipping the tar, I've done:

 /configure --with-mysql --with-apx
 make
 make install
 (and I've put the php.ini in the right location)

 Now I have a binary php interpreter (and it works fine) in /usr/local/bin
and
 so I've tried to configure apache to parse all php file
 using /usr/local/bin/php

 on the apache's httpd.conf I've set:

 ScriptAlias /php/ /usr/local/bin/
 Action application/x-httpd-php /php/php
 AddType application/x-httpd-php .php .phtml

 but this doens't work ... :(
 (I've restarted my apache server)

 Can anyone help me, please?

 many thanks in advance
 max



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Installation Problem :PHP 4.06 + NT4 Server + Service Pack 6

2001-10-02 Thread Richard Lynch

Which DLLs are you loading?

I think many of them have not been made thread-safe by the volunteers who
wrote them...

Start with no DLLs loaded, and then add them one-by-one and pound on the
server.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: Kiat Kin [EMAIL PROTECTED]
Newsgroups: php.general
To: [EMAIL PROTECTED]
Sent: Monday, September 24, 2001 3:49 AM
Subject: Installation Problem :PHP 4.06 + NT4 Server + Service Pack 6


 Anyone successfully doing the installation on following combination.

 PHP 4.06 (ISAPI) + NT4 Server + Service Pack 6

 Installation is run smooth but it seem that the php engine down after
 operate for a minute only.

 TIA,
 Kin




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: installation on windows

2001-08-14 Thread Andrew Stopford

Hi,

Just to add to Arjen and Phils advice you need to the following.

 From your C:\PHP directory you need to copy the files from the dlls
directory to the C:\windows\system  directory .

Also from your C:\PHP directory you will need to copy the php4ts.dll to your
C:\windows\system directory

I hope that helps

Andrew Stopford

[EMAIL PROTECTED] wrote in message
news:OF5D6BE043.08223383-ON65256AA2.003974DD@domain...
 Dear Friends,

 I am new to PHP (but familiar with ASP,JSP) and would like to have some
 guidance notes from you.
 I am using windows 98 OS on my PC with PWS installed on it.
 I want to install PHP that runs on windows using PWS.
 For this I have done the following:
 1.   Downloaded php for windows from www.php.net , its is of about 738
 bytes.
 2.   I extracted the same in c:\php  folder.
 3.   shifted the php.ini in c:\windows folder.

 My queries are:
 1.   In which folder I have to place my php files? whether in c:
 \inetpub\wwwroot  folder where other asp files I put.
  Because, when I put test.php file in c:\inetpub\wwwroot folder and
  called by using http://localhost/test.php  , It showed a blank white
  sheet that is without interpreting php.
 2.   Whether I have omitted any step for installation?

Pl. clarify.


Ajay K. Ratra
Ludhiana (INDIA)
[EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Installation error..

2001-08-04 Thread James Tan

hi Ryan,

did u make clean on your php 2?

i can't recall, u must delete a file config.*** (i can't recall the
extension...) b4 u reconfigure...
refer in the php install.txt

hope it works :)

regards,

James



Ryan Christensen wrote:

 Quick question..

 I'm installing PHP 4.0.6 on a fresh install of Trustix 1.2.  It compiles
 fine (I've even slimmid down the modules I'm compiling it with down to
 just apxs+mysql), but when I try to restart apache, it gives me the
 following error:

 Starting httpd: Syntax error on line 241 of /etc/httpd/conf/httpd.conf:
 Cannot load /etc/httpd/modules/libphp4.so into server:
 /usr/lib/libimap.so: undefined symbol: SSL_CTX_set_tmp_rsa_callback

 Now, it mentions libimap.so, which is odd.  after getting this error the
 first time I tried recompiling (after a make clean.. which should
 clear out the previous config, right?)

 Thoughts?

 Ryan

--
---PHP Rules---
James Tan
Web programmer(php, c/c++, asp)
Irc: Unknown007(dalnet)
Country: Malaysia
Clients List:
http://www.ogaya.com
http://www.tahbauto.com
http://www.aseanvalues.com
http://www.e-cpo.com
http://your_own_portal?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Re: Installation error..

2001-08-04 Thread Ryan Christensen

Yup, I did.  I actually later found out that all I had to do was remove
the old libphp4.so file, THEN recompile.  

Thanks anyways,

Ryan

 -Original Message-
 From: James Tan [mailto:[EMAIL PROTECTED]] 
 Sent: Saturday, August 04, 2001 5:35 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: Installation error..
 
 
 hi Ryan,
 
 did u make clean on your php 2?
 
 i can't recall, u must delete a file config.*** (i can't recall the
 extension...) b4 u reconfigure...
 refer in the php install.txt
 
 hope it works :)
 
 regards,
 
 James
 
 
 
 Ryan Christensen wrote:
 
  Quick question..
 
  I'm installing PHP 4.0.6 on a fresh install of Trustix 1.2.  It 
  compiles fine (I've even slimmid down the modules I'm compiling it 
  with down to just apxs+mysql), but when I try to restart apache, it 
  gives me the following error:
 
  Starting httpd: Syntax error on line 241 of 
  /etc/httpd/conf/httpd.conf: Cannot load 
 /etc/httpd/modules/libphp4.so 
  into server:
  /usr/lib/libimap.so: undefined symbol: SSL_CTX_set_tmp_rsa_callback
 
  Now, it mentions libimap.so, which is odd.  after getting 
 this error 
  the first time I tried recompiling (after a make clean.. which 
  should clear out the previous config, right?)
 
  Thoughts?
 
  Ryan
 
 --
 ---PHP Rules---
 James Tan
 Web programmer(php, c/c++, asp)
 Irc: Unknown007(dalnet)
 Country: Malaysia
 Clients List:
 http://www.ogaya.com
 http://www.tahbauto.com
 http://www.aseanvalues.com
 http://www.e-cpo.com
 http://your_own_portal?
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED] To contact the list 
 administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]