<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://forum.alpinelinux.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Alpine Linux forums - Installation</title>
 <link>https://forum.alpinelinux.org/taxonomy/term/10</link>
 <description></description>
 <language>en</language>
<item>
 <title>Problem getting Php PDO support working</title>
 <link>https://forum.alpinelinux.org/forum/installation/problem-getting-php-pdo-support-working</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;I&#039;ve tried installing php7-fpm + nginx + mysql. Almost seems done but for some reason I&#039;m still getting PHP Fatal error: Class &#039;PDO&#039; not found. I&#039;ve installed all kinds of different pdo related packages listed here &lt;a href=&quot;https://pkgs.alpinelinux.org/packages?name=*pdo*&amp;amp;branch=edge&amp;amp;repo=community&quot; rel=&quot;nofollow&quot;&gt;https://pkgs.alpinelinux.org/packages?name=*pdo*&amp;amp;branch=edge&amp;amp;repo=community&lt;/a&gt; but when I check phpinfo() then I don&#039;t see PDO as enabled. Any hints where to check? Google seems to ignore my requests regarding apk-alpine-pdo-not-found-etc queries&lt;/p&gt;

&lt;p&gt;I&#039;ve used Standard Alpine distro for installation.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 31 Mar 2018 10:02:00 +0000</pubDate>
 <dc:creator>hkirsman</dc:creator>
 <guid isPermaLink="false">19522 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/problem-getting-php-pdo-support-working#comments</comments>
</item>
<item>
 <title>Guts Casino</title>
 <link>https://forum.alpinelinux.org/forum/installation/guts-casino</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Guts Casino - how to win - &lt;a href=&quot;https://egaminghall.com/guts-casino-review/&quot; class=&quot;bb-url&quot; rel=&quot;nofollow&quot;&gt;additional info&lt;/a&gt; for players for 2018. Click to start enjoying.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 27 Mar 2018 11:42:36 +0000</pubDate>
 <dc:creator>annawarren</dc:creator>
 <guid isPermaLink="false">19520 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/guts-casino#comments</comments>
</item>
<item>
 <title>What is “modloop” option in Alpine?</title>
 <link>https://forum.alpinelinux.org/forum/installation/what-%E2%80%9Cmodloop%E2%80%9D-option-alpine</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;I&#039;m trying to understand what is the difference of making Alpine installation medium as read-only type (LiveCD) and as a standard disk mode (where the OS state can be saved). I&#039;ve seen the &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;modloop&lt;/code&gt;&lt;/span&gt; option when the author of this article (&lt;a href=&quot;https://wiki.alpinelinux.org/wiki/Create_UEFI_boot_USB&quot; rel=&quot;nofollow&quot;&gt;https://wiki.alpinelinux.org/wiki/Create_UEFI_boot_USB&lt;/a&gt;) configured loader entries for UEFI boot mode:&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;text geshifilter-text&quot; style=&quot;font-family:monospace;&quot;&gt;Contents of loader/entries/alpine.conf
title    Alpine Linux
linux    /boot/vmlinuz-hardened
initrd   /boot/initramfs-hardened
options  modloop=/boot/modloop-hardened modules=loop,squashfs,sd-mod,usb-storage quiet&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
And the question is how options listed in this stanza &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;modloop=/boot/modloop-hardened modules=loop,squashfs,sd-mod&lt;/code&gt;&lt;/span&gt; relate to each other and what do they mean?&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 24 Mar 2018 14:06:53 +0000</pubDate>
 <dc:creator>timfayz</dc:creator>
 <guid isPermaLink="false">19518 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/what-%E2%80%9Cmodloop%E2%80%9D-option-alpine#comments</comments>
</item>
<item>
 <title>Alpine LVM installation with UEFI/Legacy BIOS booting support</title>
 <link>https://forum.alpinelinux.org/forum/installation/alpine-lvm-installation-uefilegacy-bios-booting-support</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hi folks! :)&lt;br /&gt;
I&#039;m very new to Alpine and want somebody help me to check if the steps I&#039;ve done are correct with regards to my intention. &lt;br /&gt;
I want to move from Arch+Windows &lt;b&gt;[GPT, dual boot using built-in EFI menu]&lt;/b&gt; to Alpine+Windows &lt;b&gt;[GPT, legacy BIOS booting support, XEN, LVM partitions for both Alpine as Dom0 and virtualized Windows as Dom1]&lt;/b&gt;. Let&#039;s say it is my &quot;research&quot; idea :). How to make an instance of Windows in XEN and how to install it is out of the scope. I will do it on my own. I&#039;m concerning more about booting process: propertly configured flags &amp;amp; options, syslinux.conf, included features &amp;amp; modules into initramfs, etc. The installation will be made using external HDD. There are two reasons for this: (1) to be sure everything works ok before moving to built-in one and (2) to make the solution portable/Live. **Please, no GRUB**. Want to make it done using SYSLINUX only.&lt;/p&gt;

&lt;p&gt;So, here is how I &quot;imagine&quot; the disk layout should be:&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;text geshifilter-text&quot; style=&quot;font-family:monospace;&quot;&gt;[mbrgpt.bin] # see [3]
[protective MBR]
[GPT table]
EFI partition (FAT32, 200MB) # mount point is /mnt/EFI, see [1]
LVM partition
    /boot (FAT32, 200MB)  # mount point is /mnt/LVM/boot, see [2]
    / (EXT4, 40GB)        # mount point is /mnt/LVM/root
    windows (NTFS, 60GB)
   ...&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;This is my assumption list:&lt;br /&gt;&lt;/p&gt;&lt;ul class=&quot;bb-list&quot; style=&quot;list-style-type:circle;&quot;&gt;&lt;li&gt; [1] I need to copy &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/usr/share/syslinux/efi64/syslinux.efi&lt;/code&gt;&lt;/span&gt; as &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/mnt/EFI/EFI/Boot/bootx64.efi&lt;/code&gt;&lt;/span&gt; and create &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/mnt/EFI/loader/entries/alpine.conf&lt;/code&gt;&lt;/span&gt;. Content of the latter should coincide with &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;syslinux.cfg&lt;/code&gt;&lt;/span&gt;. For reference I use: &lt;a href=&quot;https://wiki.alpinelinux.org/wiki/Create_UEFI_boot_USB#Create_configuration_files_for_boot_loader&quot; rel=&quot;nofollow&quot;&gt;https://wiki.alpinelinux.org/wiki/Create_UEFI_boot_USB#Create_configuration_files_for_boot_loader&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; [2] I know it&#039;s not a good idea to make /boot part of LVM structure but for research purposes - want it to be a logical volume anyway (or do not create it at all). I heard at Arch Linux forum that SYSLINUX does support it. However, didn&#039;t find any &quot;witnesses&quot; on the web.&lt;/li&gt;
&lt;li&gt; [3] If I boot from legacy BIOS system, &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;gptmbr.bin&lt;/code&gt;&lt;/span&gt; should somehow to find and jump over to &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/mnt/LVM/boot/syslinux/ldsyslinux.c32&lt;/code&gt;&lt;/span&gt;. Then load &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;syslinux.cfg&lt;/code&gt;&lt;/span&gt; and determine how XEN kernel should be started.&lt;/li&gt;
&lt;li&gt; If I boot from UEFI system, &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;syslinux.efi&lt;/code&gt;&lt;/span&gt; starts and options taken from &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;loader/entries/alpine.conf&lt;/code&gt;&lt;/span&gt; (certainly, content should coincide with &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;syslinux.cfg&lt;/code&gt;&lt;/span&gt;).&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;There is some uncertainty about the things I didn&#039;t find much information on the web:&lt;br /&gt;&lt;/p&gt;&lt;ul class=&quot;bb-list&quot; style=&quot;list-style-type:circle;&quot;&gt;&lt;li&gt; Difference between Syslinux&#039;s ldlinux.sys and ldlinux.c32. There is some information on Arch&#039;s wiki which says sys is loader and loads rest of itself from c32. Nothing more..&lt;/li&gt;
&lt;li&gt; Difference between Syslinux&#039;s &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;mbr.bin&lt;/code&gt;&lt;/span&gt; and &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;gptmbr.bin&lt;/code&gt;&lt;/span&gt; boot records. Seems like the second one is what I need but don&#039;t know why.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;This is my &quot;TODO&quot; list (things like mkdir &amp;amp; umount were skiped for short). Please note, steps marked with (?) need for additional clarification:&lt;br /&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;text geshifilter-text&quot; style=&quot;font-family:monospace;&quot;&gt;1. Partitioning medium
gdisk /dev/sdx
# create new GPT table
# create EFI partition and set type to &amp;quot;EFI System&amp;quot; (sdx1)
# create Linux LVM part and set type to &amp;quot;Linux LVM&amp;quot; (sdx2)
# set an attribute for EFI part (?)
# known attributes are:
0: system partition
1: hide from EFI
2: legacy BIOS bootable (seems like this is what gptmbr.bin need to pick it up)
60: read-only
62: hidden
63: do not automount
&amp;nbsp;
2. Format EFI partition 
apk add dosfstools
mkfs.fat -F 32 /dev/sdx1
&amp;nbsp;
3. Copy SYSLINUX&#039;s UEFI bootloader
mount /dev/sdx1 /mnt/EFI
cp /usr/share/syslinux/efi64/syslinux.efi /mnt/EFI/EFI/Boot/bootx64.efi
&amp;nbsp;
4. Install LVM
apk add lvm2
rc-update add lvm
# add device mapper
modprobe dm-mod
echo dm-mod &amp;gt;&amp;gt; /etc/modules
&amp;nbsp;
5. Create LVM layout
pvcreate /dev/sdx2
vgcreate vg0 /dev/sdX2
# root
lvcreate -n root -L 40G vg0
mkfs.ext4 /dev/vg0/root
# boot
lvcreate -n boot -L 200M vg0
mkfs.fat -F 32 /dev/vg0/boot
# windows etc goes here ...
&amp;nbsp;
6. Rebuild initramfs
mount /dev/vg0/root /mnt/LVM/root
vi /etc/mkinitfs/mkinitfs.conf # append lvm to features=&amp;quot;..&amp;quot;
mkinitfs -c /etc/mkinitfs/mkinitfs.conf -b /mnt/LVM/boot
&amp;nbsp;
7. Create swap file
mount /dev/vg0/root /mnt/LVM/root &amp;amp;&amp;amp; cd /mnt/LVM/root
fallocate -l 2G ./swapfile
# or dd if=/dev/zero of=./swapfile bs=1M count=2048
chmod 600 ./swapfile
mkswap ./swapfile
swapon ./swapfile
rc-update add swap
# add &#039;/swapfile none swap defaults 0 0&#039; to /etc/fstab
&amp;nbsp;
8. Install SYSLINUX package &amp;amp; burn VBR
apk add syslinux
dd if=/usr/share/syslinux/gptmbr.bin of=/dev/sdx
&amp;nbsp;
9. Copy Alpine
mount /dev/vg0/boot /mnt/LVM/boot
setup-bootable /path/to/latest-alpine.iso /mnt/LVM/boot
&amp;nbsp;
10. Install SYSLINUX and tight things together
syslinux --directory /boot/syslinux/ --install /dev/sdb1
vi /mnt/LVM/boot/syslinux/syslinux.cfg # (?)
vi /mnt/EFI/loader/entries/alpine.conf # (?)
&amp;nbsp;
Last. Store changes made locally into root
lbu package - | tar -C /mnt/LVM/root -xzf -&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;Questions:&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol class=&quot;bb-list&quot; style=&quot;list-style-type:decimal;&quot;&gt;&lt;li&gt; Are the steps above a good way to go? If I missed something or overcomplicated, please let me know.&lt;/li&gt;
&lt;li&gt; Do I need to mark &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/dev/vg0/boot&lt;/code&gt;&lt;/span&gt; somehow in order &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;gptmbr.bin&lt;/code&gt;&lt;/span&gt; could find the partition when it boots?&lt;/li&gt;
&lt;li&gt; Can I get rid of LVM boot partition and substitute &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/mnt/LVM/boot&lt;/code&gt;&lt;/span&gt; with &lt;span class=&quot;geshifilter&quot;&gt;&lt;code class=&quot;text geshifilter-text&quot;&gt;/mnt/LVM/root&lt;/code&gt;&lt;/span&gt; where I mentioned it?&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 23 Mar 2018 16:09:49 +0000</pubDate>
 <dc:creator>timfayz</dc:creator>
 <guid isPermaLink="false">19514 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/alpine-lvm-installation-uefilegacy-bios-booting-support#comments</comments>
</item>
<item>
 <title>Failure to boot/install on Raspberry Pi Zero W</title>
 <link>https://forum.alpinelinux.org/forum/installation/failure-bootinstall-raspberry-pi-zero-w</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hi folks. I&#039;m trying to install Alpine on a Raspberry Pi Zero W. I created an SD card as per the wiki instructions. However, the device appears to never load the kernel. It simply powers itself off after a moment or two. I can, however, use the same SD card to boot Retro Pie with the device. So I&#039;m pretty sure things should work. Can anybody tell me what would cause it to just shut the hardware down instead of say, hanging with a kernel panic or something?&lt;/p&gt;

&lt;p&gt;I tried removing &quot;quiet&quot; from the command line, but it doesn&#039;t get far enough to even show any text on the screen.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Mar 2018 23:43:00 +0000</pubDate>
 <dc:creator>explosiveice</dc:creator>
 <guid isPermaLink="false">19513 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/failure-bootinstall-raspberry-pi-zero-w#comments</comments>
</item>
<item>
 <title>apk behind corporate proxy which has a self signed certificate</title>
 <link>https://forum.alpinelinux.org/forum/general-discussion-installation/apk-behind-corporate-proxy-which-has-self-signed-certificate</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/4&quot;&gt;General discussion&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;for some time now i have been trying to get apk to work in a Dockerfile, using a corporate proxy which has a self signed certificate.&lt;/p&gt;

&lt;p&gt;i tried to import the CA, Intermediate and the cert in pem format to /etc/ssl/certs, /etc/ssl but i always get &lt;/p&gt;

&lt;p&gt;139718424861644:error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed:ssl_clnt.c:1026:&lt;/p&gt;

&lt;p&gt;The setup is roughly as follows (its a Django app) :&lt;/p&gt;

&lt;p&gt;Dockerfile:&lt;br /&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;text geshifilter-text&quot; style=&quot;font-family:monospace;&quot;&gt;FROM python:3.7-rc-alpine
...
ENV APK_OPTS --no-cache --repository &#039;https://bla/latest-stable/main&#039;
...
ADD $APP_CERT_DIR /etc/ssl/certs/
...
RUN apk add $APK_OPTS musl gcc libxml2-dev libxslt-dev musl-dev libxml2 libxslt&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
any clues would be greatly appreciated ;)&lt;/p&gt;

&lt;p&gt;Thanks!&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 19 Mar 2018 17:16:30 +0000</pubDate>
 <dc:creator>rb</dc:creator>
 <guid isPermaLink="false">19512 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/general-discussion-installation/apk-behind-corporate-proxy-which-has-self-signed-certificate#comments</comments>
</item>
<item>
 <title>will either ARM version run on the pi?</title>
 <link>https://forum.alpinelinux.org/forum/installation/will-either-arm-version-run-pi</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;will either ARM version run on the pi? or just the pi version? the debian page say armhf requires armv7 and newer and the pi zero is an arm11 cpu? &lt;/p&gt;

&lt;p&gt;i suppose i&#039;m just splitting hairs the zero is anemic getting anything to run on it should be good enough.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 19 Mar 2018 04:46:50 +0000</pubDate>
 <dc:creator>cdoublejj</dc:creator>
 <guid isPermaLink="false">19511 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/will-either-arm-version-run-pi#comments</comments>
</item>
<item>
 <title>Installing RPM in Alpine</title>
 <link>https://forum.alpinelinux.org/forum/installation/installing-rpm-alpine</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;We are using Alpine in current project. RPM command not found in Alpine. We downloaded RPM package from &lt;a href=&quot;http://rpm.org/&quot; rel=&quot;nofollow&quot;&gt;http://rpm.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We could not install in alpine, as there is no documentation available for &quot;How to install RPM&quot;. Please guide us on installing RPM in Alpine.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 16 Mar 2018 06:59:54 +0000</pubDate>
 <dc:creator>atheequeahmed</dc:creator>
 <guid isPermaLink="false">19509 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/installing-rpm-alpine#comments</comments>
</item>
<item>
 <title>clang++: &#039;iostream&#039; file not found</title>
 <link>https://forum.alpinelinux.org/forum/installation/clang-iostream-file-not-found</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;How do I configure my Alpine box so that clang++ can find the traditional &quot;iostream&quot; header?&lt;/p&gt;

&lt;p&gt;For now, I&#039;ll just use g++, but it would be cooler to have the fuller static analysis capabilities of clang++ for improving my C/C++ code.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 15 Mar 2018 05:49:50 +0000</pubDate>
 <dc:creator>mcandre</dc:creator>
 <guid isPermaLink="false">19507 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/clang-iostream-file-not-found#comments</comments>
</item>
<item>
 <title>ca-certificates (missing) for alpine-virt-3.7.0-x86_64.iso</title>
 <link>https://forum.alpinelinux.org/forum/installation/ca-certificates-missing-alpine-virt-370-x8664iso</link>
 <description>&lt;div class=&quot;field field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Forums:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/forum/10&quot;&gt;Installation&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I&#039;m trying to setup a Vagrant box as an Alpine guest virtual machine, but when I go to install ca-certificates with apk add -U ca-certificates, apk complains that it can&#039;t find ca-certificates. What&#039;s more, apk is able to install openssh, so that would seem to rule out a DNS issue.&lt;/p&gt;

&lt;p&gt;Source:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mcandre/packer-templates/blob/alpine/alpine/fix-vagrant-ssh.alpine.sh&quot; rel=&quot;nofollow&quot;&gt;https://github.com/mcandre/packer-templates/blob/alpine/alpine/fix-vagrant-ssh.alpine.sh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Update:&lt;/p&gt;

&lt;p&gt;I had neglected to run setup-alpine, so the /etc/apk/repositories file was pointing merely at the ISO disc for packages, which omits the ca-certificates package.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 14 Mar 2018 22:10:32 +0000</pubDate>
 <dc:creator>mcandre</dc:creator>
 <guid isPermaLink="false">19506 at https://forum.alpinelinux.org</guid>
 <comments>https://forum.alpinelinux.org/forum/installation/ca-certificates-missing-alpine-virt-370-x8664iso#comments</comments>
</item>
</channel>
</rss>
