Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: anope 1.9.9 modules .cpp and webcpanell  (Read 6580 times)

0 Members and 1 Guest are viewing this topic.

tusaichi

  • Anope User
  • Offline Offline
  • Posts: 9
anope 1.9.9 modules .cpp and webcpanell
« on: October 24, 2013, 06:06:01 PM »

Service on 1.9.9 I would like to figure out how to install the modules. Cpp
especially the webcpanell and extra directories.

PS 1.9.8 on services you could without any problem
Logged

Robby

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 7
Re: anope 1.9.9 modules .cpp and webcpanell
« Reply #1 on: October 24, 2013, 06:26:27 PM »

Run this command in the same directory where you would run ./Config:
Code: [Select]
./extrasThen enter the module name, for example webcpanel, and press enter. Do this one at a time for any modules you wish to enable, and when you're ready, press q. Then proceed to compile as usual.
Logged

tusaichi

  • Anope User
  • Offline Offline
  • Posts: 9
Re: anope 1.9.9 modules .cpp and webcpanell
« Reply #2 on: October 24, 2013, 07:22:54 PM »

the method you suggested, does not work. Only the webpanel is activated, and not the rest.
I get this error

Quote
m_httpd.cpp               = disabled
m_ldap.cpp                = disabled
m_ldap_authentication.cpp = disabled
m_ldap_oper.cpp           = disabled
m_mysql.cpp               = disabled
m_proxyscan.cpp           = disabled
m_regex_pcre.cpp          = disabled
m_regex_posix.cpp         = disabled
m_regex_tre.cpp           = disabled
m_sql_authentication.cpp  = disabled
m_sql_oper.cpp            = disabled
m_sqlite.cpp              = disabled
m_ssl.cpp                 = disabled
m_xmlrpc.cpp              = disabled
m_xmlrpc_main.cpp         = disabled
webcpanel                 = disabled

Please enter the name of the module or type 'q' to quit.: webcpanel
Enabling webcpanel ...
m_httpd.cpp               = disabled
m_ldap.cpp                = disabled
m_ldap_authentication.cpp = disabled
m_ldap_oper.cpp           = disabled
m_mysql.cpp               = disabled
m_proxyscan.cpp           = disabled
m_regex_pcre.cpp          = disabled
m_regex_posix.cpp         = disabled
m_regex_tre.cpp           = disabled
m_sql_authentication.cpp  = disabled
m_sql_oper.cpp            = disabled
m_sqlite.cpp              = disabled
m_ssl.cpp                 = disabled
m_xmlrpc.cpp              = disabled
m_xmlrpc_main.cpp         = disabled
webcpanel                 = enabled

Please enter the name of the module or type 'q' to quit.: m_httpd
Cannot enable m_httpd : No such file or directory in modules/extra
m_httpd.cpp               = disabled
m_ldap.cpp                = disabled
m_ldap_authentication.cpp = disabled
m_ldap_oper.cpp           = disabled
m_mysql.cpp               = disabled
m_proxyscan.cpp           = disabled
m_regex_pcre.cpp          = disabled
m_regex_posix.cpp         = disabled
m_regex_tre.cpp           = disabled
m_sql_authentication.cpp  = disabled
m_sql_oper.cpp            = disabled
m_sqlite.cpp              = disabled
m_ssl.cpp                 = disabled
m_xmlrpc.cpp              = disabled
m_xmlrpc_main.cpp         = disabled
webcpanel                 = enabled

Please enter the name of the module or type 'q' to quit.: m_proxyscan
Cannot enable m_proxyscan : No such file or directory in modules/extra
m_httpd.cpp               = disabled
m_ldap.cpp                = disabled
m_ldap_authentication.cpp = disabled
m_ldap_oper.cpp           = disabled
m_mysql.cpp               = disabled
m_proxyscan.cpp           = disabled
m_regex_pcre.cpp          = disabled
m_regex_posix.cpp         = disabled
m_regex_tre.cpp           = disabled
m_sql_authentication.cpp  = disabled
m_sql_oper.cpp            = disabled
m_sqlite.cpp              = disabled
m_ssl.cpp                 = disabled
m_xmlrpc.cpp              = disabled
m_xmlrpc_main.cpp         = disabled
webcpanel                 = enabled

Please enter the name of the module or type 'q' to quit.: q
CMake Error: The current CMakeCache.txt directory /home/devel/Sorgenti/anope-1.9.9-source/build/CMakeCache.txt is different than the directory /home/devel/anope-1.9.9-source/build where CMackeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt

Now cd build, then run make to build Anope
Logged

Robby

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 7
Re: anope 1.9.9 modules .cpp and webcpanell
« Reply #3 on: October 24, 2013, 07:51:51 PM »

The paths seems to have changed, it looks like you moved the anope source directory at some point. Remove the directory and extract the tarball again, starting fresh. That should fix it.
Logged
Pages: [1]   Go Up