Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: install anope  (Read 4724 times)

0 Members and 1 Guest are viewing this topic.

LuisMo

  • Anope User
  • Offline Offline
  • Posts: 15
install anope
« on: April 22, 2012, 01:54:49 PM »

Hello
I get this at the end of the installation of services, this is good?

Saving configuration results in config.cache... done.
cmake  -DINSTDIR:STRING=/home/pruebas/services  -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=DEBUG -DUSE_RUN_CC_PL:BOOLEAN=ON y ..
extra/m_ldap.cpp needs header file ldap.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ldap.cpp needs library ldap but we were unable to locate that library! Check that the library is within the search path of your OS.
extra/m_ldap.cpp needs library lber but we were unable to locate that library! Check that the library is within the search path of your OS.
  This is not a fatal error - extra/m_ldap.cpp will not be built.
extra/m_mysql.cpp needs header file mysql/mysql.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_mysql.cpp needs library mysqlclient but we were unable to locate that library! Check that the library is within the search path of your OS.
  This is not a fatal error - extra/m_mysql.cpp will not be built.
extra/m_sqlite.cpp needs header file sqlite3.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_sqlite.cpp needs library sqlite3 but we were unable to locate that library! Check that the library is within the search path of your OS.
  This is not a fatal error - extra/m_sqlite.cpp will not be built.
extra/m_ssl.cpp needs header file openssl/bio.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ssl.cpp needs header file openssl/ssl.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ssl.cpp needs header file openssl/err.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ssl.cpp needs header file openssl/crypto.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ssl.cpp needs header file openssl/evp.h but we were unable to locate that header file! Check that the header file is within the search path of your OS.
extra/m_ssl.cpp needs library ssl but we were unable to locate that library! Check that the library is within the search path of your OS.
  This is not a fatal error - extra/m_ssl.cpp will not be built.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pruebas/anope-1.9.6-source/build

Now cd build, then run make to build Anope.

Apparently after installing and services link everything works normally, but I have this question
« Last Edit: April 22, 2012, 02:01:23 PM by LuisMo »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: install anope
« Reply #1 on: April 22, 2012, 02:02:43 PM »

It's not "good" but it's not necessarily "bad" either.

If you want to use SSL, MySQL or LDAP you will need to fix the problem, if you don't want to use SSL or MySQL, or LDAP it's fine.

Logged

LuisMo

  • Anope User
  • Offline Offline
  • Posts: 15
Re: install anope
« Reply #2 on: April 22, 2012, 03:57:43 PM »

thank you very much
Logged
Pages: [1]   Go Up