trouble installing php-ldap on debian 9
Implications of cigar-shaped bodies having rings?
How can I print the prosodic symbols in LaTeX?
Initiative: Do I lose my attack/action if my target moves or dies before my turn in combat?
How to pronounce 'c++' in Spanish
What is the optimal strategy for the Dictionary Game?
Did the BCPL programming language support floats?
"You've called the wrong number" or "You called the wrong number"
Pre-plastic human skin alternative
How can I practically buy stocks?
Can SQL Server create collisions in system generated constraint names?
A Note on N!
What happens in the secondary winding if there's no spark plug connected?
How to stop co-workers from teasing me because I know Russian?
Like totally amazing interchangeable sister outfits II: The Revenge
Dynamic SOQL query relationship with field visibility for Users
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
Why did some of my point & shoot film photos come back with one third light white or orange?
Rivers without rain
Was there a Viking Exchange as well as a Columbian one?
How could Tony Stark make this in Endgame?
can anyone help me with this awful query plan?
As an international instructor, should I openly talk about my accent?
Thesis on avalanche prediction using One Class SVM
Why did C use the -> operator instead of reusing the . operator?
trouble installing php-ldap on debian 9
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm trying to install php-ldap on a mediawiki image that uses php:7.2-apache for my Kubernetes deployment. I've already ran apt-get update and tried adding the ppa.
apt-get install php-ldap
php7.3-ldap 7.3.4-1+0~20190412071350.37+stretch~1.gbpabc171 [Not candidate version]
php7.2-ldap 7.2.17-1+0~20190412071344.20+stretch~1.gbp23a36d [Not candidate version]
php7.1-ldap 7.1.28-1+0~20190412071216.17+stretch~1.gbpbe9b36 [Not candidate version]
php7.0-ldap 7.0.33-6+0~20190412071436.12+stretch~1.gbp26747c [Not candidate version]
php5.6-ldap 5.6.40-6+0~20190412071127.13+stretch~1.gbp7ce36b [Not candidate version]
php7.3-ldap 7.3.4-2 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u3 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u1 [Not candidate version]
E: Package 'php-ldap' has no installation candidate
> add-apt-repository ppa:ondrej/php Co-installable PHP versions: PHP
> 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for
> Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are
> provided. Don't ask for end-of-life PHP versions or Ubuntu release,
> they won't be provided.
>
> Debian oldstable and stable packages are provided as well:
> https://deb.sury.org/#debian-dpa
>
> You can get more information about the packages at
> https://deb.sury.org
>
> BUGS&FEATURES: This PPA now has a issue tracker:
> https://deb.sury.org/#bug-reporting
>
> CAVEATS:
> 1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
> 2. If you are using apache2, you are advised to add ppa:ondrej/apache2
> 3. If you are using nginx, you are advise to add ppa:ondrej/nginx-mainline or ppa:ondrej/nginx
>
> PLEASE READ: If you like my work and want to give me a little
> motivation, please consider donating regularly:
> https://donate.sury.org/
>
> WARNING: add-apt-repository is broken with non-UTF-8 locales, see
> https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:
>
> # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php More info: https://launchpad.net/~ondrej/+archive/ubuntu/php Press [ENTER] to
> continue or ctrl-c to cancel adding it
>
> gpg: keybox '/tmp/tmpnxnei5m6/pubring.gpg' created gpg:
> /tmp/tmpnxnei5m6/trustdb.gpg: trustdb created gpg: key
> 4F4EA0AAE5267A6C: public key "Launchpad PPA for Ondxc5x99ej Sur�"
> imported gpg: Total number processed: 1 gpg: imported: 1
> Exception in thread Thread-1: Traceback (most recent call last):
> File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
> self.run() File "/usr/lib/python3.5/threading.py", line 862, in run
> self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py",
> line 688, in addkey_func
> func(**kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386,
> in add_key
> return apsk.add_ppa_signing_key() File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 263,
> in add_ppa_signing_key
> tmp_export_keyring, signing_key_fingerprint, tmp_keyring_dir): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 212, in _verify_fingerprint
> got_fingerprints = self._get_fingerprints(keyring, keyring_dir) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 204, in _get_fingerprints
> output = subprocess.check_output(cmd, universal_newlines=True) File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
> **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 385, in run
> stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.5/subprocess.py", line 788, in communicate
> stdout = self.stdout.read() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position
> 223: ordinal not in range(128)
php ldap docker kubernetes debian-stretch
New contributor
add a comment |
I'm trying to install php-ldap on a mediawiki image that uses php:7.2-apache for my Kubernetes deployment. I've already ran apt-get update and tried adding the ppa.
apt-get install php-ldap
php7.3-ldap 7.3.4-1+0~20190412071350.37+stretch~1.gbpabc171 [Not candidate version]
php7.2-ldap 7.2.17-1+0~20190412071344.20+stretch~1.gbp23a36d [Not candidate version]
php7.1-ldap 7.1.28-1+0~20190412071216.17+stretch~1.gbpbe9b36 [Not candidate version]
php7.0-ldap 7.0.33-6+0~20190412071436.12+stretch~1.gbp26747c [Not candidate version]
php5.6-ldap 5.6.40-6+0~20190412071127.13+stretch~1.gbp7ce36b [Not candidate version]
php7.3-ldap 7.3.4-2 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u3 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u1 [Not candidate version]
E: Package 'php-ldap' has no installation candidate
> add-apt-repository ppa:ondrej/php Co-installable PHP versions: PHP
> 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for
> Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are
> provided. Don't ask for end-of-life PHP versions or Ubuntu release,
> they won't be provided.
>
> Debian oldstable and stable packages are provided as well:
> https://deb.sury.org/#debian-dpa
>
> You can get more information about the packages at
> https://deb.sury.org
>
> BUGS&FEATURES: This PPA now has a issue tracker:
> https://deb.sury.org/#bug-reporting
>
> CAVEATS:
> 1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
> 2. If you are using apache2, you are advised to add ppa:ondrej/apache2
> 3. If you are using nginx, you are advise to add ppa:ondrej/nginx-mainline or ppa:ondrej/nginx
>
> PLEASE READ: If you like my work and want to give me a little
> motivation, please consider donating regularly:
> https://donate.sury.org/
>
> WARNING: add-apt-repository is broken with non-UTF-8 locales, see
> https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:
>
> # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php More info: https://launchpad.net/~ondrej/+archive/ubuntu/php Press [ENTER] to
> continue or ctrl-c to cancel adding it
>
> gpg: keybox '/tmp/tmpnxnei5m6/pubring.gpg' created gpg:
> /tmp/tmpnxnei5m6/trustdb.gpg: trustdb created gpg: key
> 4F4EA0AAE5267A6C: public key "Launchpad PPA for Ondxc5x99ej Sur�"
> imported gpg: Total number processed: 1 gpg: imported: 1
> Exception in thread Thread-1: Traceback (most recent call last):
> File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
> self.run() File "/usr/lib/python3.5/threading.py", line 862, in run
> self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py",
> line 688, in addkey_func
> func(**kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386,
> in add_key
> return apsk.add_ppa_signing_key() File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 263,
> in add_ppa_signing_key
> tmp_export_keyring, signing_key_fingerprint, tmp_keyring_dir): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 212, in _verify_fingerprint
> got_fingerprints = self._get_fingerprints(keyring, keyring_dir) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 204, in _get_fingerprints
> output = subprocess.check_output(cmd, universal_newlines=True) File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
> **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 385, in run
> stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.5/subprocess.py", line 788, in communicate
> stdout = self.stdout.read() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position
> 223: ordinal not in range(128)
php ldap docker kubernetes debian-stretch
New contributor
add a comment |
I'm trying to install php-ldap on a mediawiki image that uses php:7.2-apache for my Kubernetes deployment. I've already ran apt-get update and tried adding the ppa.
apt-get install php-ldap
php7.3-ldap 7.3.4-1+0~20190412071350.37+stretch~1.gbpabc171 [Not candidate version]
php7.2-ldap 7.2.17-1+0~20190412071344.20+stretch~1.gbp23a36d [Not candidate version]
php7.1-ldap 7.1.28-1+0~20190412071216.17+stretch~1.gbpbe9b36 [Not candidate version]
php7.0-ldap 7.0.33-6+0~20190412071436.12+stretch~1.gbp26747c [Not candidate version]
php5.6-ldap 5.6.40-6+0~20190412071127.13+stretch~1.gbp7ce36b [Not candidate version]
php7.3-ldap 7.3.4-2 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u3 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u1 [Not candidate version]
E: Package 'php-ldap' has no installation candidate
> add-apt-repository ppa:ondrej/php Co-installable PHP versions: PHP
> 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for
> Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are
> provided. Don't ask for end-of-life PHP versions or Ubuntu release,
> they won't be provided.
>
> Debian oldstable and stable packages are provided as well:
> https://deb.sury.org/#debian-dpa
>
> You can get more information about the packages at
> https://deb.sury.org
>
> BUGS&FEATURES: This PPA now has a issue tracker:
> https://deb.sury.org/#bug-reporting
>
> CAVEATS:
> 1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
> 2. If you are using apache2, you are advised to add ppa:ondrej/apache2
> 3. If you are using nginx, you are advise to add ppa:ondrej/nginx-mainline or ppa:ondrej/nginx
>
> PLEASE READ: If you like my work and want to give me a little
> motivation, please consider donating regularly:
> https://donate.sury.org/
>
> WARNING: add-apt-repository is broken with non-UTF-8 locales, see
> https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:
>
> # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php More info: https://launchpad.net/~ondrej/+archive/ubuntu/php Press [ENTER] to
> continue or ctrl-c to cancel adding it
>
> gpg: keybox '/tmp/tmpnxnei5m6/pubring.gpg' created gpg:
> /tmp/tmpnxnei5m6/trustdb.gpg: trustdb created gpg: key
> 4F4EA0AAE5267A6C: public key "Launchpad PPA for Ondxc5x99ej Sur�"
> imported gpg: Total number processed: 1 gpg: imported: 1
> Exception in thread Thread-1: Traceback (most recent call last):
> File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
> self.run() File "/usr/lib/python3.5/threading.py", line 862, in run
> self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py",
> line 688, in addkey_func
> func(**kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386,
> in add_key
> return apsk.add_ppa_signing_key() File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 263,
> in add_ppa_signing_key
> tmp_export_keyring, signing_key_fingerprint, tmp_keyring_dir): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 212, in _verify_fingerprint
> got_fingerprints = self._get_fingerprints(keyring, keyring_dir) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 204, in _get_fingerprints
> output = subprocess.check_output(cmd, universal_newlines=True) File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
> **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 385, in run
> stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.5/subprocess.py", line 788, in communicate
> stdout = self.stdout.read() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position
> 223: ordinal not in range(128)
php ldap docker kubernetes debian-stretch
New contributor
I'm trying to install php-ldap on a mediawiki image that uses php:7.2-apache for my Kubernetes deployment. I've already ran apt-get update and tried adding the ppa.
apt-get install php-ldap
php7.3-ldap 7.3.4-1+0~20190412071350.37+stretch~1.gbpabc171 [Not candidate version]
php7.2-ldap 7.2.17-1+0~20190412071344.20+stretch~1.gbp23a36d [Not candidate version]
php7.1-ldap 7.1.28-1+0~20190412071216.17+stretch~1.gbpbe9b36 [Not candidate version]
php7.0-ldap 7.0.33-6+0~20190412071436.12+stretch~1.gbp26747c [Not candidate version]
php5.6-ldap 5.6.40-6+0~20190412071127.13+stretch~1.gbp7ce36b [Not candidate version]
php7.3-ldap 7.3.4-2 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u3 [Not candidate version]
php7.0-ldap 7.0.33-0+deb9u1 [Not candidate version]
E: Package 'php-ldap' has no installation candidate
> add-apt-repository ppa:ondrej/php Co-installable PHP versions: PHP
> 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for
> Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are
> provided. Don't ask for end-of-life PHP versions or Ubuntu release,
> they won't be provided.
>
> Debian oldstable and stable packages are provided as well:
> https://deb.sury.org/#debian-dpa
>
> You can get more information about the packages at
> https://deb.sury.org
>
> BUGS&FEATURES: This PPA now has a issue tracker:
> https://deb.sury.org/#bug-reporting
>
> CAVEATS:
> 1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
> 2. If you are using apache2, you are advised to add ppa:ondrej/apache2
> 3. If you are using nginx, you are advise to add ppa:ondrej/nginx-mainline or ppa:ondrej/nginx
>
> PLEASE READ: If you like my work and want to give me a little
> motivation, please consider donating regularly:
> https://donate.sury.org/
>
> WARNING: add-apt-repository is broken with non-UTF-8 locales, see
> https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:
>
> # LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php More info: https://launchpad.net/~ondrej/+archive/ubuntu/php Press [ENTER] to
> continue or ctrl-c to cancel adding it
>
> gpg: keybox '/tmp/tmpnxnei5m6/pubring.gpg' created gpg:
> /tmp/tmpnxnei5m6/trustdb.gpg: trustdb created gpg: key
> 4F4EA0AAE5267A6C: public key "Launchpad PPA for Ondxc5x99ej Sur�"
> imported gpg: Total number processed: 1 gpg: imported: 1
> Exception in thread Thread-1: Traceback (most recent call last):
> File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
> self.run() File "/usr/lib/python3.5/threading.py", line 862, in run
> self._target(*self._args, **self._kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py",
> line 688, in addkey_func
> func(**kwargs) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386,
> in add_key
> return apsk.add_ppa_signing_key() File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 263,
> in add_ppa_signing_key
> tmp_export_keyring, signing_key_fingerprint, tmp_keyring_dir): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 212, in _verify_fingerprint
> got_fingerprints = self._get_fingerprints(keyring, keyring_dir) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line
> 204, in _get_fingerprints
> output = subprocess.check_output(cmd, universal_newlines=True) File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
> **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 385, in run
> stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.5/subprocess.py", line 788, in communicate
> stdout = self.stdout.read() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position
> 223: ordinal not in range(128)
php ldap docker kubernetes debian-stretch
php ldap docker kubernetes debian-stretch
New contributor
New contributor
New contributor
asked 1 min ago
rumplesmyboyrumplesmyboy
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
rumplesmyboy is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964809%2ftrouble-installing-php-ldap-on-debian-9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
rumplesmyboy is a new contributor. Be nice, and check out our Code of Conduct.
rumplesmyboy is a new contributor. Be nice, and check out our Code of Conduct.
rumplesmyboy is a new contributor. Be nice, and check out our Code of Conduct.
rumplesmyboy is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964809%2ftrouble-installing-php-ldap-on-debian-9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown