You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-instructions-linux.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,10 +394,6 @@ Ubuntu bulds link against the system versions of the open source component libra
394
394
```
395
395
to rebuild and re-link the project only.
396
396
397
-
##### Certificate issues during install-script build
398
-
If you see errors during the build as _curl failed with 'unable to get local issuer certificate'_ then you can either follow the resolution steps in [81](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/issues/81) or you can download the [cacert.pem](https://curl.haxx.se/ca/cacert.pem) into the `kinesis-video-native-build` folder and run
399
-
`./install-script -c`.
400
-
401
397
##### Library not found error when running the demo application
402
398
If any error similar to the following shows that the library path is not properly set:
##### Certificate issues during install-script build
262
-
If you see errors during the build as _curl failed with 'unable to get local issuer certificate'_ then you can either follow the resolution steps in [81](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/issues/81) or you can download the [cacert.pem](https://curl.haxx.se/ca/cacert.pem) into the `kinesis-video-native-build` folder and run
263
-
`./install-script -c`.
264
-
265
261
##### Curl SSL issue - "unable to get local issuer certificate"
266
262
If curl throws *"Peer certificate cannot be authenticated with given CA certificates: SSL certificate problem: unable to get local issuer certificate"* error while sending data to KVS, then the local `curl`
267
263
was not built properly with `--with-ca-bundle` path. So please remove the curl binaries and libraries and rebuilt it again by following below steps.
0 commit comments