Use su command to switch to the root user.
[guest@xxxxxx guest]# su
Password:
|
Expand the file you transferred by FTP.In this example, it assumes that the file exists in "/home/guest" directory.
It assumes that "/tmp" is a temporary directory.
[root@xxxxxx guest]# cd /tmp
[root@xxxxxx tmp]# tar xvzf /home/guest/dnpwmlV31PMR10lR9pg83.tar.gz
|
After the expansion, a directory named "dnpmwml" is created in "/tmp" directory.
Change the owner of "/tmp/dnpmwml" directory to the user for running Apache.
In this example, the user is "apache" and the group is "apache".
[root@xxxxxx tmp]# chown -R apache:apache /tmp/dnpmwml
|
First of all, move the message file for Denbun POP version (version for mobile) to the directory of Denbun.
In this example, it is /var/www/cgi-bin/dnpwml/dnpwmllocal/ja.
the message file for Denbun POP version (version for mobile) is in "dnpmwml/dnpwmllocal/ja".
You need to move the file to the directory where Denbun is installed.
In this example, it is /var/www/cgi-bin/dnpwml/dnpwmllocal/ja.
[root@xxxxxx tmp]# mv /tmp/dnpmwml/dnpwmllocal/ja/* /var/www/cgi-bin/dnpwml/dnpwmllocal/ja/.
|
Next, move the directory of Denbun for Mobile to the cgi directory of Apache.
In this example, it is "/var/www/cgi-bin".
[root@xxxxxx tmp]# mv /tmp/dnpmwml /var/www/cgi-bin
|
Lastly, specify the path for Denbun POP version in dnpwmlpath.The file "dnpwmlpath" is in the directory where Denbun POP version (version for mobile) is installed (In this example, the file is in /var/www/cgi-bin/dnpmwml). Use an editor such as vi to edit the file.
[root@xxxxxx tmp]# vi /var/www/cgi-bin/dnpmwml/dnpwmlpath
../dnpwml
|
In this example, the directory "dnpwml" under the parent directory is specified.
The uninstallation of Denbun POP version (version for mobile) completed.