LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-12-2015, 03:09 AM   #1
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Rep: Reputation: Disabled
iptux installation problem in centos 6.6


I have downloaded iptux0.5.3 for centos.
i have tried to install but it will produce the following :


Code:
[root@localhost iptux0.5.3]# ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
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 for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int64_t... yes
checking for mode_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for bzero... yes
checking for endpwent... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for mkdir... yes
checking for rmdir... yes
checking for setlocale... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTHREAD... yes
checking for GTK... yes
checking for GCONF... yes
checking for GST... no
configure: WARNING: You need GStreamer-0.10 or later installed if you need sound relevant functions
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  de en_GB es pl zh_CN zh_TW
configure: creating ./config.status
config.status: creating Makefile
config.status: creating desktop/Makefile
config.status: creating pixmaps/Makefile
config.status: creating po/Makefile.in
config.status: creating sound/Makefile
config.status: creating src/Makefile
config.status: creating src/uninstall/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
for make commmend


Code:
[root@localhost iptux0.5.3]# make
make  all-recursive
make[1]: Entering directory `/root/Downloads/iptux0.5.3'
Making all in src
make[2]: Entering directory `/root/Downloads/iptux0.5.3/src'
Making all in uninstall
make[3]: Entering directory `/root/Downloads/iptux0.5.3/src/uninstall'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/Downloads/iptux0.5.3/src/uninstall'
make[3]: Entering directory `/root/Downloads/iptux0.5.3/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/Downloads/iptux0.5.3/src'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/src'
Making all in desktop
make[2]: Entering directory `/root/Downloads/iptux0.5.3/desktop'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/desktop'
Making all in pixmaps
make[2]: Entering directory `/root/Downloads/iptux0.5.3/pixmaps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/pixmaps'
Making all in po
make[2]: Entering directory `/root/Downloads/iptux0.5.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/po'
Making all in sound
make[2]: Entering directory `/root/Downloads/iptux0.5.3/sound'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/sound'
make[2]: Entering directory `/root/Downloads/iptux0.5.3'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3'
You have new mail in /var/spool/mail/root
I thing make is not run currectly

for make install

Code:
[root@localhost iptux0.5.3]# make install
Making install in src
make[1]: Entering directory `/root/Downloads/iptux0.5.3/src'
Making install in uninstall
make[2]: Entering directory `/root/Downloads/iptux0.5.3/src/uninstall'
make[3]: Entering directory `/root/Downloads/iptux0.5.3/src/uninstall'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c ihateiptux '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Downloads/iptux0.5.3/src/uninstall'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/src/uninstall'
make[2]: Entering directory `/root/Downloads/iptux0.5.3/src'
make[3]: Entering directory `/root/Downloads/iptux0.5.3/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c iptux '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Downloads/iptux0.5.3/src'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/src'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3/src'
Making install in desktop
make[1]: Entering directory `/root/Downloads/iptux0.5.3/desktop'
make[2]: Entering directory `/root/Downloads/iptux0.5.3/desktop'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
 /usr/bin/install -c -m 644 iptux.desktop '/usr/local/share/applications'
test -z "/usr/local/share/icons" || /bin/mkdir -p "/usr/local/share/icons"
/bin/mkdir -p '/usr/local/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644  hicolor/22x22/apps/ip-tux.png hicolor/22x22/apps/i-tux.png '/usr/local/share/icons/hicolor/22x22/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644  hicolor/24x24/apps/ip-tux.png hicolor/24x24/apps/i-tux.png '/usr/local/share/icons/hicolor/24x24/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644  hicolor/16x16/apps/ip-tux.png hicolor/16x16/apps/i-tux.png '/usr/local/share/icons/hicolor/16x16/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644  hicolor/32x32/apps/ip-tux.png hicolor/32x32/apps/i-tux.png '/usr/local/share/icons/hicolor/32x32/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644  hicolor/48x48/apps/ip-tux.png hicolor/48x48/apps/i-tux.png '/usr/local/share/icons/hicolor/48x48/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/64x64/apps'
 /usr/bin/install -c -m 644  hicolor/64x64/apps/ip-tux.png hicolor/64x64/apps/i-tux.png '/usr/local/share/icons/hicolor/64x64/apps'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/desktop'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3/desktop'
Making install in pixmaps
make[1]: Entering directory `/root/Downloads/iptux0.5.3/pixmaps'
make[2]: Entering directory `/root/Downloads/iptux0.5.3/pixmaps'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/iptux/pixmaps" || /bin/mkdir -p "/usr/local/share/iptux/pixmaps"
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/menu'
 /usr/bin/install -c -m 644  menu/menu-board.png menu/menu-detect.png menu/menu-group.png menu/menu-share.png '/usr/local/share/iptux/pixmaps/menu'
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/tip'
 /usr/bin/install -c -m 644  tip/tip-error.png tip/tip-finish.png tip/tip-hide.png tip/tip-recv.png tip/tip-send.png tip/tip-show.png '/usr/local/share/iptux/pixmaps/tip'
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/icon'
 /usr/bin/install -c -m 644  icon/icon-blowfish.png icon/icon-bug.png icon/icon-cow.png icon/icon-daemon.png icon/icon-dog.png icon/icon-elephant.png icon/icon-frog.png icon/icon-ghost.png icon/icon-konqui.png icon/icon-lion.png icon/icon-monkey.png icon/icon-penguin.png icon/icon-pig.png icon/icon-qq.png icon/icon-rabbit.png icon/icon-scream.png icon/icon-teddybear.png icon/icon-turtle.png icon/icon-tux.png '/usr/local/share/iptux/pixmaps/icon'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/pixmaps'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3/pixmaps'
Making install in po
make[1]: Entering directory `/root/Downloads/iptux0.5.3/po'
if test -r ".././mkinstalldirs"; then \
	  .././mkinstalldirs /usr/local/share; \
	else \
	  /bin/sh ../mkinstalldirs /usr/local/share; \
	fi
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/iptux.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/iptux.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/iptux.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/iptux.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/iptux.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/iptux.mo
if test "iptux" = "glib"; then \
	  if test -r ".././mkinstalldirs"; then \
	    .././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  else \
	    /bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  fi; \
	  /usr/bin/install -c -m 644 ./Makefile.in.in \
			  /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
	else \
	  : ; \
	fi
make[1]: Leaving directory `/root/Downloads/iptux0.5.3/po'
Making install in sound
make[1]: Entering directory `/root/Downloads/iptux0.5.3/sound'
make[2]: Entering directory `/root/Downloads/iptux0.5.3/sound'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/iptux/sound" || /bin/mkdir -p "/usr/local/share/iptux/sound"
 /usr/bin/install -c -m 644  msg.ogg trans.ogg '/usr/local/share/iptux/sound/.'
make[2]: Leaving directory `/root/Downloads/iptux0.5.3/sound'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3/sound'
make[1]: Entering directory `/root/Downloads/iptux0.5.3'
make[2]: Entering directory `/root/Downloads/iptux0.5.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Downloads/iptux0.5.3'
make[1]: Leaving directory `/root/Downloads/iptux0.5.3'
[root@localhost iptux0.5.3]#
After finished all these steps iptux is installed and that is opening but not showing anyone user.just opening a simple iptux window

And I have also tried by iptux.rpm
but that is also releasing error by:

Code:
iptux-0.5.1-alt1_13.x86_64 requires libc.so.6(GLIBC_2.14)(64bit)
iptux-0.5.1-alt1_13.x86_64 requires libc.so.6(GLIBC_2.15)(64bit)
I have to install that package for my centos 6.6
but not avail that packages.
And I thing that packaged will be harmed to the system (I have gathered in some webpages.)
please give me a solution friends.
thaks in advance.
 
Old 03-14-2015, 10:45 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by pandy669@gmail.com View Post
I have downloaded iptux0.5.3 for centos.
i have tried to install but it will produce the following :

After finished all these steps iptux is installed and that is opening but not showing anyone user.just opening a simple iptux window And I have also tried by iptux.rpm but that is also releasing error by:
Code:
iptux-0.5.1-alt1_13.x86_64 requires libc.so.6(GLIBC_2.14)(64bit)
iptux-0.5.1-alt1_13.x86_64 requires libc.so.6(GLIBC_2.15)(64bit)
I have to install that package for my centos 6.6 but not avail that packages. And I thing that packaged will be harmed to the system (I have gathered in some webpages.) please give me a solution friends. thaks in advance.
Since you're using CentOS, why don't you just type in "yum install iptux"???? That's a valid CentOS package, as far as I can tell, and it will install the missing dependencies for you. You don't say how you're installing the RPM package, but using yum is the best method, rather than a straight RPM command.
 
Old 03-24-2015, 08:24 AM   #3
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Original Poster
Rep: Reputation: Disabled
iptux package also not installing

I have tried to install iptux by rpm package.
but thai is also producing an error friend..

Code:
[root@localhost Downloads]# yum install iptux-0.5.1-alt1_13.x86_64.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Examining iptux-0.5.1-alt1_13.x86_64.rpm: iptux-0.5.1-alt1_13.x86_64
Marking iptux-0.5.1-alt1_13.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * extras: centos.excellmedia.net
 * updates: centos.excellmedia.net
Resolving Dependencies
--> Running transaction check
---> Package iptux.x86_64 0:0.5.1-alt1_13 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: iptux-0.5.1-alt1_13.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: iptux-0.5.1-alt1_13.x86_64
--> Finished Dependency Resolution
Error: Package: iptux-0.5.1-alt1_13.x86_64 (/iptux-0.5.1-alt1_13.x86_64)
           Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: iptux-0.5.1-alt1_13.x86_64 (/iptux-0.5.1-alt1_13.x86_64)
           Requires: libc.so.6(GLIBC_2.15)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@localhost Downloads]#
I have searched for libc.so.6(GLIBC_2.15) and (glibc 2.14)but those are not available for my system ,.
please help me friends.
 
Old 03-24-2015, 09:36 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by pandy669@gmail.com View Post
I have tried to install iptux by rpm package. but thai is also producing an error friend..
Code:
[root@localhost Downloads]# yum install iptux-0.5.1-alt1_13.x86_64.rpm
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Examining iptux-0.5.1-alt1_13.x86_64.rpm: iptux-0.5.1-alt1_13.x86_64
Marking iptux-0.5.1-alt1_13.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * extras: centos.excellmedia.net
 * updates: centos.excellmedia.net
Resolving Dependencies
--> Running transaction check
---> Package iptux.x86_64 0:0.5.1-alt1_13 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.14)(64bit) for package: iptux-0.5.1-alt1_13.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.15)(64bit) for package: iptux-0.5.1-alt1_13.x86_64
--> Finished Dependency Resolution
Error: Package: iptux-0.5.1-alt1_13.x86_64 (/iptux-0.5.1-alt1_13.x86_64)
           Requires: libc.so.6(GLIBC_2.14)(64bit)
Error: Package: iptux-0.5.1-alt1_13.x86_64 (/iptux-0.5.1-alt1_13.x86_64)
           Requires: libc.so.6(GLIBC_2.15)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@localhost Downloads]#
I have searched for libc.so.6(GLIBC_2.15) and (glibc 2.14)but those are not available for my system ,. please help me friends.
Did you actually read the message you posted??? I bolded two lines above, where the system gave you things to try...did you TRY THEM???
 
Old 03-24-2015, 10:05 AM   #5
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Original Poster
Rep: Reputation: Disabled
thanks for reply.

i have tried that method but not installed succesfully.
the application (iptux)window show only blank screen.
no one user is displaying including myself.
this is not working properly.
I have forget to mention that.
can you guess what is the probelm?
I need this one software friend.
 
Old 03-25-2015, 03:12 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by pandy669@gmail.com View Post
i have tried that method but not installed succesfully.
the application (iptux)window show only blank screen. no one user is displaying including myself. this is not working properly. I have forget to mention that.
can you guess what is the probelm? I need this one software friend.
So..you DID install the software, and it is running....just not working the way you want it to??? Is that correct??? It isn't nice to have to guess over and over, about what you've done/tried, and not asking a clear question won't get you answers.

If the application is running, you're done. After that, you have to CONFIGURE the application, then get other users to use it. YOU won't show up in that window, because that is YOUR communications window...and why would you send yourself a message??
 
Old 03-27-2015, 10:04 AM   #7
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Original Poster
Rep: Reputation: Disabled
sorry for late reply TBOne,
that was installed but not perfectly.
while I am installing I have found the following :
After executing the ./configure,


when running the " make " commend the following lines are displaying (i have pasted last some lines only):

Code:
eetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lgconf-2 -lglib-2.0    
make[3]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src'
Making all in desktop
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/desktop'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/desktop'
Making all in pixmaps
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
Making all in po
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/po'
Making all in sound
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3'

Code:
[root@localhost iptux_0.5.3]# make install
Making install in src
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3/src'
Making install in uninstall
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/src/uninstall'
make[3]: Entering directory `/root/Downloads/pack/iptux_0.5.3/src/uninstall'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c ihateiptux '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src/uninstall'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src/uninstall'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/src'
make[3]: Entering directory `/root/Downloads/pack/iptux_0.5.3/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c iptux '/usr/local/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/src'
Making install in desktop
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3/desktop'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/desktop'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
 /usr/bin/install -c -m 644 iptux.desktop '/usr/local/share/applications'
test -z "/usr/local/share/icons" || /bin/mkdir -p "/usr/local/share/icons"
/bin/mkdir -p '/usr/local/share/icons/hicolor/22x22/apps'
 /usr/bin/install -c -m 644  hicolor/22x22/apps/ip-tux.png hicolor/22x22/apps/i-tux.png '/usr/local/share/icons/hicolor/22x22/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/24x24/apps'
 /usr/bin/install -c -m 644  hicolor/24x24/apps/ip-tux.png hicolor/24x24/apps/i-tux.png '/usr/local/share/icons/hicolor/24x24/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/16x16/apps'
 /usr/bin/install -c -m 644  hicolor/16x16/apps/ip-tux.png hicolor/16x16/apps/i-tux.png '/usr/local/share/icons/hicolor/16x16/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/32x32/apps'
 /usr/bin/install -c -m 644  hicolor/32x32/apps/ip-tux.png hicolor/32x32/apps/i-tux.png '/usr/local/share/icons/hicolor/32x32/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/48x48/apps'
 /usr/bin/install -c -m 644  hicolor/48x48/apps/ip-tux.png hicolor/48x48/apps/i-tux.png '/usr/local/share/icons/hicolor/48x48/apps'
/bin/mkdir -p '/usr/local/share/icons/hicolor/64x64/apps'
 /usr/bin/install -c -m 644  hicolor/64x64/apps/ip-tux.png hicolor/64x64/apps/i-tux.png '/usr/local/share/icons/hicolor/64x64/apps'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/desktop'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/desktop'
Making install in pixmaps
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/iptux/pixmaps" || /bin/mkdir -p "/usr/local/share/iptux/pixmaps"
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/menu'
 /usr/bin/install -c -m 644  menu/menu-board.png menu/menu-detect.png menu/menu-group.png menu/menu-share.png '/usr/local/share/iptux/pixmaps/menu'
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/tip'
 /usr/bin/install -c -m 644  tip/tip-error.png tip/tip-finish.png tip/tip-hide.png tip/tip-recv.png tip/tip-send.png tip/tip-show.png '/usr/local/share/iptux/pixmaps/tip'
/bin/mkdir -p '/usr/local/share/iptux/pixmaps/icon'
 /usr/bin/install -c -m 644  icon/icon-blowfish.png icon/icon-bug.png icon/icon-cow.png icon/icon-daemon.png icon/icon-dog.png icon/icon-elephant.png icon/icon-frog.png icon/icon-ghost.png icon/icon-konqui.png icon/icon-lion.png icon/icon-monkey.png icon/icon-penguin.png icon/icon-pig.png icon/icon-qq.png icon/icon-rabbit.png icon/icon-scream.png icon/icon-teddybear.png icon/icon-turtle.png icon/icon-tux.png '/usr/local/share/iptux/pixmaps/icon'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/pixmaps'
Making install in po
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3/po'
if test -r ".././mkinstalldirs"; then \
	  .././mkinstalldirs /usr/local/share; \
	else \
	  /bin/sh ../mkinstalldirs /usr/local/share; \
	fi
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/iptux.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/iptux.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/iptux.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/iptux.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/iptux.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/iptux.mo
if test "iptux" = "glib"; then \
	  if test -r ".././mkinstalldirs"; then \
	    .././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  else \
	    /bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
	  fi; \
	  /usr/bin/install -c -m 644 ./Makefile.in.in \
			  /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
	else \
	  : ; \
	fi
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/po'
Making install in sound
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/iptux/sound" || /bin/mkdir -p "/usr/local/share/iptux/sound"
 /usr/bin/install -c -m 644  msg.ogg trans.ogg '/usr/local/share/iptux/sound/.'
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3/sound'
make[1]: Entering directory `/root/Downloads/pack/iptux_0.5.3'
make[2]: Entering directory `/root/Downloads/pack/iptux_0.5.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/Downloads/pack/iptux_0.5.3'
make[1]: Leaving directory `/root/Downloads/pack/iptux_0.5.3'
After executed those application is installed partially without showing any local users .

I think there is some error .but I cant identify.
thanks in advance
 
Old 03-28-2015, 01:37 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Since you're using CentOS, why don't you just type in "yum install iptux"???? That's a valid CentOS package
was in 5
the maintainer is no longer building el6 for epel


well here is one major problem and very BAD practice
Quote:
/root/Downloads/pack/iptux_0.5.3/src
the root "Home" folder is not normally used
( in the last TEN years i have NEVER!!!!! used it )

you almost NEVER run "./configure" as root
and you almost NEVER run "make" as root
you ONLY run" make install" as root

as a normal NON root user
Code:
./configure --prefix=/usr 
make 
su 
---- type in  the root password when asked --
make install

from above posts
Quote:
iptux-0.5.1-alt1_13.x86_64.rpm
where did you get that ?
i am betting from some random site on the web
and you downloaded it then tried a local install of the randomly downloaded rpm
THAT will not work out well for you - as you have seen by the errors


see that bit in the name "alt1"
that is for a DIFFERENT operation system "ALT Linux" and NOT for rhel/cent
http://www.altlinux.com/



there is a source code for the 2011 5.3
https://code.google.com/p/iptux/downloads/list

but the 5 code is OLD ( from 2011 )


for the "iptux_0.5.3.tar.gz"

seeing as it is a bit OLD
i would run "autoconf " first on the older code to regenerate a NEW "configure" file
( there is a aclocal.m4 file there )

as a NORMAL!!! NON !!! ROOT !!! USER!!!

Code:
autoreconf -iv

./configure --prefix=/usr 

make 

su

make install
this software DEFAULTS!!!!! to the NON standard for rhel "/usr/local"

please READ the output of the command
Code:
./configure --help
that tells you where the default install location is
cent DOSE NOT use /usr/local !!!
cent USES /usr





there is a newer version
( will require some hacking to build)

but there is a fedora 19 SRC rpm
http://rpm.pbone.net/index.php3/stat...86_64.rpm.html
that could be built ( using rpmbuild) and some hacking of the code to build on CentOS 6.6

however for cent i would first rebuild the Fedora 12 src rpm
iptux-0.5.1-5.fc12.src.rpm
http://rpm.pbone.net/index.php3/stat...86_64.rpm.html

mind you src rpm's are SOURCE CODE and files needed to BUILD rpm's

Last edited by John VV; 03-28-2015 at 01:38 PM.
 
Old 03-30-2015, 10:49 AM   #9
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Original Poster
Rep: Reputation: Disabled
I have tried by running autoreconf and followed by your's.
that is also installed without producing the same making directory and leaving directory.
Also tried the fedora package .
both of installed technique producing the iptux app without showing the clients users.
just a blank window only.
I have tried that two by one by one also (after removed the installed one)
I have also tried by restarting my system.
but not installed currectly.
 
Old 03-30-2015, 03:00 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
WHY are you mixing everything

i am betting you now have a Frankenstein's monster type of mess

a mess that will now never work


go back and remove everything related to iptux
and start again

on source run "make uninstall" and manually look in /usr/local and remove that

uninstall any iptux rpm's yum says is installed
in your home folder remove any "./iptux" folder or "./config/iptux "
( the config files in your home folder for that program )

and basically go back to the beginning

and use ONE thing

mind you iptux is a lan sharing (IP Messenger ) program that is really no longer supported

there is a fork 0.6 in the opensuse OBS ( open build service) for fedora 18 and 19 ( but NOT 20 or 21 )
and nor rhel6 builds in OBS


and the version (0.5.3) you want to try to use is a almost antique from 2011
the CHINESE 0.6.2 fork is
https://github.com/iptux-src/iptux
-- the page is mostly in Chinese --
BUT that has not been worked on in a full year
-- basically almost dead

Last edited by John VV; 03-30-2015 at 03:06 PM.
 
Old 04-03-2015, 08:19 AM   #11
pandy669@gmail.com
Member
 
Registered: Jan 2015
Posts: 65

Original Poster
Rep: Reputation: Disabled
sorry john ...
I have tried to reinstall by removing the olders.
this is not installing currectly.
I think it'll not be.
 
  


Reply

Tags
cent



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] CentOS 6 installation with strange X problem DavidMcCann Red Hat 4 07-15-2011 05:20 PM
CentOS 5.5 64 bit installation problem zaeem Linux - Distributions 2 07-03-2010 02:34 PM
Problem with Gcc installation on Centos Nemoden Linux - General 4 03-30-2010 06:05 PM
Installation problem in CentOS 5.2 ? openSourceLover Linux - Server 4 10-23-2009 08:26 AM
CentOS 5.2 Subversion - installation problem dlugasx Linux - Server 7 09-25-2009 03:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration