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

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



Hello and thanks for your reply

I tried:
find ./ | grep .so

in the top level php4.0.5 directory. No luck

Just to confirm, my httpd.conf file after a make clean shows an uncommented
mod_php line. Maybe that is there in place of the mod_php 4 line most raq 3
tutorials suggest? Might be dumb question, but I was wondering what if I
uncomment that and restart apache with my existing changed UPdated, that is,
smf.conf file

Would it really cause an error
(yes)

Crud lol

I tried. There is just no showing of a libphp4.so, just libphp4.la

thanks. This is frustrating, everybody on this planet can do this, I feel
quite foolish lol. Should I show my steps a - z? If so, I can do tha, I'll
save space by assuming not since you guys are busy.

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
>