Request for partclone, openvpn and regina rexx support in LFS or BLFS
by linux&os2 from LinuxQuestions.org on (#6DCK7)
I build successfully a LFS Systemd,
Added regina-rexx, regina-rexx-3.9.5.tar.gz
wget https://sourceforge.net/projects/reg...ar.gz/download
tar -xvf regina-rexx-3.9.5.tar.gz
cd regina-rexx-3.9.5
./configure --prefix=/usr
make -j40
make install
cd ..
/*********************/
Then openvpn dependencies.
libnl-3.7.0 from BLFS
libcap-ng
dependencies for libcap-ng:
wget http://pkgconfig.freedesktop.org/rel...ig-0.29.tar.gz --no-check-certificate
tar -xvf pkg-config-0.29.tar.gz
cd pkg-config-0.29.2
make install
cd ..
from https://github.com/stevegrubb/libcap-ng
unzip libcap-ng-master.zip
cd libcap-ng-master
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure --prefix=/usr
make -j40
make install
cd ..
lz4 from https://github.com/lz4/lz4
unzip lz4-dev.zip
cd lz4-dev
./configure --prefix=/usr
make -j40
make install
lzo
wget https://www.oberhumer.com/opensource...zo-2.10.tar.gz --no-check-certificate
cd lzo-2.10.tar.gz
tar -xvf lzo-2.10.tar.gz
cd lzo-2.10
./configure --prefix=/usr --enable-shared --disable-static
--docdir=/usr/share/doc/lzo-2.10 && make -j40
make install
cd ..
pam from BLFS
/************************/
openvpn
wget https://swupdate.openvpn.org/communi...n-2.6.5.tar.gz
cd openvpn-2.6.5
./configure --prefix=/usr --enable-systemd
make -j40
make install
cd ..
/******************/
Partclone
partclone dependencies
fuse from BLFS
partclone
cd partclone-master
autoreconf
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
autoupdate
autoconf
./configure --prefix=/usr --enable-extfs --enable-fat --enable-exfat --enable-ntfs --enable-ncursesw
make -j40
make install
cd ..
/**************************/
openssh from BLFS
Added regina-rexx, regina-rexx-3.9.5.tar.gz
wget https://sourceforge.net/projects/reg...ar.gz/download
tar -xvf regina-rexx-3.9.5.tar.gz
cd regina-rexx-3.9.5
./configure --prefix=/usr
make -j40
make install
cd ..
/*********************/
Then openvpn dependencies.
libnl-3.7.0 from BLFS
libcap-ng
dependencies for libcap-ng:
wget http://pkgconfig.freedesktop.org/rel...ig-0.29.tar.gz --no-check-certificate
tar -xvf pkg-config-0.29.tar.gz
cd pkg-config-0.29.2
make install
cd ..
from https://github.com/stevegrubb/libcap-ng
unzip libcap-ng-master.zip
cd libcap-ng-master
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure --prefix=/usr
make -j40
make install
cd ..
lz4 from https://github.com/lz4/lz4
unzip lz4-dev.zip
cd lz4-dev
./configure --prefix=/usr
make -j40
make install
lzo
wget https://www.oberhumer.com/opensource...zo-2.10.tar.gz --no-check-certificate
cd lzo-2.10.tar.gz
tar -xvf lzo-2.10.tar.gz
cd lzo-2.10
./configure --prefix=/usr --enable-shared --disable-static
--docdir=/usr/share/doc/lzo-2.10 && make -j40
make install
cd ..
pam from BLFS
/************************/
openvpn
wget https://swupdate.openvpn.org/communi...n-2.6.5.tar.gz
cd openvpn-2.6.5
./configure --prefix=/usr --enable-systemd
make -j40
make install
cd ..
/******************/
Partclone
partclone dependencies
fuse from BLFS
partclone
cd partclone-master
autoreconf
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
autoupdate
autoconf
./configure --prefix=/usr --enable-extfs --enable-fat --enable-exfat --enable-ntfs --enable-ncursesw
make -j40
make install
cd ..
/**************************/
openssh from BLFS