shun
2025年6月12日 15時35分
==========
製品型番:Armadillo-610
Debian/ABOSバージョン:3.19.2-at.5
カーネルバージョン:5.10.220
==========
お世話になっております。
lighttpdを使って、Web画面を表示するプログラムを開発するためにABOS DEでコンテナ内の"package.txt"に
# packages that can be installed with `apt install` are # listed here line by line and installed in the container. # # The project will create two container images, one to # build and one that is transferred to Armadillo. # If you want to install the package only in the container # image for the build, write the package name after the # [build] label. # # for example: # # --- always use --- # package_A # package_B # # # --- use only for build --- # [build] # package_C # # In the above example, package_A, package_B and package_C # are installed in the container image for build. # package_A and package_B are installed in the container # image that is transferred to Armadillo. # ======================================================== # --- always use --- bash lighttpd # --- use only for build --- [build] build-essential
のように"lighttpd"と追記したのですが、
Error: error building at STEP "RUN apt-get update && apt-get upgrade -y && apt-get install -y ${PACKAGES} && apt-get clean": error while running runtime: exit status 100 イメージをビルドできませんでした。
と出力されてしまいました。
「lighttpd」をインストールする方法を教えてください。
at_satoshi.ohta
2025年6月12日 16時06分
太田です。
こちらでは記載いただいたように lighttpd を packages.txt に書き込み、([Setup environment]を実行した後に) [Generate development swu] を実行したところ、問題なく SWU イメージをインストールすることが出来ました。
お手数ですが、確認のためもう一度、[CREATE NEW PROJECT] > [A600] > [C New Project] から最新のプロジェクトをダウンロードした後、
1. 同様に packages.txt の bash の下に lighttpd を記述
2. [Setup environment] を実行
3. [Generate development swu] を実行
をお試しいただけますでしょうか?
どうぞよろしくお願いいたします。