ID:               18643
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         Compile Warning
 Operating System: Compaq Tru64
 PHP Version:      4CVS-2002-08-14
 Assigned To:      georg
 New Comment:

I downloaded the latest snapshot i.e php4-STABLE-200211220430 today and
compliled using the options  

./configure --with-mysql --with-gd=/usr/local
--with-png-dir=/downloads/libpng-1.2.5
--with-zlib-dir=/downloads/zlib-1.1.4  
--with-apxs=/usr/local/apache/bin/apxs
--with-jpeg-dir=/downloads/jpeg-6b --with-mail --enable-track-vars

but still was getting the errors 

ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/downloads/php4-STABLE-200211220430/ext/mysql/libmysql/my_tempnam.c:103:
the use of `tempnam' is dangerous, better use `mkstemp'

then I went to www.mysql.com  and downloaded their latest binary 
mysql-3.23.53a-pc-linux-gnu-i686.tar.gz and installed it into
/usr/local/mysql

and changed the configure options to 

./configure --with-mysql=/usr/local/mysql --with-gd=/usr/local
--with-png-dir=/downloads/libpng-1.2.5
--with-zlib-dir=/downloads/zlib-1.1.4  
--with-apxs=/usr/local/apache/bin/apxs
--with-jpeg-dir=/downloads/jpeg-6b --with-mail --enable-track-vars


note:- --with-mysql=/usr/local/mysql

and it compiled perfect

chris
http://www.chrisranjana.com


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

[2002-08-23 11:58:44] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



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

[2002-08-14 18:02:05] [EMAIL PROTECTED]

After chating with georg about this it seems that this bug has been
fixed in the MySQL end of things, and we are just awaiting an update
from thier end (Zak?).  

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

[2002-08-14 14:34:32] [EMAIL PROTECTED]

http://nohn.net/lalafarm/200208140900-error.log

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

[2002-08-13 22:27:25] [EMAIL PROTECTED]

Sebastian is this still true with georg's recent work?

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

[2002-07-30 08:42:22] [EMAIL PROTECTED]

cc: Warning:
/usr/users/nohn/php4-200207292100/ext/mysql/libmysql/my_tempnam.c, 
line 99: In this statement, the referenced type of the pointer value
"(const cha
r ...)temp_env" is "pointer to const signed char", which is not
compatible with 
"pointer to signed char". (ptrmismatch)
    environ=(const char**)temp_env;             /* May give warning */
----^
cc: Warning:
/usr/users/nohn/php4-200207292100/ext/mysql/libmysql/my_tempnam.c, 
line 105: In this statement, the referenced type of the pointer value
"(const char ...)old_env" is "pointer to const signed char", which is
not compatible with 
"pointer to signed char". (ptrmismatch)
  environ=(const char**)old_env;                /* May give warning */
--^


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


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

Reply via email to