首页 > TAG信息列表 > musl

解决rust编译目标为musl时openssl报错

同步:https://zhufn.fun/archives/rust-musl-ssl/ 为了节省容器启动时间,准备把rust写的api编译好后扔进docker里,于是编译到target:x86_64-unknown-linux-musl 然后openssl炸了,不认libssl-dev了,查了下要重新编译。。。 但是,我们发现了一个神奇的docker镜象https://github.com/emk/ru

Ubuntu下为openwrt交叉编译cmake

此文章并未获得最终成功,供大家参考 参考地址:https://www.cnblogs.com/orangezs/p/8453610.html 硬件:极路由1S h5661 已经刷入openwrt 21.02.1 本地openwrt sdk地址:/home/devuser/CLionProjects/openwrt-sdk-21.02.1/dl/cmake-3.9.6 编译套件地址:/home/devuser/CLionProjects/op

搭建自己的kms服务器激活windows和office

基于vlmcsd搭建的KMS服务器,vlmcsd github项目地址:https://github.com/Wind4/vlmcsd 首先需要一个linux服务器,待激活的windows或者MS office。 登录linux服务器,下载vlmcsd源码 wget https://github.com/Wind4/vlmcsd/releases/download/svn1111/binaries.tar.gz 选择自己对应的系统

musl gcc

相关网址: 1是库,2是交叉编译链工具 1、https://musl.libc.org/ 2、https://github.com/richfelker/musl-cross-make     1、编译方法 root@zgj:~/musl-1.2.2# ls arch compat config.mak configure COPYRIGHT crt dist dynamic.list include INSTALL ldso lib Make

mac m1 go交叉编译

记录一次在mac 上go+sqllite3编译到centos使用   网上搜到安装 brew install FiloSottile/musl-cross/musl-cross   但是很遗憾,报错 ==> /opt/homebrew/opt/make/bin/gmake install TARGET=x86_64-linux-musl Last 15 lines from /Users/baicai/Library/Logs/Homebrew/musl