On Mon, 2004-11-22 at 16:10, Sarah wrote:
> Hi Chuck,
> If I get the compiler then the configure command will
> work correctly? Is it easy to install the compiler?
> Could I put the configure and make commands into a
> file and then do a php exec to run it?
> 
> Thanks,
> Sarah
> 
> --- Chuck Ouellette <[EMAIL PROTECTED]> wrote:
> 
> > After you run configure still being in your "PHP
> > Source" directory just
> > type "make" if that compiles without errors type in
> > "make install" and
> > that will install your new binaries in there
> > respective directories.
> > You need to make sure you have a current version of
> > "make" and a GNU gcc
> > compiler installed.

Sarah,

It is just as Chuck says. What OS are you using? Assuming its a
GNU/Linux then the normal compiler is gcc. You can check you have it by
doing "which gcc" (this returns the path to the compiler, here it is
/usr/bin/gcc). If you are on Solaris then the compiler is cc so do a
"which cc".

I would be surprised if you do not need more options to your configure
line. Do you just need payflow pro or other extensions like a database?
Is a previous version of PHP already installed? If so you can put a
phpinfo.php file (containing just "<?php phpinfo(); ?>" under you
document root directory and look at the output. It will give the
configure options used.

HTH
Chris

Reply via email to