How to make sql

Petey Pablo

New member
Messages
224
Points
0
Emulator
 I have problem with my centos 7. Anyone can help me to fix the error below? Thank you!

Code:
make: *** No rule to make target `sql'.  Stop.
[root@server1 Hercules]#
 
 

 
Last edited by a moderator:
try:

Code:
chmod 777 configure
./configure
make clean
make sql
 
 
Another issue after ./configure. Help me?

********************************************************************************
*                            W A R N I N G      /!\                            *
********************************************************************************
* It appears that you're planning to run Hercules with root privileges. That's *
* not necessary, nor recommended, and it may open your machine to unnecessary  *
* security risks.  You should never ever run software as root unless it        *
* requires the extra privileges (which Hercules does not.)                     *
*                                                                              *
* More info:                                                                   *
* http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html                 *
* https://wiki.debian.org/sudo                                                 *
* http://wiki.centos.org/TipsAndTricks/BecomingRoot                            *
* http://fedoraproject.org/wiki/Configuring_Sudo                               *
* https://help.ubuntu.com/community/RootSudo                                   *
* http://www.freebsdwiki.net/index.php/Root                                    *
*                                                                              *
* If your service provider forces (or encourages) you to run server software   *
* as root, please complain to them. It is a very bad idea.                     *
********************************************************************************
 

Fixed. Topic is closed!

 
Another issue after ./configure. Help me?

Code:
********************************************************************************
*                            W A R N I N G      /!\                            *
********************************************************************************
* It appears that you're planning to run Hercules with root privileges. That's *
* not necessary, nor recommended, and it may open your machine to unnecessary  *
* security risks.  You should never ever run software as root unless it        *
* requires the extra privileges (which Hercules does not.)                     *
*                                                                              *
* More info:                                                                   *
* [URL="http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html"]http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html[/URL]                 *
* [URL="https://wiki.debian.org/sudo"]https://wiki.debian.org/sudo[/URL]                                                 *
* [URL="http://wiki.centos.org/TipsAndTricks/BecomingRoot"]http://wiki.centos.org/TipsAndTricks/BecomingRoot[/URL]                            *
* [URL="http://fedoraproject.org/wiki/Configuring_Sudo"]http://fedoraproject.org/wiki/Configuring_Sudo[/URL]                               *
* [URL="https://help.ubuntu.com/community/RootSudo"]https://help.ubuntu.com/community/RootSudo[/URL]                                   *
* [URL="http://www.freebsdwiki.net/index.php/Root"]http://www.freebsdwiki.net/index.php/Root[/URL]                                    *
*                                                                              *
* If your service provider forces (or encourages) you to run server software   *
* as root, please complain to them. It is a very bad idea.                     *
********************************************************************************
 
Fixed. Topic is closed!
How did you fix this error? I just updated to the latest revision and I have no idea what to do.
 
Another issue after ./configure. Help me?

********************************************************************************
*                            W A R N I N G      /!\                            *
********************************************************************************
* It appears that you're planning to run Hercules with root privileges. That's *
* not necessary, nor recommended, and it may open your machine to unnecessary  *
* security risks.  You should never ever run software as root unless it        *
* requires the extra privileges (which Hercules does not.)                     *
*                                                                              *
* More info:                                                                   *
* http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html                 *
* https://wiki.debian.org/sudo                                                 *
* http://wiki.centos.org/TipsAndTricks/BecomingRoot                            *
* http://fedoraproject.org/wiki/Configuring_Sudo                               *
* https://help.ubuntu.com/community/RootSudo                                   *
* http://www.freebsdwiki.net/index.php/Root                                    *
*                                                                              *
* If your service provider forces (or encourages) you to run server software   *
* as root, please complain to them. It is a very bad idea.                     *
********************************************************************************
 Fixed. Topic is closed!
How did you fix this error? I just updated to the latest revision and I have no idea what to do.
Don't run Hercules under root. Create a non-privileged user and compile/run Hercules with it instead of root.

 
Back
Top