"The software is called 'module', its version is 1.0."
I downloaded MODULE_PC.tar and took a look at it. There is no source code so I looked at the binary program using a hex editor. The binary program uses glibc_2.0. The problem may be that Red Hat 7.3 uses glibc version 2.0 and Red Hat 9.0 uses a later version of glibc. You can use this command to find out what version of glibc you are running on the Red Hat 9.0 machine:
rpm -qi glibc
If glibc on Red Hat 9.0 is any version other than 2.0 then that is possibly the cause of the problem. If the problem is using the wrong version of glibc then the solution is to recompile the program on Red Hat 9.0. However, you need the source to recompile the program. I could not find any source on the web site.
The other thing that I found was an email address:
module@rmn.ibs.fr
The email address and the postal address are in a file called MODULE_PC/module_doc/temp.
I suggest that you send an email to France and ask what they think the problem is. Also ask for the source code so that you can try recompiling the program to see if that will make it work on Red Hat 9.0.
___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html
Steve Stites