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?
#./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?