./configure no response

lenardflores1988fb

New member
Messages
1
Points
0
===================================================

+++++++++++++++++++++

SO IM IN THIS PART BELOW

+++++++++++++++++++++

STEP 5.1 type ./configure

./configure

 

OK STOP, many things can go wrong here, I stuck here for a few days and searching on both rathena and hercules forum for answers

the correct output from putty should be this

checking mysql.h presence... yes checking for mysql.h... yes checking whether my_bool is supported (MySQL)... no (converting my_bool to bool) checking MySQL library (required)... yes (8.0.21) checking PCRE library... checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for library containing pcre_study... -lpcre checking for doxygen... no checking for perl... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/common/Makefile config.status: creating 3rdparty/mt19937ar/Makefile config.status: creating 3rdparty/libconfig/Makefile config.status: creating 3rdparty/libbacktrace/Makefile config.status: creating 3rdparty/libbacktrace/backtrace-supported.h config.status: creating src/char/Makefile config.status: creating src/login/Makefile config.status: creating src/map/Makefile config.status: creating src/plugins/Makefile config.status: creating src/test/Makefile config.status: creating tools/HPMHookGen/Makefile config.status: creating tools/doxygen/Makefile [annie@centos Hercules]$

if it doesn't show config.status: at the end, open a new topic in Linux support

if it's the same as mine, then can proceed with

===================================================

Maybe someone can help me what's wrong? I am looking all over but no luck to find solution.

Thank you so much

Screenshot 2023-06-11 184425.jpg

 
you mixed mysql configuration and compilation into one program

after you ends with mysql, need exit mysql command line tool.

 
Back
Top