Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie
    Join Date
    Jul 2006
    Posts
    106

    Angry 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

  2. #2
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    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 )

  3. #3
    Linux 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

    ??

  4. #4
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309

    Smile

    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

  5. #5
    Linux Newbie
    Join Date
    Jul 2006
    Posts
    106
    Didnt help, i know those installs already..

  6. #6
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    On postfwd.org you can find introduction about how to install it: postfwd - postfix firewall daemon (scroll down).

  7. #7
    Linux 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

  8. #8
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    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

  9. #9
    Linux User
    Join Date
    Jan 2005
    Location
    Saint Paul, MN
    Posts
    262
    Quote Originally Posted by ranjitcool View Post
    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
    This looks like it is a binary install. I would suggest looking into the "bin" directory to see the binary. In that case "cd /usr/local" then untar the file tall-ball.

  10. #10
    Just 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'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...