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