Results 1 to 10 of 10
Hey Guys,
I was asked to load postfwd-1.18 on to a red hat box.
I downloaded the tar and untar'ed it. however it has no install script at all
these ...
- 09-16-2010 #1Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
tar gz and then what?
Hey Guys,
I was asked to load postfwd-1.18 on to a red hat box.
I downloaded the tar and untar'ed it. however it has no install script at all
these are the folders in it
postfwd-1.18
- bin doc etc man sbin tools
the documentation does not talk of installation at all. I have seen many programs as these with no install script. What am i expected to do with them?
please assist
RJ
- 09-16-2010 #2
Tarballs often contain uncompiled source code. Is there any file "Makefile" or "configure" or something like that? (please post output of ls ./postfwd-1.18 )
- 09-16-2010 #3Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
Thanks for the reply,
I did chk for makefile, no makefile no configure
only they have a shell script in bin and in etc a sample config.
[root@xxx postfwd-1.18]# ls
bin doc etc man sbin tools
??
- 09-16-2010 #4
hey you should read this
http://www.linuxforums.org/forum/lin...ead-first.html
techieMoe's Avatar
How To Install Software in Linux
Installing Software in GNU/Linux
http://www.linuxforums.org/forum/lin...are-linux.html
- 09-16-2010 #5Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
Didnt help, i know those installs already..
- 09-16-2010 #6
On postfwd.org you can find introduction about how to install it: postfwd - postfix firewall daemon (scroll down).
- 09-16-2010 #7Linux Newbie
- Join Date
- Jul 2006
- Posts
- 106
i think its about installing perl module and not this .. coz i dont have a makefile.pl included in this source
- 09-17-2010 #8
This guy says to unpack it in /usr/local and mv it to /usr/local/postfwd. Also tells how to fix the init script to work with chkconfig, and some other tips:
Installing Postfwd on CentOS/Fedora/Redhat Colovic Vladan
- 09-17-2010 #9Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
- 09-17-2010 #10Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
I agree with alf55 : bin install = don't need to configure anything
you just need special libraries but you will be warned if you don't have them on your system when you will wtart the software
So, in your untared folder go to bin and type "postfwd" (ie : the binary file)
then, you can add an alias in the /home/user/.bashrc or /home/user/.tcshrc in order to point directly to the bin file :
alias postfwd '/wehre/you/untared/bin/postfwd'


Reply With Quote
