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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-27-2009, 11:50 AM
|
#1
|
|
LQ Newbie
Registered: Oct 2009
Posts: 8
Rep:
|
Install Pidgin--Installing .bz2 file with konsole
ok i have unpacked the file and i cd it to the konsole ./configure then i use the make command and it always says No Target Specified Stop same with the make install command any tips would be great because it's really starting to frustrate me.
Last edited by pixellany; 11-01-2009 at 08:12 AM.
|
|
|
|
10-27-2009, 12:13 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,808
|
Quote:
Originally Posted by mathewghost
ok i have unpacked the file and i cd it to the konsole ./configure then i use the make command and it always says No Target Specified Stop same with the make install command any tips would be great because it's really starting to frustrate me.
|
Ok...then how about telling us WHAT you're trying to install? Also, writing the question out clearly would help, too....posting things like this frustrate US.
From what I guess, you got a .bz2 file. You either ran "bzip2 -d <filename>", or "tar xvfj <filename>", and it decompressed the archive. You then went into the directory it created, and typed in "./configure".
Does a "configure" file even EXIST in that directory? Did you read the installation notes that came with it?
|
|
|
|
10-27-2009, 12:16 PM
|
#3
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
Quote:
|
ok i have unpacked the file and i cd it to the konsole ./configure then i use the make command and it always says No Target Specified Stop same with the make install command any tips would be great because it's really starting to frustrate me.
|
Does ./configure exit with any errors?
Last edited by repo; 10-27-2009 at 12:18 PM.
|
|
|
|
10-27-2009, 01:21 PM
|
#4
|
|
LQ Newbie
Registered: Oct 2009
Posts: 8
Original Poster
Rep:
|
sorry i have never posted before. The file i am try to install is pidgin-2.6.3....Will this program run on mandriva i586 2008.1?
|
|
|
|
10-27-2009, 01:28 PM
|
#5
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
Isn't pidgin in the repo's?
Try to use the packetmanager.
|
|
|
|
10-27-2009, 01:33 PM
|
#6
|
|
LQ Newbie
Registered: Oct 2009
Posts: 8
Original Poster
Rep:
|
yes pidgin is in the repositorys.i was just looking for a newer version but there probably isn't any available for my version.Honestly i have just been looking for a version that will support voice chats.
|
|
|
|
10-28-2009, 02:51 PM
|
#7
|
|
LQ Newbie
Registered: Oct 2009
Posts: 8
Original Poster
Rep:
|
Pidgin 2.6.3
Hi, i'm trying to install pidgin on mandriva i586 2008.1 spring. So far i cd the file into konsole everything start configuring until it gets to Glib 2.4.0 or higher needed. How do i get this for my system since it is not in the repos and i have all the updates available in the repository?
[mathewghost@localhost pidgin-2.6.3]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for working alloca.h... yes
checking for alloca... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... af am ar az be@latin bg bn bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hu hy id it ja ka km kn ko ku lo lt mk mn my_MM nb ne nl nn oc pa pl pt_BR pt ps ro ru si sk sl sq sr sr@latin sv sw ta te th tr uk ur vi xh zh_CN zh_HK zh_TW
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of time_t... 4
checking whether byte ordering is bigendian... no
checking return type of signal handlers... void
checking for strftime... yes
checking for strdup... yes
checking for strstr... yes
checking for atexit... yes
checking for setlocale... yes
checking for getopt_long... yes
checking for inet_aton... yes
checking for __res_query in -lresolv... yes
checking for gethostent in -lnsl... yes
checking for socket... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for socklen_t... yes
checking for struct sockaddr.sa_len... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for fileno()... yes
checking for the %z format string in strftime()... yes
checking for GLIB... no
no
configure: error:
You must have GLib 2.4.0 or newer development headers installed to build.
If you have these installed already you may need to install pkg-config so
I can find them.
|
|
|
|
10-28-2009, 05:34 PM
|
#8
|
|
Member
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 373
Rep:
|
did you try urpmi pidgin?
Open a konsole
Code:
$ su
Password: TYPE YOUR PASSWORD HERE
# urpmi pidgin
This is much easier and it should install it, but if you have any problems please post it here
|
|
|
|
10-28-2009, 08:05 PM
|
#9
|
|
LQ Newbie
Registered: Oct 2009
Posts: 8
Original Poster
Rep:
|
i have pidgin installed on my system. i wanted to install this updated version because i can use voice chat and some other additional features. Any help getting this 2.6.3 version installed would be great.
|
|
|
|
11-01-2009, 08:11 AM
|
#10
|
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Arch/XFCE
Posts: 17,797
|
Please don't start a new thread on the same topic as your earlier one. Since this has replies, I am merging
|
|
|
|
11-01-2009, 08:37 AM
|
#11
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,620
|
Quote:
|
You must have GLib 2.4.0 or newer development headers installed to build.
|
The missing package is ' libglib2.0-devel '.
# urpmi libglib2.0-devel
... will do ( Or use the Package Manager.)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:19 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|