16 responses to “Installing IP Messenger on Fedora 9”

  1. asif

    Hi,
    I followed your instructions and installed IP Messenger. Now that the installation is done. I find that there are no users listed in box. Similar to the screenshot you’ve posted. So how do I get the users in the list ?

  2. randell

    Hi asif! You have to be in the same network as the others with IPMSG. Ask your systems administrator about it :)

  3. asif

    Hi Randell! The machine that i use is a dual boot. IPMsg works out of the box on Windows. But in FC7 i don’t get the user list. And i don’t think i can expect any help from IT services. Any changes to be made for firewall settings ?

  4. arun

    hei,

    i am in same situation as asif !!
    can anyone make any suggestions…??

  5. arun

    my UDP port is open!!

  6. arun

    It is working when I set the Broadcast addresses, in settings!

  7. rahul

    # service iptables save
    # service iptables stop
    # chkconfig iptables off

    worked like a charm!

    http://www.cyberciti.biz/faq/linux-howto-disable-remove-firewall/

  8. rahul kumar

    rahul as u said to do the above steps, i did, but,following error occured

    [root@localhost g2ipmsg-0.9.6]# service iptables save
    bash: service: command not found
    [root@localhost g2ipmsg-0.9.6]# service iptables stop
    bash: service: command not found
    [root@localhost g2ipmsg-0.9.6]# chkonfig iptables off
    bash: chkonfig: command not found

  9. Sriram

    Hey dude,

    Cool article. Worked well for me.

    @rahul: thanks for ur tip.

    @rahul kumar: try

    /sbin/service iptables save
    and /sbin/service iptables stop

  10. Randell

    Update: same instructions work for g2ipmsg-0.9.6 on Fedora 10.

  11. kushal

    hello randell,
    plz help.iv installed fedora 10 on my pc.
    iv installed the pachkage u described
    yum install perl-XML-Parser libgnomeui-devel libpanelappletmm-devel gettext intltoo
    then i follwed the procedure
    i unzipped the drive and cd to it
    but the on typing ./configre i face the following problem…..

    [root@kushal g2ipmsg-0.9.6]# ./configure

    checking for doxygen… no
    configure: WARNING: doxygen not found – will not generate any doxygen documentation
    checking for perl… /usr/bin/perl
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for a thread-safe mkdir -p… /bin/mkdir -p
    checking for gawk… gawk
    checking whether make sets $(MAKE)… yes
    checking whether to enable maintainer-specific portions of Makefiles… no
    checking for style of include used by make… GNU
    checking for gcc… no
    checking for cc… no
    checking for cl.exe… no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log’ for more details.

    plz help me…

  12. Randell

    @kushal, do you have gcc installed?

  13. ashoak

    Hi if interested you can try the open source ip-messenger project in java from the following url http://code.google.com/p/ip-messenger/

  14. Suraj Jibhakate

    Hi Randell

    I wish to install ip messenger for fedora 15.
    I downloaded all the packages for the same
    But
    [root@suraj g2ipmsg-0.9.5]# yum install libpanel-applet2-devLoaded plugins: langpacks, presto, refresh-packagekit
    Setting up Install Process
    No package libpanel-applet2-dev available.
    Error: Nothing to do

    [root@suraj g2ipmsg-0.9.5]# make
    make: *** No targets specified and no makefile found. Stop.

    what should I do dude?

    Please do guide me

  15. raviraj

    i am getting this error

    [root@localhost g2ipmsg-0.9.6]# ./configure
    checking for doxygen… no
    configure: WARNING: doxygen not found – will not generate any doxygen documentation
    checking for perl… /usr/bin/perl
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for a thread-safe mkdir -p… /bin/mkdir -p
    checking for gawk… gawk
    checking whether make sets $(MAKE)… yes
    checking whether to enable maintainer-specific portions of Makefiles… no
    checking for style of include used by make… GNU
    checking for gcc… no
    checking for cc… no
    checking for cl.exe… no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log’ for more details.

Leave a Reply