deStrO / eBot-CSGO

The eBot is a full managed server-bot written in PHP and nodeJS. eBot features easy match creation and tons of player and matchstats. Once it's setup, using the eBot is simple and fast.
http://www.esport-tools.net/ebot
376 stars 140 forks source link

| pthreads -> required -> [ No ] #85

Closed MarVinPL closed 8 years ago

MarVinPL commented 8 years ago
pi@raspberrypi:/home/ebot/ebot-csgo $ sudo php bootstrap.php

      ____        _
     |  _ \      | |
  ___| |_) | ___ | |_
 / _ \  _ < / _ \| __|
|  __/ |_) | (_) | |_
 \___|____/ \___/ \__|

PHP Compatibility Test
-----------------------------------------------------
| PHP 5.3.1 or newer    -> required  -> [ Yes ] 5.5.15
| Standard PHP Library  -> required  -> [ Yes ]
| MySQL                 -> required  -> [ Yes ]
| Sockets               -> required  -> [ Yes ]
| pthreads              -> required  -> [ No ]
-----------------------------------------------------
| Your php configuration missed, please make sure that you have all feature !
-----------------------------------------------------

but I installed pthreads

pi@raspberrypi:/home/ebot/ebot-csgo $ sudo pecl list
Installed packages, channel pecl.php.net:
=========================================
Package  Version State
pthreads 2.0.7   stable
mrc4tt commented 8 years ago

Your php configuration missed, please make sure that you have all feature ! << you has not enabled it under php.ini file.

MarVinPL commented 8 years ago

https://github.com/deStrO/eBot-CSGO/wiki/Install is better than page ;)