Forum Moderators: bakedjake

Message Too Old, No Replies

redhat 9 and apache soap

Which version to download?

         

digi_mind

7:18 pm on Jun 19, 2003 (gmt 0)

10+ Year Member



I went to www.apache.org and I found some soap versions I can doanload so I can install it in my computer which is running redhat 9.

soap-bin-2.3.1.tar.gz
soap-bin-2.3.1.zip
soap-src-2.3.1.tar.gz
soap-src-2.3.1.zip

Which one is the one I should download? I run my programs in i386.

If you know which one I should get, then could you help me with some tips on how to intall it?

Thank you.

marcs

8:52 pm on Jun 19, 2003 (gmt 0)

10+ Year Member




soap-bin-2.3.1.tar.gz
soap-bin-2.3.1.zip
soap-src-2.3.1.tar.gz
soap-src-2.3.1.zip

Looks like you basically have two binaries and two source files/packages. The .gz and .zip simply means they were archived using different software.

If you want to compile it yourself, get one of the -src- packages. If not, download a binary version (a -bin- one).

As to installation, for the .zip ones, :

unzip filename

Replace 'filename' with the filename.

Or for the .tar.gz ones :

tar -zxvf filename

Past that point, check the web site or docs that come with the software for installation and so on.