[EMAIL PROTECTED] wrote:

> Hello, and thanks for your time. First time...
> 
> I saw a great resource on installing php on raq 3 (What I have, linux)
> http://marc.theaimsgroup.com/?l=php-general&m=98039640119670&q=raw
> 
> but the thing is I have mysql installed
> 
> when I do am done downloading, it says to use:
> ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/local/mysql 
> --enable-track-vars --enable-trans-sid --enable-ftp
> 
> Ok, but I have mysql. Should I remove the --with mysql ...


Depends, use which ever works better for you.

> and to have GD support, do I need a 'with gd ...'
> if so, what would that be? (I thought it was included)


Read manual and do "./configure --help" for this

 
> Or if I install postgres. Should I do that first?


Yes. You need libpq and headers.


> Do I need *Specific* syntax for postgres, such as --with-mysql=/usr/...


If you install postgres to default locations, it's not required.

--
Yasuo Ohgaki


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to