Browse Source

Extra package

Bob Mottram 7 years ago
parent
commit
e747a001cc

+ 1
- 1
src/freedombone-app-friendica View File

328
     repair_databases_script
328
     repair_databases_script
329
 
329
 
330
     apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
330
     apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
331
-    apt-get -yq install php-dev imagemagick php-imagick
331
+    apt-get -yq install php-dev imagemagick php-imagick libfcgi0ldbl
332
     apt-get -yq install php-memcached
332
     apt-get -yq install php-memcached
333
 
333
 
334
     if [ ! -d /var/www/$FRIENDICA_DOMAIN_NAME ]; then
334
     if [ ! -d /var/www/$FRIENDICA_DOMAIN_NAME ]; then

+ 1
- 1
src/freedombone-app-gnusocial View File

538
     repair_databases_script
538
     repair_databases_script
539
 
539
 
540
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
540
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
541
-    apt-get -yq install php-memcached php-intl exiftool
541
+    apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
542
 
542
 
543
     if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
543
     if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
544
         mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME
544
         mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME

+ 1
- 1
src/freedombone-app-htmly View File

591
     fi
591
     fi
592
 
592
 
593
     # for the avatar changing command
593
     # for the avatar changing command
594
-    apt-get -yq install imagemagick
594
+    apt-get -yq install imagemagick libfcgi0ldbl
595
 
595
 
596
     function_check install_htmly_from_repo
596
     function_check install_htmly_from_repo
597
     install_htmly_from_repo
597
     install_htmly_from_repo

+ 1
- 1
src/freedombone-app-hubzilla View File

319
     repair_databases_script
319
     repair_databases_script
320
 
320
 
321
     apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
321
     apt-get -yq install php-common php-cli php-curl php-gd php-mysql php-mcrypt git
322
-    apt-get -yq install php-dev imagemagick php-imagick
322
+    apt-get -yq install php-dev imagemagick php-imagick libfcgi0ldbl
323
     apt-get -yq install php-memcached
323
     apt-get -yq install php-memcached
324
 
324
 
325
     if [ ! -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then
325
     if [ ! -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then

+ 1
- 1
src/freedombone-app-koel View File

480
     repair_databases_script
480
     repair_databases_script
481
 
481
 
482
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
482
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
483
-    apt-get -yq install php-memcached php-intl exiftool
483
+    apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
484
 
484
 
485
     if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
485
     if [ ! -d /var/www/$KOEL_DOMAIN_NAME ]; then
486
         mkdir /var/www/$KOEL_DOMAIN_NAME
486
         mkdir /var/www/$KOEL_DOMAIN_NAME

+ 1
- 1
src/freedombone-app-lychee View File

381
     fi
381
     fi
382
 
382
 
383
     # for the avatar changing command
383
     # for the avatar changing command
384
-    apt-get -yq install imagemagick exif zip php-mcrypt mcrypt
384
+    apt-get -yq install imagemagick exif zip php-mcrypt mcrypt libfcgi0ldbl
385
 
385
 
386
     function_check install_lychee_from_repo
386
     function_check install_lychee_from_repo
387
     install_lychee_from_repo
387
     install_lychee_from_repo

+ 1
- 1
src/freedombone-app-movim View File

320
     repair_databases_script
320
     repair_databases_script
321
 
321
 
322
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
322
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
323
-    apt-get -yq install php-memcached php-intl exiftool php-imagick
323
+    apt-get -yq install php-memcached php-intl exiftool php-imagick libfcgi0ldbl
324
 
324
 
325
     if [ ! -d /var/www/$MOVIM_DOMAIN_NAME ]; then
325
     if [ ! -d /var/www/$MOVIM_DOMAIN_NAME ]; then
326
         mkdir /var/www/$MOVIM_DOMAIN_NAME
326
         mkdir /var/www/$MOVIM_DOMAIN_NAME

+ 1
- 1
src/freedombone-app-nextcloud View File

390
     repair_databases_script
390
     repair_databases_script
391
 
391
 
392
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
392
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
393
-    apt-get -yq install php-memcached php-intl memcached php-memcached
393
+    apt-get -yq install php-memcached php-intl memcached php-memcached libfcgi0ldbl
394
 
394
 
395
     # Ensure PATH is available to php
395
     # Ensure PATH is available to php
396
     if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then
396
     if [ ! -f /etc/php/7.0/fpm/pool.d/www.conf ]; then

+ 1
- 1
src/freedombone-app-postactiv View File

541
     repair_databases_script
541
     repair_databases_script
542
 
542
 
543
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
543
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
544
-    apt-get -yq install php-memcached php-intl exiftool
544
+    apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
545
 
545
 
546
     if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
546
     if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
547
         mkdir /var/www/$POSTACTIV_DOMAIN_NAME
547
         mkdir /var/www/$POSTACTIV_DOMAIN_NAME

+ 1
- 1
src/freedombone-app-rss View File

295
     remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
295
     remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
296
 
296
 
297
     apt-get -yq install php-gettext php-curl php-gd php-mysql git
297
     apt-get -yq install php-gettext php-curl php-gd php-mysql git
298
-    apt-get -yq install curl php-mcrypt
298
+    apt-get -yq install curl php-mcrypt libfcgi0ldbl
299
 
299
 
300
     if [ ! -d /etc/share ]; then
300
     if [ ! -d /etc/share ]; then
301
         mkdir /etc/share
301
         mkdir /etc/share