[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP Upgrade
- Subject: Re: [cobalt-users] PHP Upgrade
- From: "Brett" <cobalt@xxxxxxxxxxxxxxxxx>
- Date: Thu Apr 12 05:46:18 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Hi,
>
> I am upgrading PHP Version 4.0.3pl1 on a Raq4i to 4.0.4pl1, I have used
> phpinfo() to get the following configuration info:
> './configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd'
> '--with-gettext=/usr' '--enable-safe-mode'
> '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin'
> '--with-zlib' '--enable-magic-quotes' '--with-regex=system'
> '--with-ttf=/usr/lib/libttf.so' '--enable-track-vars' '--enable-xml'
> '--disable-debug' '--with-db3' '--with-interbase=shared'
> '--with-pgsql=shared' '--with-ldap' '--with-imap'
> If I use the same command to configure the new version it fails unless I
> remove the '--with-db3' option. Any ideas where I should go from here?
> Also if I use the '--with-mysql' option it configures correctly but warns
> not to use the built in php mysql support, is this something that I should
> worry about?
> Thanks
> Mark Roebuck
>
You version of PHP has mysql built in by default. It is not neccessary to
include the --with-musql option. If you have already and mysql works, I
would not be too concerned. The db3 option is for the berkely database. It
is used by mysql for transaction support. I am not completely sure if it is
used by interbase or not, no experience with interbase. If you want more
information about the berkeley database go to www.sleepycat.com. If you are
using mysql and do not have a need for transaction support, leaving the
option out will not hurt. It seems like you were not aware of what db3
meant, so removing it from your configure options will not affect the way
you expect PHP to work.
HTH,
Brett