Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 24-02-2006, 02:19 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default How to? : Install IP Messenger in linux


Please some one give me a detailed description of how to install IP messenger under linux for the gnome
I downloaded the file for gipmsgr-0.4.0beta1.tar.gz
unpacked it
but do not know how to take it a step further
the configure script when runs returns an error at the end that gtk not installed
but i have it installed somewhere
I use Fedora Core 4 on an intel platform p4 3ghz
please help me.


thanking you all
abhijeetanand is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 24-02-2006, 03:55 AM   #2 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

I dont know what this stuff is. As from your query, you need gtk (probably gtk+-1.2, not gtk+-2.x). So install gtk+1.2 from your installation disk.

Also if you can post the output of ./configure, that'll be much helpful.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 25-02-2006, 02:56 AM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default

This basically a software to chat and send n recieve files over the LAN
I basically used the 32 bit version under win xp
but now am fed up with XP and am transitioning all of my work to linux
and we use this software to send msgs and share files..
please see to it

This is what I get as the output after running the ./configure script
Quote:
[root@localhost gipmsg-0.4.0beta1]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gnome-config... (cached) no
checking for gnomeConf.sh file in /usr/local/lib... not found
checking extra library "applets"... ./configure: line 1117: no: command not found

checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking what warning flags to pass to the C compiler... -Wall -Wunused
checking what language compliance flags to pass to the C compiler...
checking for pthread_create in -lpthread... yes
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: GTK not installed
I have one more problem but that will be related to Networking and proxies and firewallls
hope you dont mind answering it here
Its like am in an university
and that we access our internet through lan
but at first we have to log on to cyberoam corporate client
so i want to know if I can some how bypass this cyberoam thing cause our net is 24 hr dedicated 2mbps broadband connection
i think you must have got the point
please help me to bypass this proxy or firewall whatever you call it
may be port forwarding help me, but am not much sure of it

thanking you very much

Abhijeet Anand[/quote]
abhijeetanand is offline  
Old 25-02-2006, 08:49 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

As Desertwind told get gtk1.2 installed from Fedora Core 4 Disk.(rpm -ivh xxx.rpm).Also get gtk+-devel-1.2 rpm installed.Or if You have already installed may be should check the env variable set properly.
praka123 is offline  
Old 25-02-2006, 12:23 PM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default

but I have this GIMP installed in my pc, and as far as I know it uses gtk
so doesn't that mean that gtk is preinstalled in my PC...
yet neways can you tell me how to check wether gtk is there in my pc or not, and if so, then how to set the environment variables
I am a bit new to it......
do i use the command 'set' under console
and by the way which variable is to be set for that..

thanks for replying.....
abhijeetanand is offline  
Old 25-02-2006, 12:38 PM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

you can query rpmdb as
Code:
rpm -qa gtk1.2*
I believe Ur problem lies with U not installed gtk1.2-dev rpm.so check ur Discs to find this rpm and install it.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 25-02-2006, 12:55 PM   #7 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Hi,

There are two branches of GTK - The GTK1 branch, needed by this software and used by old versions of GIMP, and the GTK2 branch, which is installed on your system (and used by the new GIMP 2.x). The two are not compatible, and so you need to install the GTK1 package as well.

However, on going through the site, I think this software uses the old Gnome1 libraries as well, which will be a pain for you to install. I recommend using XIP messenger or gtkip messenger instead (XIP will not even require gtk1 to be present)
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 25-02-2006, 11:07 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default

Ok
i will try first installing the GTk 1.2 and then try again installing the gip messenger..

@ujjwal
but buddy do you think this xipmessenger will work under gnome....

neways guys
i am really thankfull to you all people..
i will post my results as soon as possible....
within a day...
and please one more favout I need,,
please see to my 2nd problem as posted in my 2nd reply

thanks again...
c u all
abhijeetanand is offline  
Old 27-02-2006, 03:01 AM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default

Hi guys sorry to tell but nothing of that helped me to install gipmsgr or the xip messenger
i will post outputs tomorrow
cause write now i am posting this message under windows...

thanks again

can nebody tell where is it going wrong
or is it so because i am having fedora core 4 as my distro
abhijeetanand is offline  
Old 27-02-2006, 03:43 AM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

buddy,have gtk1.2-dev library installed.it will solve the problem.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-03-2006, 03:38 AM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2006
Posts: 6
Default

Hi there guys
I tried just everything but nothing seems to help me
sp now i am giving up this installation at least on Fedora Core 4
I will try it once more once I have installed some another distro of linux may be mandrake or SuSE.... oe debian
cause one of my friends was able to install the XIP messenger on debian

any ways

thanks once again to all of you to give your time to my problem

but still
there's one thing to be solved
please see my second post and see the second problem in it, just after the quoted text

bye
thanks[/b]
abhijeetanand is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by icebags
- by clinton
- by topgear

Advertisement




All times are GMT +5.5. The time now is 10:19 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2