"Install" failes due to fatal error
Posted: Fri Jul 01, 2005 8:12 pm
Dear friends:
After downloading the latest Linux source tarball version of XNView, I discovered a fatal error in the installation routine. Here is the error:
[root@localhost XnView-1.68-x86-unknown-linux2.x-static]# ./install
OS : Linux, version 2.6.9-5.0.5.EL
./install: line 26: syntax error near unexpected token `('
./install: line 26: ` uid=*(root)*)'
[root@localhost XnView-1.68-x86-unknown-linux2.x-static]#
I wrote to the author, but his message said that he was on vacation. So, I wrote to the Fedora mailing list (fedora-list@redhat.com) to ask for help. I received a message from Paul Howarth who instructed me how to correct this as follows:
Edit the install script and change the line:
uid=*(root)*)
to:
uid=*\(root\)*)
I edited the "install" file and XNView installed properly.
Thank you.
Benjamin
After downloading the latest Linux source tarball version of XNView, I discovered a fatal error in the installation routine. Here is the error:
[root@localhost XnView-1.68-x86-unknown-linux2.x-static]# ./install
OS : Linux, version 2.6.9-5.0.5.EL
./install: line 26: syntax error near unexpected token `('
./install: line 26: ` uid=*(root)*)'
[root@localhost XnView-1.68-x86-unknown-linux2.x-static]#
I wrote to the author, but his message said that he was on vacation. So, I wrote to the Fedora mailing list (fedora-list@redhat.com) to ask for help. I received a message from Paul Howarth who instructed me how to correct this as follows:
Edit the install script and change the line:
uid=*(root)*)
to:
uid=*\(root\)*)
I edited the "install" file and XNView installed properly.
Thank you.
Benjamin