[Error] can't make sql

akbare

New member
Messages
52
Points
0
Hello Hercules

i want to ask about compiling my server

i'm use latest git Hercules source

i'm found trouble this

  CentOS Linux 6.5

./configure --with-pcre && make clean && make sql

[root@Hercules]# chmod a+x sysinfogen.sh[root@Hercules]# make sql MAKE mt19937armake[1]: Entering directory `/root/Hercules/3rdparty/mt19937ar'make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/root/Hercules/3rdparty/mt19937ar' MAKE libconfigmake[1]: Entering directory `/root/Hercules/3rdparty/libconfig'make[1]: Nothing to be done for `all'.make[1]: Leaving directory `/root/Hercules/3rdparty/libconfig'make: ./sysinfogen.sh: Command not found
someone can help me ??

thanks for advance
default_wink.png


 
Last edited by a moderator:
Make sure your sysinfogen.sh exist in the hercules directory

 
Make sure your sysinfogen.sh exist in the hercules directory
 the file ready in my Hercules folder
default_huh.png


check in my attach file
not yet experienced this yet, but search on internet shows that, if you have imported it from windows, then linebreaks are different(linux and windows handles it differently)So do these commands

Code:
dos2unix sysinfogen.shchmod +x sysinfogen.sh
Then , make all
 
And if your system claims you haven't dos2unix, yum install dos2unix
default_wink.png


 
Make sure your sysinfogen.sh exist in the hercules directory
 the file ready in my Hercules folder
default_huh.png


check in my attach file
not yet experienced this yet, but search on internet shows that, if you have imported it from windows, then linebreaks are different(linux and windows handles it differently)So do these commands

dos2unix sysinfogen.shchmod +x sysinfogen.shThen , make all

And if your system claims you haven't dos2unix, yum install dos2unix
default_wink.png
thanks for reply brother

OMG im forget this command
default_biggrin.png


ok thanks problem solve
default_wink.png


 
Back
Top