ID:               12994
 Comment by:       k at k dot com
 Reported By:      st at ez dot no
 Status:           Bogus
 Bug Type:         MySQL related
 Operating System: red hat 7.1
 PHP Version:      4.0.6
 New Comment:

yes thats right. not working :((


Previous Comments:
------------------------------------------------------------------------

[2001-08-28 05:16:58] [EMAIL PROTECTED]

Please use this php.ini directive instead of tampering with
configure:

; Default socket name for local MySQL connects.  If empty, uses the
built-in MySQL defaults.
mysql.default_socket =


Not a bug.


------------------------------------------------------------------------

[2001-08-28 05:05:12] st at ez dot no

Hi!

When I edit ./php-4.0.6/ext/mysql/config.m4n to this:
[...]
AC_DEFUN(PHP_MYSQL_SOCK,[
  AC_MSG_CHECKING(for MySQL UNIX socket)
  MYSQL_SOCK=/opt/ezpublish/mysql.sock
#  for i in  \
#      /var/run/mysqld/mysqld.sock \
#      /var/tmp/mysql.sock \
#      /var/lib/mysql/mysql.sock \
#      /var/mysql/mysql.sock \
#      ; do
#    if test -r $i; then
#      MYSQL_SOCK=$i
#    fi
# done
  AC_DEFINE_UNQUOTED(MYSQL_UNIX_ADDR, "$MYSQL_SOCK", [ ])
[...]

then I run ./buildconf and 
./configure  --prefix=/opt/ezpublish/php-4.0.6 
--with-mysql=/opt/ezpublish/mysql-3.23.40 
--with-apxs=/opt/ezpublish/apache-1.3.20/bin/apxs 
--enable-track-vars --enable-trans-sid 
--disable-magic-quotes --with-dom --with-zlib

then make ; make install


Why does it still use /var/lib/mysql.soc etc ? I don't 
have /opt/ezpublish/mysql.sock wich I sat to MYSQL_SOCK 
but it still work well.. 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=12994&edit=1

Reply via email to