Hi

So I stopped apache, then for php:

./configure --with-mysql=/usr/ --with-xml --with-gettext
--with-apxs=/usr/local/apache/bin/apxs
make
make install

Everything worked fine apart from I am in exactly the same situation.
Apache is working with one version of php and the command line version
is different.

I have even re-installed everything from scratch (apache and php) from
source and still I get the same result - apache's version of php is
still 4.3.1, despite installing version 4.3.7 of php

CAN anyone tell me how to get rid of this old version of php which
apache insists on using????

Thanks :-)

Mick


-----Original Message-----
From: michael watson (IAH-C) 
Sent: 18 June 2004 14:51
To: Jason Wong; [EMAIL PROTECTED]
Subject: RE: [PHP] Call to undefined function: bindtextdomain()


Hi Jason

Sorry to be a pain.  I didn't use apxs, I installed apache and php from
source using a devshed.com recipe.

Mick

-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED] 
Sent: 18 June 2004 14:46
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Call to undefined function: bindtextdomain()


On Friday 18 June 2004 21:26, michael watson (IAH-C) wrote:

> So in that case, if I want to upgrade the php that apache and mod_php
> use, I have to re-install apache, mod_php and php all over again?

No. Assuming you installed apache-module of php using apxs then
recompiling 
php and 'make install' will automatically "do the right thing". There is
no 
need to touch either MySQL or Apache.

-- 
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
------------------------------------------
/*
Kids, the seven basic food groups are GUM, PUFF PASTRY, PIZZA,
PESTICIDES, ANTIBIOTICS, NUTRA-SWEET and MILK DUDS!! */

-- 
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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to