Re: [PHP] still running the old version after recompiling??

2002-06-03 Thread Evan Nemerson

In that case, you can look at your autoexec.bat. There is a variable (I think 
called path). Just make sure it's right.


On Sunday 02 June 2002 21:31 pm, you wrote:
> I forgot to write I run on a win98, so no shell :)
> So what?
>
> Makis
>
> > -Original Message-
> > From: Evan Nemerson [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, June 03, 2002 1:52 AM
> > To: savaidis; [EMAIL PROTECTED]
> > Subject: Re: [PHP] still running the old version after recompiling??
> >
> >
> > Do "echo $PATH" from a shell. This will output a list of several folders,
> > seperated by a semi-colon. Check each of these folders for a file named
> > "Php". Rename to "php". That should do the trick.
> >
> > On Sunday 02 June 2002 11:01 am, savaidis wrote:
> > > I have one similar problem.
> > >
> > > I had a directory "Php" under my "root" directory that was the root for
> > > Apache.
> > > Then I rename "Php" to "php" but after restart, reset ecc - some months
> > > now- still recognize only "Php" and NOT "php".
> > >
> > > What's wrong?
> > >
> > > Makis
> > >
> > > > -Original Message-
> > > > From: Andy [mailto:[EMAIL PROTECTED]]
> > > > Sent: Sunday, June 02, 2002 4:51 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [PHP] still running the old version after recompiling??
> > > >
> > > >
> > > > Hello Jason,
> > > >
> > > > you have been right, I did a new one on a fresh php untared dir.
> > > > And the new
> > > > php install is recognized.
> > > >
> > > > But I am still fighting with the installation. I need
> >
> > freetype2 and I did
> >
> > > > configure it ok, compiled freetype, gd2 but still I am getting a:
> > > > function: imagettfbbox()  not found
> > > >
> > > > Php did not complain about not finding freetype. Maybe php
> >
> > compiled with
> >
> > > > freetype 1 but how come?
> > > > This drives me cracy! I did install php on several machines at
> > > > home running
> > > > the same operating system like my provider is offering. It
> >
> > always worked
> >
> > > > fine.
> > > >
> > > > do u have a good advice?
> > > >
> > > > Thank you for your help,
> > > >
> > > > Andy
> > > >
> > > >
> > > >
> > > >
> > > > "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > >
> > > > > On Sunday 02 June 2002 17:32, Andy wrote:
> > > > > > Hi there,
> > > > > >
> > > > > > I did recompile php with different flags. Phpinfo() tells
> >
> > me that I
> >
> > > > > > am still running the old insatllation! I did restart apache after
> > > >
> > > > compiling.
> > > >
> > > > > > So whats wrong. Did I forget something?
> > > > > >
> > > > > > I did
> > > > > > configure with some flags
> > > > > > make
> > > > > > make install
> > > > > >
> > > > > > restart apache
> > > > >
> > > > > 1) To avoid any complications I always compile from a
> >
> > freshly unpacked
> >
> > > > tar.gz.
> > > >
> > > > > 2) Stop apache before doing "make install" (not sure whether it
> > > >
> > > > makes any
> > > >
> > > > > difference but it doesn't hurt to do so).
> > > > >
> > > > > --
> > > > > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > > > > Open Source Software Systems Integrators
> > > > > * Web Design & Hosting * Internet & Intranet Applications
> >
> > Development *
> >
> > > > > /*
> > > > > There are two ways of disliking poetry; one way is to
> >
> > dislike it, the
> >
> > > > > other is to read Pope.
> > > > > -- Oscar Wilde
> > > > > */
> > > >
> > > > --
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > --
> > I am prepared to meet anyone, but whether anyone is prepared for
> > the great
> > ordeal of meeting me is another matter.
> >
> > Samuel Clemens

-- 
Knowledge is power. Information is liberating. Education is the premise of 
progress, in every society, in every family.

Kofi Annan


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




RE: [PHP] still running the old version after recompiling??

2002-06-03 Thread savaidis

There is not in PATH the directory name ("Php" or "php")
Neither something related to "Apache".


Makis


> -Original Message-
> From: Jason Wong [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 03, 2002 10:31 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] still running the old version after recompiling??
> 
> 
> On Monday 03 June 2002 12:31, savaidis wrote:
> > I forgot to write I run on a win98, so no shell :)
> > So what?
> 
> The equivalent in Win98 is to open an MS-DOS prompt and type: path
> 
> -- 
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
> 
> /*
> Whom the gods would destroy, they first teach BASIC.
> */
> 
> 
> -- 
> 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




Re: [PHP] still running the old version after recompiling??

2002-06-03 Thread Jason Wong

On Monday 03 June 2002 12:31, savaidis wrote:
> I forgot to write I run on a win98, so no shell :)
> So what?

The equivalent in Win98 is to open an MS-DOS prompt and type: path

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

/*
Whom the gods would destroy, they first teach BASIC.
*/


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




RE: [PHP] still running the old version after recompiling??

2002-06-02 Thread savaidis

I forgot to write I run on a win98, so no shell :)
So what?

Makis


> -Original Message-
> From: Evan Nemerson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 03, 2002 1:52 AM
> To: savaidis; [EMAIL PROTECTED]
> Subject: Re: [PHP] still running the old version after recompiling??
>
>
> Do "echo $PATH" from a shell. This will output a list of several folders,
> seperated by a semi-colon. Check each of these folders for a file named
> "Php". Rename to "php". That should do the trick.
>
>
>
> On Sunday 02 June 2002 11:01 am, savaidis wrote:
> > I have one similar problem.
> >
> > I had a directory "Php" under my "root" directory that was the root for
> > Apache.
> > Then I rename "Php" to "php" but after restart, reset ecc - some months
> > now- still recognize only "Php" and NOT "php".
> >
> > What's wrong?
> >
> > Makis
> >
> > > -Original Message-
> > > From: Andy [mailto:[EMAIL PROTECTED]]
> > > Sent: Sunday, June 02, 2002 4:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [PHP] still running the old version after recompiling??
> > >
> > >
> > > Hello Jason,
> > >
> > > you have been right, I did a new one on a fresh php untared dir.
> > > And the new
> > > php install is recognized.
> > >
> > > But I am still fighting with the installation. I need
> freetype2 and I did
> > > configure it ok, compiled freetype, gd2 but still I am getting a:
> > > function: imagettfbbox()  not found
> > >
> > > Php did not complain about not finding freetype. Maybe php
> compiled with
> > > freetype 1 but how come?
> > > This drives me cracy! I did install php on several machines at
> > > home running
> > > the same operating system like my provider is offering. It
> always worked
> > > fine.
> > >
> > > do u have a good advice?
> > >
> > > Thank you for your help,
> > >
> > > Andy
> > >
> > >
> > >
> > >
> > > "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > >
> > > > On Sunday 02 June 2002 17:32, Andy wrote:
> > > > > Hi there,
> > > > >
> > > > > I did recompile php with different flags. Phpinfo() tells
> me that I
> > > > > am still running the old insatllation! I did restart apache after
> > >
> > > compiling.
> > >
> > > > > So whats wrong. Did I forget something?
> > > > >
> > > > > I did
> > > > > configure with some flags
> > > > > make
> > > > > make install
> > > > >
> > > > > restart apache
> > > >
> > > > 1) To avoid any complications I always compile from a
> freshly unpacked
> > >
> > > tar.gz.
> > >
> > > > 2) Stop apache before doing "make install" (not sure whether it
> > >
> > > makes any
> > >
> > > > difference but it doesn't hurt to do so).
> > > >
> > > > --
> > > > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > > > Open Source Software Systems Integrators
> > > > * Web Design & Hosting * Internet & Intranet Applications
> Development *
> > > >
> > > > /*
> > > > There are two ways of disliking poetry; one way is to
> dislike it, the
> > > > other is to read Pope.
> > > > -- Oscar Wilde
> > > > */
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> I am prepared to meet anyone, but whether anyone is prepared for
> the great
> ordeal of meeting me is another matter.
>
> Samuel Clemens
>


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




Re: [PHP] still running the old version after recompiling??

2002-06-02 Thread Evan Nemerson

Do "echo $PATH" from a shell. This will output a list of several folders, 
seperated by a semi-colon. Check each of these folders for a file named 
"Php". Rename to "php". That should do the trick.



On Sunday 02 June 2002 11:01 am, savaidis wrote:
> I have one similar problem.
>
> I had a directory "Php" under my "root" directory that was the root for
> Apache.
> Then I rename "Php" to "php" but after restart, reset ecc - some months
> now- still recognize only "Php" and NOT "php".
>
> What's wrong?
>
> Makis
>
> > -Original Message-----
> > From: Andy [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, June 02, 2002 4:51 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP] still running the old version after recompiling??
> >
> >
> > Hello Jason,
> >
> > you have been right, I did a new one on a fresh php untared dir.
> > And the new
> > php install is recognized.
> >
> > But I am still fighting with the installation. I need freetype2 and I did
> > configure it ok, compiled freetype, gd2 but still I am getting a:
> > function: imagettfbbox()  not found
> >
> > Php did not complain about not finding freetype. Maybe php compiled with
> > freetype 1 but how come?
> > This drives me cracy! I did install php on several machines at
> > home running
> > the same operating system like my provider is offering. It always worked
> > fine.
> >
> > do u have a good advice?
> >
> > Thank you for your help,
> >
> > Andy
> >
> >
> >
> >
> > "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > > On Sunday 02 June 2002 17:32, Andy wrote:
> > > > Hi there,
> > > >
> > > > I did recompile php with different flags. Phpinfo() tells me that I
> > > > am still running the old insatllation! I did restart apache after
> >
> > compiling.
> >
> > > > So whats wrong. Did I forget something?
> > > >
> > > > I did
> > > > configure with some flags
> > > > make
> > > > make install
> > > >
> > > > restart apache
> > >
> > > 1) To avoid any complications I always compile from a freshly unpacked
> >
> > tar.gz.
> >
> > > 2) Stop apache before doing "make install" (not sure whether it
> >
> > makes any
> >
> > > difference but it doesn't hurt to do so).
> > >
> > > --
> > > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > > Open Source Software Systems Integrators
> > > * Web Design & Hosting * Internet & Intranet Applications Development *
> > >
> > > /*
> > > There are two ways of disliking poetry; one way is to dislike it, the
> > > other is to read Pope.
> > > -- Oscar Wilde
> > > */
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php

-- 
I am prepared to meet anyone, but whether anyone is prepared for the great 
ordeal of meeting me is another matter.

Samuel Clemens


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




RE: [PHP] still running the old version after recompiling??

2002-06-02 Thread savaidis

I have one similar problem.

I had a directory "Php" under my "root" directory that was the root for
Apache.
Then I rename "Php" to "php" but after restart, reset ecc - some months now-
still recognize only "Php" and NOT "php".

What's wrong?

Makis


> -Original Message-
> From: Andy [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 02, 2002 4:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] still running the old version after recompiling??
>
>
> Hello Jason,
>
> you have been right, I did a new one on a fresh php untared dir.
> And the new
> php install is recognized.
>
> But I am still fighting with the installation. I need freetype2 and I did
> configure it ok, compiled freetype, gd2 but still I am getting a:
> function: imagettfbbox()  not found
>
> Php did not complain about not finding freetype. Maybe php compiled with
> freetype 1 but how come?
> This drives me cracy! I did install php on several machines at
> home running
> the same operating system like my provider is offering. It always worked
> fine.
>
> do u have a good advice?
>
> Thank you for your help,
>
> Andy
>
>
>
>
> "Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > On Sunday 02 June 2002 17:32, Andy wrote:
> > > Hi there,
> > >
> > > I did recompile php with different flags. Phpinfo() tells me that I am
> > > still running the old insatllation! I did restart apache after
> compiling.
> > > So whats wrong. Did I forget something?
> > >
> > > I did
> > > configure with some flags
> > > make
> > > make install
> > >
> > > restart apache
> >
> > 1) To avoid any complications I always compile from a freshly unpacked
> tar.gz.
> > 2) Stop apache before doing "make install" (not sure whether it
> makes any
> > difference but it doesn't hurt to do so).
> >
> > --
> > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > Open Source Software Systems Integrators
> > * Web Design & Hosting * Internet & Intranet Applications Development *
> >
> > /*
> > There are two ways of disliking poetry; one way is to dislike it, the
> > other is to read Pope.
> > -- Oscar Wilde
> > */
> >
>
>
>
> --
> 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




Re: [PHP] still running the old version after recompiling??

2002-06-02 Thread Andy

Hello Jason,

you have been right, I did a new one on a fresh php untared dir. And the new
php install is recognized.

But I am still fighting with the installation. I need freetype2 and I did
configure it ok, compiled freetype, gd2 but still I am getting a:
function: imagettfbbox()  not found

Php did not complain about not finding freetype. Maybe php compiled with
freetype 1 but how come?
This drives me cracy! I did install php on several machines at home running
the same operating system like my provider is offering. It always worked
fine.

do u have a good advice?

Thank you for your help,

Andy




"Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Sunday 02 June 2002 17:32, Andy wrote:
> > Hi there,
> >
> > I did recompile php with different flags. Phpinfo() tells me that I am
> > still running the old insatllation! I did restart apache after
compiling.
> > So whats wrong. Did I forget something?
> >
> > I did
> > configure with some flags
> > make
> > make install
> >
> > restart apache
>
> 1) To avoid any complications I always compile from a freshly unpacked
tar.gz.
> 2) Stop apache before doing "make install" (not sure whether it makes any
> difference but it doesn't hurt to do so).
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
> /*
> There are two ways of disliking poetry; one way is to dislike it, the
> other is to read Pope.
> -- Oscar Wilde
> */
>



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




Re: [PHP] still running the old version after recompiling??

2002-06-02 Thread Jason Wong

On Sunday 02 June 2002 17:32, Andy wrote:
> Hi there,
>
> I did recompile php with different flags. Phpinfo() tells me that I am
> still running the old insatllation! I did restart apache after compiling.
> So whats wrong. Did I forget something?
>
> I did
> configure with some flags
> make
> make install
>
> restart apache

1) To avoid any complications I always compile from a freshly unpacked tar.gz.
2) Stop apache before doing "make install" (not sure whether it makes any 
difference but it doesn't hurt to do so).

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

/*
There are two ways of disliking poetry; one way is to dislike it, the
other is to read Pope.
-- Oscar Wilde
*/


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