roxen.lists.pike.general

Subject Author Date
need help with mysql Peter Bortas @ Pike importmöt <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 23-10-2009
Sounds like MySQL support wasn't compiled in. A more canon way to
check is:

  # pike --features | grep -i mysql
  Mysql

If you install from system packages there is usually a pike-mysql
package to get what you want. If you compile from source make sure the
libmysql-dev package is installed before you configure/make.

If you still have your build tree you can look at build/*/config.info
to get an overview of which dependencies failed.