I'm trying to install php-3.0.18 as cgi-bin on a RedHat 7.1 box so I can
use some admin tools that require version 3 of php. Configure goes ok
...

./configure --with-gd=/usr/lib --with-mysql=/usr/local/mysql
--enable-sysvshm=yes --enable-sysvsem=yes --with-config-file-path=/etc
--enable-debug=no

... but make fails with the following error.

functions/file.o: In function 'php3_tempnam':
/usr/local/src/php-3.0.18/functions/file.c:463 the use of 'tempnam' is
dangerous, better use 'mkstemp'

I cannot see all of what is happening as the screen is filled with text,
mostly references to a lot of functions/'something'.o files, but the top
part of it scrolls off the screen.

Any ideas why this is happening? I really like to use the admin tools
for Hawkeye but they purport to work only with php3 which I can't get to
compile cgi-bin.

Thanks.


-- 
Mike Rambo
[EMAIL PROTECTED]

-- 
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]

Reply via email to