• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Recompiling PHP

eLiTeGoodGuy

Golden Member
I have php that I have installed and I didn't know that I had to use the --enable-ftp option so here's what I have tried to do. I have tried to recompile it with this command,

#./configure --enable-track-vars --prefix=/usr/local/php --exec-prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-ldap=/usr --enable-ftp --with-gettext

it seems to configure everything correctly... but when I run

#make

this is what it says...

ext/mysql/libmysql/my_tempnam.o: In function `my_tempnam':
/usr/local/etc/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangerous, better use `mkstemp'

any solutions or any clue?
 
My first guess would, the use of `tempnam' is dangerous, better use `mkstemp'.

😀
Sorry, no clue. Bump for you.
 
Back
Top