LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Eterm and RH9? (https://www.linuxquestions.org/questions/linux-software-2/eterm-and-rh9-78391/)

Umbrella 08-02-2003 03:37 PM

Eterm and RH9?
 
I can't get Eterm to work with RH9.
It keeps asking for dependencies...
Being that this RH9 box doesn't have a internet connection and so I'm unable to use the apt-get program. I started to download the dependencies on my own. I was doing well untill I came across libltdl which is a dependencie for libast. All I need is the libltdl and I believe that I can get Eterm to work.
If anyone knows where the file is or has it, or has goten Eterm to work on there RH9 system please let me know how. Thanks

:newbie:

Crashed_Again 08-02-2003 04:32 PM

http://at.rpmfind.net/opsys/linux/RP....3-5.i386.html

Maybe that is what you need.

Umbrella 08-02-2003 06:52 PM

already tried that one. think i downloaded and tried everything off that rpmfind.net site. but much thanks,
just one questioned did you get Eterm to work with RH9?

Mega Man X 08-02-2003 07:55 PM

Try compiling it. Get this file:

http://www.eterm.org/download/Eterm-0.9.2.tar.gz

Then uncompress it:

gunzip Eterm-0.9.2.tar.gz

Then untar it:

tar -xvf Eterm-0.9.2.tar

Then go into the new created folder:

cd Eterm-0.9.2

Them compile it:

./configure

make

Then turn into root with su and proceed:

make install

P.S: I've not read the documentation. I'm just guessing an ordinary install process. You should though if you really want to install it. If the installation/compiling fails, you could still try installing the packages or by "forcing" the rpm to install (forcing won't check for dependancies), but it's not recommended. The easiest is always to google for another terminal though :D.

Good luck


All times are GMT -5. The time now is 08:01 AM.