Posted by Good Man on 07/11/07 22:23
"nobody" <nobody@nobody.com> wrote in
news:f737t9$jjn$1@news.Stanford.EDU:
> But in the phpinfo.php page,
>
> it shows '--without-mysql' '--without-gd' '--without-odbc' '
>
>
> how do I change that to with-mysql?
>
> it has no support for mysql right now
i'm pretty sure you have to rebuild/recompile (shoot me, i don't know the
right word) it manually... or whatever this step is:
../configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --disable-
debug --enable-ftp --enable-inline-optimization --enable-magic-quotes --
enable-mbstring --enable-mm=shared --enable-safe-mode --enable-track-vars
--enable-trans-sid --enable-wddx=shared --enable-xml --with-dom --with-
gettext --with-mysql=/usr/local/mysql --with-regex=system --with-xml --
with-zlib-dir=/usr/lib --enable-bcmath --enable-calendar --with-config-
file-path=/usr/local/lib --with-jpg-dir=/usr/local/lib --with-png-
dir=/usr/local/libpng-1.2.12 --with-gd
.... followed with make and make install
Navigation:
[Reply to this message]
|