[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almostdone



By the way, I use mysql with Asp already

do I use
mysql=shared
or just --with-mysql=/usr/local
or
--with-mysql
if I want php to access the tables I access with php?

Thanks, I get confused sometimes with the logic of
how to use it

Joel
----- Original Message -----
From: Matthew Nuzum <cobalt@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Tuesday, December 25, 2001 9:41 PM
Subject: Re: [cobalt-developers] Need confirmation per raq 3/php 4.
Almostdone


> On Tue, 2001-12-25 at 13:37, Joel Holtzman wrote:
> > Thanks for that link
> >
> > for some reason
> > I try
> > rm config.cache
> > make clean
> >
> > I do it again
> >
> > the ./configure
> > ...
> > make
> > make install
> >
> > and once again, I search in
> > /usr/lib/apache/
> > and only see libperl.so
> > not php4.so (libphp4.so)
>
> Are you sure that it is compiling OK?  in your PHP source directory,
> doing a find ./ | grep .so should turn up something.  If it's not, then
> you may not be completing the compile successfully.
>
> Also, are you using --with-apxs?  Are you defining the filesystem
> layout?
>
> Here's the config I used when compiling an updated PHP 4.0.6.  Note that
> you have to do some fancy stuff to get all of these modules working
> (such as DOM) so you may want to strip off the configure options for
> modules you don't need.
> ./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-libdir=/usr/lib \
> --with-gdbm \
> --with-interbase=shared \
> --with-pgsql=shared \
> --with-ldap \
> --with-imap \
> --with-kerberos \
> --with-dom \
> --with-mysql=shared
>
> Matthew Nuzum
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>