Gönderen Konu: [Çözüldü] meteor yüklerken sorun  (Okunma sayısı 1886 defa)

Çevrimdışı Panta rhei

  • Yeni Penguen
  • *
  • İleti: 54
  • Dağıtım: 19.3
  • Masaüstü Ortamı: Xfce
  • Grafik Kartı: Intel Atom Processor Z36xxx/Z37xxx Series Graphics
  • İşlemci: Dual core Intel Celeron N2840 (-MCP-)
[Çözüldü] meteor yüklerken sorun
« : 19 Ekim 2016, 18:16:25 »
Kod: [Seç]
curl https://install.meteor.com/ | sh

komutuyla meteolaru yüklemeye çalışıyorum

Kod: [Seç]
curl https://install.meteor.com/ | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0   3962      0 --:--:--  0:00:01 --:--:--  3962
Downloading Meteor distribution

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
Retrying download in 5 seconds...

hatasını alıyorum -k yada insecure komutuyla çalıştırdığımda
Kod: [Seç]
curl https://install.meteor.com/ | sh -k
sh: 0: Illegal option -k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3889    0  3889    0     0    624      0 --:--:--  0:00:06 --:--:--   826
curl: (23) Failed writing body (207 != 3897)
böyle bir hata alıyorum stackoverflow da ve diğer yerlerde baktım sertifika yı güncelledim curl bir daha yükledim olmadı

Kod: [Seç]
sudo apt-get upgrade && sudo apt-get update yapıp sonra denedim olmadı ne yapmalıyım?

Mesajlar Birleştirildi.
php.ini dosyasının nerde olduğunu bulamadım

Kod: [Seç]
/usr/local/lib/
bu path diyorlar ama orda python ve ruby dosları var php.ini içine bir satır eklemem lazım belki çözülür diyee bu dosyayı arıyorum

Mesajlar Birleştirildi.
cacert.pem sertifikasını indiriyorum ve 

Kod: [Seç]
Save the file in your PHP installation folder. (eg: If using xampp – save it in c:\Installation_Dir\xampp\php\cacert.pem).
Kod: [Seç]
Add the following line to php.ini (if this is shared hosting and you don't have access to php.ini then you could add this to .user.ini in public_html)

curl.cainfo=/path/to/downloaded/cacert.pem

ikiside aynı adım fakat indirdiğim dosyayı nasıl bunlarla ilişkilendireceğimi bilmiyorum php dosyasını nerde bulabilirim ve path 'e indirdiğin dizindeki path yazıcağım sanırım
« Son Düzenleme: 23 Ekim 2016, 22:55:30 Gönderen: Panta rhei »
In GNU/Linux We turst


Çevrimdışı Genizcil_N

  • Forum Sorumlusu
  • Guru
  • *****
  • İleti: 1976
  • Dağıtım: Linux Mint 20
  • Masaüstü Ortamı: Mate
Ynt: meteor yüklerken sorun
« Yanıtla #1 : 23 Ekim 2016, 14:08:59 »
Önce update sonra upgrade olmalı.
Kod: [Seç]
sudo apt-get update && sudo apt-get upgrade-k veya --insecure parametresini sh'den sonra değil curl'den sonra yazıp tekrar deneyebilir misiniz?

Çevrimdışı Panta rhei

  • Yeni Penguen
  • *
  • İleti: 54
  • Dağıtım: 19.3
  • Masaüstü Ortamı: Xfce
  • Grafik Kartı: Intel Atom Processor Z36xxx/Z37xxx Series Graphics
  • İşlemci: Dual core Intel Celeron N2840 (-MCP-)
Ynt: meteor yüklerken sorun
« Yanıtla #2 : 23 Ekim 2016, 22:55:08 »
önce ya da sonra fark etmiyor
 
Kod: [Seç]
~ $ curl https://install.meteor.com/ -k| sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0   1858      0 --:--:--  0:00:04 --:--:--  1859
Downloading Meteor distribution

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
Retrying download in 5 seconds...

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
Retrying download in 5 seconds...

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
Retrying download in 5 seconds...

bu komuttan sonra
Kod: [Seç]
echo insecure | tee ~/.curlrc
meteoru yükleyebildim ve proje başlatabildim.
In GNU/Linux We turst