Do you have a dedicated server? If you are on a shared host, I doubt
you can compile/install PHP yourself.

Let's assume you do have the server to yourself, you need to grab the
PHP source file from php.net. Extract the tarball to a directory, say,
called 'php':

cd php
./configure  --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/
usr/local/mysql
make
make test
make install

The exact location of apxs2 and MySQL on your system might be
different from what I have above. Change the path when necessary.

On Nov 27, 3:31 pm, lynch <[EMAIL PROTECTED]> wrote:
> @ RichardAtHome
>
> I think mysql is running well. In past, i used it many times outside
> cakephp.
>
> In my phpinfo(), in configure command, there was no line like --with-
> mysql=/path/to/mysql If i am right the mysql extension is not the same
> like the normal mysql. For this i need to ./configure php with this --
> with-mysql=/path/to/mysq. But as you already realised, i´m really new
> in this, i just cant find the right directory in wich the ./configure
> command works. i tried a lot, but nothing.
>
> @ quakey
>
> do you mean the same with recompile? If yes, could anybody give me a
> hint how and where?
>
> lynch

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to