We run into the dreaded
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found
error messages a lot around here. This article is an attempt to explain what's going on with that.
FROM ros:indigo-ros-base | |
# install ros tutorials packages | |
RUN apt-get update && apt-get install -y \ | |
ros-indigo-ros-tutorials \ | |
ros-indigo-common-tutorials \ | |
&& rm -rf /var/lib/apt/lists/ |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git
Bulbasaur | |
Ivysaur | |
Venusaur | |
Charmander | |
Charmeleon | |
Charizard | |
Squirtle | |
Wartortle | |
Blastoise | |
Caterpie |
WARNING: Could not determine Java version | |
[2019-01-15 16:23:59,933] INFO Verbose logging enabled (io.confluent.cloud.Main$BaseCommand) | |
[2019-01-15 16:23:59,946] INFO Config values: | |
admin.client.timeout.ms = 5000 | |
bootstrap.servers = [pkc-43xj4.us-east-1.aws.confluent.cloud:9092] | |
(io.confluent.cloud.Config) | |
[2019-01-15 16:23:59,958] INFO AdminClientConfig values: | |
bootstrap.servers = [pkc-43xj4.us-east-1.aws.confluent.cloud:9092] | |
client.id = | |
connections.max.idle.ms = 300000 |
~/Desktop/trees/avops/terraform/aws-us-west-2/core terraform ● terraform apply | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
+ aws_s3_bucket.terraform | |
id: <computed> |
swagger: '2.0' | |
x-endpoint-name: iam | |
info: | |
version: 0.1-SNAPSHOT | |
title: Cloudera IAM Service | |
license: | |
name: Apache 2.0 | |
description: Cloudera Altus IAM is a web service that you can use to manage users and user permissions under your Altus account. | |
schemes: | |
- https |