Page 2 of 38

Re: Linux PowerPC Server Software

Posted: Thu Jan 02, 2020 5:06 pm
by xeno74
BIND named DNS server on Fedora 27 Server PPC64

Split View:

Image

Re: Linux PowerPC Server Software

Posted: Sat Jan 04, 2020 1:03 pm
by xeno74
Image

I compiled the latest Apache httpd 2.4.41 on Fedora Server 27 PPC64 today.

file /usr/local/apache2/bin/apachectl

Code: Select all

/usr/local/apache2/bin/apachectl: POSIX shell script, ASCII text executable
file /usr/local/apache2/bin/httpd

Code: Select all

/usr/local/apache2/bin/httpd: ELF 64-bit MSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=631445f58b8678452ba4dd7c4d084648a2c0e515, with debug_info, not stripped
ldd /usr/local/apache2/bin/httpd

Code: Select all

linux-vdso64.so.1 (0x00003fff8ae10000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x00003fff8ad65000)
libaprutil-1.so.0 => /usr/local/apr/lib/libaprutil-1.so.0 (0x00003fff8ad20000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x00003fff8acbf000)
libapr-1.so.0 => /usr/local/apr/lib/libapr-1.so.0 (0x00003fff8ac62000)
librt.so.1 => /lib64/librt.so.1 (0x00003fff8ac41000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00003fff8abf2000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00003fff8abad000)
libdl.so.2 => /lib64/libdl.so.2 (0x00003fff8ab8c000)
libc.so.6 => /lib64/libc.so.6 (0x00003fff8a976000)
libfreebl3.so => /lib64/libfreebl3.so (0x00003fff8a963000)
/lib64/ld64.so.1 (0x00003fff8ae13000)
Image

Re: Linux PowerPC Server Software

Posted: Wed Jan 08, 2020 1:54 pm
by xeno74
Fedora Server 27 PPC64 with Apache 2.4.41 (Basic Authentication):

Image Image

Re: Linux PowerPC Server Software

Posted: Fri Jan 10, 2020 3:56 pm
by xeno74
Fedora 27 Server PPC64 with PHP 7.4.1:

Image

Re: Linux PowerPC Server Software

Posted: Mon Jan 13, 2020 1:19 pm
by xeno74
Netfilter REJECT target support (CONFIG_IP_NF_TARGET_REJECT):

Image

Re: Linux PowerPC Server Software

Posted: Thu Jan 16, 2020 3:26 pm
by xeno74
Forward a TCP port to another IP or port using NAT with iptables:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jan 16, 2020 10:43 pm
by caseycullen
A basic functional LAMP stack has been added to Fienix in the new repository with Apache 2.4.41, MySQL 5.7, and PHP 7.3.
-Casey

Re: Linux PowerPC Server Software

Posted: Fri Jan 17, 2020 4:15 am
by xeno74
caseycullen wrote:A basic functional LAMP stack has been added to Fienix in the new repository with Apache 2.4.41, MySQL 5.7, and PHP 7.3.
-Casey
Great! Thank you!

Re: Linux PowerPC Server Software

Posted: Fri Jan 24, 2020 12:44 pm
by xeno74
openSUSE Tumbleweed PPC64 with the Squid caching proxy server 5.0.1:

Image

Re: Linux PowerPC Server Software

Posted: Mon Jan 27, 2020 5:27 pm
by xeno74
Squid User Authentication

Image