partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Problem installing on Raspberry PI #530

Closed Shibonja closed 8 years ago

Shibonja commented 8 years ago

I have installed mySQL and php 5.6.0 but I am getting the error installing PartKeeper when running ./composer.phar install:

Loading composer repositories with package information
Installing dependencies (including require-dev)                                          
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for moontoast/math ^1.1 -> satisfiable by moontoast/math[1.1.0].
    - moontoast/math 1.1.0 requires ext-bcmath * -> the requested PHP extension bcmath is missing from your system.
  Problem 2
    - Installation request for nfq-alpha/sprite-bundle dev-min-image-fix -> satisfiable by nfq-alpha/sprite-bundle[dev-min-image-fix].
    - nfq-alpha/sprite-bundle dev-min-image-fix requires ext-gd * -> the requested PHP extension gd is missing from your system.
  Problem 3
    - Installation request for codeclimate/php-test-reporter dev-master -> satisfiable by codeclimate/php-test-reporter[dev-master].
    - codeclimate/php-test-reporter dev-master requires ext-curl * -> the requested PHP extension curl is missing from your system.
  Problem 4
    - fr3d/ldap-bundle dev-master requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
    - fr3d/ldap-bundle dev-master requires ext-ldap * -> the requested PHP extension ldap is missing from your system.
    - Installation request for fr3d/ldap-bundle dev-master -> satisfiable by fr3d/ldap-bundle[dev-master].

Can anyone help to resolve my problem. I would be grateful.

Thanks.

Drachenkaetzchen commented 8 years ago

Install the missing PHP extensions. If you are running raspbian, the packages are php5-ldap and php5-gd. Also read the wiki guide regarding PartKeepr on a Raspberry Pi.

Shibonja commented 8 years ago

Hi @felicitus

Thanks for fast reply, but I already installed php5-ldap and php5-gd.

Drachenkaetzchen commented 8 years ago

Then these extensions are not activated. Check using php -m

If the extensions are not listed then they are not installed correctly.

Drachenkaetzchen commented 8 years ago

May I close the issue?

Shibonja commented 8 years ago

Yes, you may, I could not enable the module's, so I am going to install on my Ubuntu server instead of RPi.

But great Thanks.