vadmin2470:/home/inspircd# perl ./configure
Detecting modules .........................................................................................................................................................................
Ok, 169 modules.
Checking for cache from previous configure... found
Checking operating system version... linux
Checking if stdint.h exists... yes
Checking if strlcpy exists... no
Checking if kqueue exists... no
Checking for epoll support... yes
Checking for eventfd support... no
Checking if Solaris I/O completion ports are available... no
Checking for libgnutls... no
Checking for openssl... no
Checking if you are running an ancient, unsupported OS... no (linux)
Welcome to the InspIRCd Configuration program! (interactive mode)
Package maintainers: Type ./configure --help for non-interactive help
*** If you are unsure of any of these values, leave it blank for ***
*** standard settings that will work, and your server will run ***
*** using them. Please consult your IRC network admin if in doubt. ***
Press <RETURN> to accept the default for any option, or enter
a new value. Please note: You will HAVE to read the docs
dir, otherwise you wont have a config file!
Your operating system is: linux (linux)
Your InspIRCd revision ID is r0
.
I have detected the following compiler: g++ (version 4.4)
In what directory do you wish to install the InspIRCd base?
[/home/inspircd/run] ->
In what directory are the configuration files?
[/home/inspircd/run/conf] ->
In what directory are the modules to be compiled to?
[/home/inspircd/run/modules] ->
In what directory is the IRCd binary to be placed?
[/home/inspircd/run/bin] ->
In what directory do you want the build to take place?
[/home/inspircd/y] ->
You are running a Linux 2.6+ operating system, and epoll
was detected. Would you like to enable epoll support?
This is likely to increase performance.
If you are unsure, answer yes.
Enable epoll? [y] ->
Could not detect OpenSSL or GnuTLS. Make sure pkg-config is installed if
you intend to use OpenSSL, or that GnuTLS is in your path if you intend
to use GnuTLS.
Would you like to check for updates to third-party modules? [n] ->
Pre-build configuration is complete!
Base install path: /home/inspircd/run
Config path: /home/inspircd/run/conf
Module path: /home/inspircd/run/modules
GCC Version Found: 4.4
Compiler program: g++
GnuTLS Support: n
OpenSSL Support: n
Important note: The maximum length values are now configured in the
configuration file, not in ./configure! See the <limits>
tag in the configuration file for more information.
Skipping SSL Certificate generation, SSL support is not available.
Detecting modules .........................................................................................................................................................................
Ok, 169 modules.
Writing inspircd_config.h
Writing GNUmakefile ...
Writing BSDmakefile ...
Writing inspircd ...
Writing cache file for future ./configures ...
To build your server with these settings, please run 'make' now.
*** Remember to edit your configuration files!!! ***
vadmin2470:/home/inspircd# make clean
Cleaning...
Completed.
vadmin2470:/home/inspircd# make
*************************************
* BUILDING INSPIRCD *
* *
* This will take a *long* time. *
* Why not read our wiki at *
* http://wiki.inspircd.org *
* while you wait for make to run? *
*************************************
: No such file or directory
make[1]: *** [obj/bancache.o] Error 127
make: *** [target] Error 2
vadmin2470:/home/inspircd#