Laravel 5 Barryvdh/Snappy exit code 1

匿名 (未验证) 提交于 2019-12-03 01:25:01

问题:

I'm currently working on a system that involves exporting a webpage template to a pdf file. I'm using Laravel 5, and saw SnappyPdf. It worked fine until i cloned the system on a different pc with a new vagrant box and now I'm getting this error:

The exit status code '1' says something went wrong: stderr: "Loading pages (1/6) [> ] 0% [======> ]  10% QSslSocket: cannot resolve CRYPTO_num_locks QSslSocket: cannot resolve CRYPTO_set_id_callback  QSslSocket: cannot resolve CRYPTO_set_locking_callback QSslSocket: cannot resolve sk_free  QSslSocket: cannot resolve sk_num QSslSocket: cannot resolve sk_pop_free QSslSocket: cannot resolve sk_value  QSslSocket: cannot resolve SSL_library_init QSslSocket: cannot resolve SSL_load_error_strings  QSslSocket: cannot resolve SSLv3_client_method QSslSocket: cannot resolve SSLv23_client_method  QSslSocket: cannot resolve SSLv3_server_method QSslSocket: cannot resolve SSLv23_server_method  QSslSocket: cannot resolve X509_STORE_CTX_get_chain  QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf  QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf QSslSocket: cannot resolve SSLeay  QSslSocket: cannot call unresolved function CRYPTO_num_locks  QSslSocket: cannot call unresolved function CRYPTO_set_id_callback  QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback  QSslSocket: cannot call unresolved function SSL_library_init  QSslSocket: cannot call unresolved function SSLv23_client_method  QSslSocket: cannot call unresolved function sk_num [=========> ]  15% [===========> ] 19% [========================> ] 41% [===========================> ]  46% QSslSocket: cannot call unresolved function SSLv23_client_method  QSslSocket: cannot call unresolved function SSL_library_init [============================> ] 48% [============================================================]  100% Counting pages (2/6) [============================================================]  Object 1 of 1 Resolving links (4/6) [============================================================]  Object 1 of 1 Loading headers and footers (5/6) Printing pages (6/6) [> ]  Preparing [==============================> ] Page 1 of 2 [============================================================]  Page 2 of 2 Done Exit with code 1 due to network error: UnknownNetworkError Q SslSocket: cannot call unresolved function CRYPTO_num_locks  QSslSocket: cannot call unresolved function CRYPTO_set_id_callback  QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback " stdout: "" command:  /usr/local/bin/wkhtmltopdf-amd64 --lowquality --margin-bottom '0' --page-size 'a4'  '/tmp/knp_snappy5ae2846075e843.75536675.html' '/tmp/knp_snappy5ae284607ff2f1.50639140.pdf'. 
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!