I want to install all glpi extensions via putty The Next CEO of Stack OverflowI can't use or find the google debian unstable/sid repositoryLinux Mint Rebecca - Packages 404 Not FoundQuestions about dual booting windows 8.1 and linux - two issues`apt update` failed on Debian LinuxWhy is apt-get randomly checking for non-existent resources?:How to install a package behind an overly restricted firewallHow can I install NTP?How to install lib32stdc++6 on kali linux?can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro
If the heap is initialized for security, then why is the stack uninitialized?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Why does standard notation not preserve intervals (visually)
What exact does MIB represent in SNMP? How is it different from OID?
Received an invoice from my ex-employer billing me for training; how to handle?
Preparing Indesign booklet with .psd graphics for print
How did people program for Consoles with multiple CPUs?
Interfacing a button to MCU (and PC) with 50m long cable
What was the first Unix version to run on a microcomputer?
What does "Its cash flow is deeply negative" mean?
Is micro rebar a better way to reinforce concrete than rebar?
Why does the UK parliament need a vote on the political declaration?
Written every which way
Non-deterministic sum of floats
Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?
How did the Bene Gesserit know how to make a Kwisatz Haderach?
Is there an analogue of projective spaces for proper schemes?
Unreliable Magic - Is it worth it?
How do I make a variable always equal to the result of some calculations?
Anatomically Correct Strange Women In Ponds Distributing Swords
Limits on contract work without pre-agreed price/contract (UK)
WOW air has ceased operation, can I get my tickets refunded?
Which tube will fit a -(700 x 25c) wheel?
Is it ever safe to open a suspicious html file (e.g. email attachment)?
I want to install all glpi extensions via putty
The Next CEO of Stack OverflowI can't use or find the google debian unstable/sid repositoryLinux Mint Rebecca - Packages 404 Not FoundQuestions about dual booting windows 8.1 and linux - two issues`apt update` failed on Debian LinuxWhy is apt-get randomly checking for non-existent resources?:How to install a package behind an overly restricted firewallHow can I install NTP?How to install lib32stdc++6 on kali linux?can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro
I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.
I've tried "apt-get install php-ldap
" on putty but it responds with:
"Failed to fetch apt-get install php-ldap"
root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ldap apt ovh
migrated from stackoverflow.com 2 days ago
This question came from our site for professional and enthusiast programmers.
add a comment |
I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.
I've tried "apt-get install php-ldap
" on putty but it responds with:
"Failed to fetch apt-get install php-ldap"
root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ldap apt ovh
migrated from stackoverflow.com 2 days ago
This question came from our site for professional and enthusiast programmers.
What is the content of your/etc/apt/source.list
and/etc/apt/source.list.d/*
? Also did you do anapt-get update
before theinstall
?
– PierreF
yesterday
add a comment |
I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.
I've tried "apt-get install php-ldap
" on putty but it responds with:
"Failed to fetch apt-get install php-ldap"
root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ldap apt ovh
I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.
I've tried "apt-get install php-ldap
" on putty but it responds with:
"Failed to fetch apt-get install php-ldap"
root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ldap apt ovh
ldap apt ovh
asked 2 days ago
Elkhiar saad
migrated from stackoverflow.com 2 days ago
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com 2 days ago
This question came from our site for professional and enthusiast programmers.
What is the content of your/etc/apt/source.list
and/etc/apt/source.list.d/*
? Also did you do anapt-get update
before theinstall
?
– PierreF
yesterday
add a comment |
What is the content of your/etc/apt/source.list
and/etc/apt/source.list.d/*
? Also did you do anapt-get update
before theinstall
?
– PierreF
yesterday
What is the content of your
/etc/apt/source.list
and /etc/apt/source.list.d/*
? Also did you do an apt-get update
before the install
?– PierreF
yesterday
What is the content of your
/etc/apt/source.list
and /etc/apt/source.list.d/*
? Also did you do an apt-get update
before the install
?– PierreF
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
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%2funix.stackexchange.com%2fquestions%2f509094%2fi-want-to-install-all-glpi-extensions-via-putty%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
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f509094%2fi-want-to-install-all-glpi-extensions-via-putty%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
What is the content of your
/etc/apt/source.list
and/etc/apt/source.list.d/*
? Also did you do anapt-get update
before theinstall
?– PierreF
yesterday