Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 22:44, michael watson (IAH-C) wrote: > OK, that worked :-) > Now, do I really trust myself to do "rm -rf /usr/local/apache/" on my > production server? > *strokes chin* mv /usr/local/apache /some/directory/that/will/never/be/accidently/deleted -- Jason Wong -> Gremlins Ass

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
[PHP] Call to undefined function: bindtextdomain() On Friday 18 June 2004 22:15, michael watson (IAH-C) wrote: > ./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 i

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 22:15, michael watson (IAH-C) wrote: > ./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 ph

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread John Nichel
michael watson (IAH-C) wrote: Hi Jason I tried that. I am still left with two versions of php - the one from the command line which has gettext compiled into it (4.3.7), and the one which apache uses, which hasn't (4.3.1). Mick Did you restart Apache after you compiled the newer version? -- John C

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
15:17 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined function: bindtextdomain() On Friday 18 June 2004 21:50, michael watson (IAH-C) wrote: > Sorry to be a pain. I didn't use apxs, I installed apache and php > from source using a devshed.com recipe. It's been years s

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 21:50, michael watson (IAH-C) wrote: > Sorry to be a pain. I didn't use apxs, I installed apache and php from > source using a devshed.com recipe. It's been years since I last did a non-apxs install. OK you was using the "soothingly..." guide. Basically repeat the necessa

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
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 sour

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
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 fun

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
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 instal

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
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? -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 14:20 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 21:10, michael watson (IAH-C) wrote: > Test.php (which merely executes seems to think I still > have PHP version 4.3.3, vene though the output of /usr/local/bin/php -v > is 4.3.7. If I log in as my apache user, and execute "which php", it > tells me /usr/local/bin/php It

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
rrors about "Call to undefined function"... But NEVER from the command line using php, always from apache using php. Mick -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 13:59 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined function: bindte

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 18:07, michael watson (IAH-C) wrote: > So, my question is, having not compiled php with that switch in the > first place, how can I get the functionality I need into PHP without > breaking everything else? In general, you can recompile PHP to your hearts content without bre

[PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
Hi I am running Suse Linux 8.2, Apache 1.3.28, MySQL 4 and PHP 4.3.3 - all installed from source as I couldn't get the necessary integration when using rpms. I have several production systems working with this configuration. However, I now need to set up another one, and this one can't find bindt