Basically I will try it according to the head family. https://jp.cybozu.help/ja/of10/intro/install/lin.html
Ununtu 20.4
# apt install apache2
Was not needed. (maybe)
Download the latest version from the following
https://office.cybozu.co.jp/trial/download/
Change the access right of the downloaded file and execute
#chmode 777 cbof-xx.x.x-linux-k4.bin
#./cbof-xx.x.x-linux-k4.bin
But,
The version of GLIBC could not be detected.
Installation ends with the message.
http://dotnsf.blog.jp/archives/3608124.html When https://qiita.com/teruo-oshida/items/49f88ce150e9f3067003 From
#apt install libc6-i386
The installer didn't stop and worked.
http://127.0.0.1/cgi-bin/cbag/ag.cgi? When I tried to display, I got a "Page not found".
https://yukushige.com/blog/?p=166 In the conf file
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
To
ScriptAlias /cgi-bin/ "/usr/lib/cgi-bin/"
AddHandler cgi-script .cgi .py
Add / change to
#systemctl restart apache2
I was able to display the initial screen of Cybozu.
Recommended Posts