you guys are GREAT I did re configure with apxs, right?
Did the make/make install shtick and guess what I see in httpd.conf file ? That happy bouncy lovely line I was looking for Ok...so, now that I edited my apxs and edited the smf.conf file I just restart and do my thing. Fine In the future, to add mysql, the *only* way to add that and gd library is to A.) rm config.cache B.) make clean C.) ./configure -- apxs=/usr/sbin/apxs --with-mysql --with-gd blah blah and cross my fingers If there is an error, I presume my php settings will still be uninterupted changes are only made A.)If the new ./config works (Gulp) And B.) After httpd stop/restart Is this correct? did santa picklebrain give you teh gift of not needing me to ask 20 more questions *Drumroll* Ok, back to being serious for a minute. Am I correct? If so, this is making more sense. Thanks for your help, I know you guys are busy and I respect your time Joel ----- Original Message ----- From: Gerald Waugh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 26, 2001 1:44 AM Subject: Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almost done > On Tuesday 25 December 2001 01:37 pm, you wrote: > > 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) > > If I add that line to the httpd.conf will it know what to do? > > No, I think you actualy have to have the file /usr/lib/apache/libphp4.so > > > I even tried locate libphp4 and only get .a type files > > > > should I redo with another php source? > > > I really don't know. > Are you giving ./configure some options? > ./configure --with-mysql --with-apxs=/usr/sbin/apxs --enable-ftp > --with-openssl=/usr/local/ssl/ > > Are you positive you are not getting compile errors? > Does "make" and "make install complete with no errors? > Gerald > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers > _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
