Rustup on Alpine Linux: Fix "error: linker `cc` not found"

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust

    Empowering everyone to build reliable and efficient software.

  • Today, I made a Dockerfile for Rust development on Alpine Linux. I met the error below when installing Rust with Rustup:

  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  • The minimal installation requires, of course, just gcc instead of build-base. It is, however, not recommended because either musl-dev or libc-dev will be necessary in addition soon after. In my case, installing Rust only was successful with gcc, but Actix Web, a Rust web framework using actors communication, required build-base.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Let's create a basic crud api with Rust using Tide

    2 projects | dev.to | 11 Jul 2021
  • json-responder 1.1: dynamic path resolution

    3 projects | dev.to | 12 Feb 2024
  • Rust: JSON Web Token -- some investigative studies on crate jwt-simple.

    2 projects | dev.to | 17 Nov 2023
  • Fellow Rust enthusiasts: What "sucks" about Rust?

    25 projects | /r/rust | 10 Mar 2023
  • rustup が "error: linker `cc` not found" で失敗 - Alpine Linux 3.17 (Rust 1.66)

    3 projects | dev.to | 8 Jan 2023