Hey,
we do NOT ship *any* database (it is created by the server when non exists
on the first start-up), and I doubt this error message has anything to do with
the database. Just for testing sake, can you please confirm that you get this
same error even with a fresh install (with no database/settings copied into the
beta15 install).
The way I read the error message is that your linux system is lacking the implementation
of "epoll" which is described here:
http://www.kernel.org/doc/man-pages/...4/epoll.4.html
Note the paragraph about versions:
Code:
The epoll API was introduced in Linux kernel 2.5.44. Support was added to
glibc in version 2.3.2.
So my guess would be you are either running a 2.4.x (or older) kernel and/or glibc older than 2.3.2.