Problems installing ET on my linux server.


(BLaCkMAgIk) #1

For some reason, when I try to install ET, I get a message that says: ./setup.sh: line 278: 23762 Segmentation fault “$setup” “$@” 2>>$NULL
The setup program seems to have failed on x86/glibc-2.1

and the setup quits.

Thanks in advance for the help

MAgIk


(Gambit) #2

there is an incompatibility with the glib found in some distributions (e.g. redhat). run the installer again with the argument --keep (so it would be ./et-kinux.55.x86.run --keep) and this will create a directory called setup.1947. go to that directory and navigate through bin to a folder contains a setup script (i think it is is setupdata–>bin–>x86–>linux). replace the setup file with the one found at this site: http://zerowing.idsoftware.com/linux/. the site seems down for me right now, but if you can’t find it, i can host the file for you.

go back to top level directory (setup.1947) and run setup.sh. it should install fine now.