
Brandon Sussman - 2018-05-04 19:15:29 -
In reply to message 2 from Ganesh Kandu
No - I followed the instructions on https://www.phpclasses.org/package/10705-PHP-Database-driven-PHP-live-chat-system.html#download
verbatim complete console output:
[15:10] ~/junk/kchat/phpclasses |--> rm -rf ./*
[15:10] ~/junk/kchat/phpclasses |--> vi composer.json
[15:11] ~/junk/kchat/phpclasses |--> cat composer.json
{
"require":
{
"phpclasses/kchat": ">=1.0.0"
},
"repositories":
[
{
"type": "composer",
"url": "https:\/\/www.phpclasses.org\/"
}
]
}
[15:11] ~/junk/kchat/phpclasses |--> composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Installing geoip/geoip (v1.17): Loading from cache
- Installing phpmailer/phpmailer (v5.2.26): Loading from cache
- Installing phpclasses/kchat (1.0.0): Loading from cache
Failed to execute unzip -qq '/home/bos/junk/kchat/phpclasses/vendor/phpclasses/kchat/a182fcd3ce26ade6d648964cc1b4dc72.zip' -d '/home/bos/junk/kchat/phpclasses/vendor/composer/a116bd38'
warning [/home/bos/junk/kchat/phpclasses/vendor/phpclasses/kchat/a182fcd3ce26ade6d648964cc1b4dc72.zip]: 6077 extra bytes at beginning or within zipfile
(attempting to process anyway)
error [/home/bos/junk/kchat/phpclasses/vendor/phpclasses/kchat/a182fcd3ce26ade6d648964cc1b4dc72.zip]: reported length of central directory is
-6077 bytes too long (Atari STZip zipfile? J.H.Holm ZIPSPLIT 1.1
zipfile?). Compensating...
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
phpmailer/phpmailer suggests installing league/oauth2-google (Needed for Google XOAUTH2 authentication)
Writing lock file
Generating autoload files
[15:11] ~/junk/kchat/phpclasses |-->