On Mon, 19 Mar 2001, George P. Taylor IX wrote:
>Would you please thoroughly describe the adjustment you made?
>
>I think it might help m and others.
I can't see how, but here comes the part I added:
<-------cut-------->
dnl Check if mysql_config is found. If yes, use the LIBS provided by it..
if test -x "$MYSQL_DIR/bin/mysql_config"; then
PHP_EVAL_LIBLINE($MYSQL_DIR/bin/mysql_config --libs)
fi
<-------cut-------->
ie. if you've got the 'mysql_config' then the libs mysql needs can
be determined with it.
--Jani
>> This one doesn't have anything to do with that. It's just the
>> lack of using --with-zlib in the configure line. I made a little
>> adjustment for detecting whether libmysqlclient.so is linked with
>> libz in CVS but it's not bulletproof solution. One solution
>> is to use the bundled libmysqlclient (just leave out the path)..
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]