Re: [PHP] Compile 4.3.2 Errors.

2003-06-05 Thread Kent C. Kollasch
The build doesn't even get past the first program to compile.  I used 
the defaults in configure and ran make an it fails immediately.

Evan Nemerson wrote:
Don't know about 4.3.2, but at the end of 5.0-dev make, the following message 
is output:

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).


On Saturday 31 May 2003 06:29 am, Volker Augustin wrote:

hi,
this sounds like a warning not like an error, your php is successfully
compiled...(most software i know an compile got this message.)
can you post a little bit more debug information?
volker

- Original Message -
From: Alberto Ferrer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 3:16 PM
Subject: [PHP] Compile 4.3.2 Errors.

Im compiling the last vercion of PHP 4.3.2 and says this after finish of
compile.
The system is a Redhat 7.3, Apache 1.3.27.
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam'
is


dangerous, better use `mkstemp'



--
--
   Alberto Ferrer
   [EMAIL PROTECTED]
 http://www.barrahome.org
--
Syntax Error in KITCHEN.H: COFFEE not found.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Alberto Ferrer
Im compiling the last vercion of PHP 4.3.2 and says this after finish of
compile.
The system is a Redhat 7.3, Apache 1.3.27.

ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is
dangerous, better use `mkstemp'



--
--
Alberto Ferrer
[EMAIL PROTECTED]
  http://www.barrahome.org
--
Syntax Error in KITCHEN.H: COFFEE not found.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Volker Augustin
hi,
this sounds like a warning not like an error, your php is successfully
compiled...(most software i know an compile got this message.)
can you post a little bit more debug information?

volker

- Original Message -
From: Alberto Ferrer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 3:16 PM
Subject: [PHP] Compile 4.3.2 Errors.


 Im compiling the last vercion of PHP 4.3.2 and says this after finish of
 compile.
 The system is a Redhat 7.3, Apache 1.3.27.

 ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
 /root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam'
is
 dangerous, better use `mkstemp'



 --
 --
 Alberto Ferrer
 [EMAIL PROTECTED]
   http://www.barrahome.org
 --
 Syntax Error in KITCHEN.H: COFFEE not found.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Philip Olson

On Sat, 31 May 2003, Alberto Ferrer wrote:

 Im compiling the last vercion of PHP 4.3.2 and says this after finish of
 compile.
 The system is a Redhat 7.3, Apache 1.3.27.
 
 ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
 /root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam' is
 dangerous, better use `mkstemp'

And about two lines down from that warning you'll see this:

  Build complete.
  (It is safe to ignore warnings about tempnam and tmpnam).

As this build note was added in PHP 4.3.2 because too many bogus 
bug reports and support questions were coming up about this 
warning.  There is also a faq about this warning:

  http://www.php.net/manual/en/faq.build.php#faq.build.mysql.tempnam

Regards,
Philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Evan Nemerson
Don't know about 4.3.2, but at the end of 5.0-dev make, the following message 
is output:

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).




On Saturday 31 May 2003 06:29 am, Volker Augustin wrote:
 hi,
 this sounds like a warning not like an error, your php is successfully
 compiled...(most software i know an compile got this message.)
 can you post a little bit more debug information?

 volker

 - Original Message -
 From: Alberto Ferrer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, May 31, 2003 3:16 PM
 Subject: [PHP] Compile 4.3.2 Errors.

  Im compiling the last vercion of PHP 4.3.2 and says this after finish of
  compile.
  The system is a Redhat 7.3, Apache 1.3.27.
 
  ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
  /root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam'

 is

  dangerous, better use `mkstemp'
 
 
 
  --
  --
  Alberto Ferrer
  [EMAIL PROTECTED]
http://www.barrahome.org
  --
  Syntax Error in KITCHEN.H: COFFEE not found.
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

-- 

Know me? Know me??? What the hell does that mean, know me, you want to know 
me? Well you don't know me, and you'll never know me. Nobody knows me, or 
you, or eachother. Nobody in this world knows anybody else. You'll never know 
me. Ever.

-Rules of Attraction


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Compile 4.3.2 Errors.

2003-06-01 Thread Thomas Seifert
the same is given for 4.3.2, just compiled it today :).


Thomas

On Sat, 31 May 2003 12:50:38 -0700 [EMAIL PROTECTED] (Evan Nemerson) wrote:

 Don't know about 4.3.2, but at the end of 5.0-dev make, the following message 
 is output:
 
 Build complete.
 (It is safe to ignore warnings about tempnam and tmpnam).
 
 
 
 
 On Saturday 31 May 2003 06:29 am, Volker Augustin wrote:
  hi,
  this sounds like a warning not like an error, your php is successfully
  compiled...(most software i know an compile got this message.)
  can you post a little bit more debug information?
 
  volker
 
  - Original Message -
  From: Alberto Ferrer [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, May 31, 2003 3:16 PM
  Subject: [PHP] Compile 4.3.2 Errors.
 
   Im compiling the last vercion of PHP 4.3.2 and says this after finish of
   compile.
   The system is a Redhat 7.3, Apache 1.3.27.
  
   ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
   /root/php-4.3.2/ext/mysql/libmysql/my_tempnam.c:115: the use of `tempnam'
 
  is
 
   dangerous, better use `mkstemp'
  
  
  
   --
   --
   Alberto Ferrer
   [EMAIL PROTECTED]
 http://www.barrahome.org
   --
   Syntax Error in KITCHEN.H: COFFEE not found.
  
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
 
 -- 
 
 Know me? Know me??? What the hell does that mean, know me, you want to know 
 me? Well you don't know me, and you'll never know me. Nobody knows me, or 
 you, or eachother. Nobody in this world knows anybody else. You'll never know 
 me. Ever.
 
 -Rules of Attraction
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php