LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 05-24-2005, 11:30 PM   #31
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: You are doing great dolphans1


Thanks Mkojack, here is where I am currently at:

Quote:
[stan@localhost stan]$ su
Password:
[root@localhost stan]# urpmi qt qt-devel
Everything already installed
[root@localhost stan]# urpmi make

ftp://ftp.proxad.net/pub/Distributio...-8mdk.i586.rpm
installing /var/cache/urpmi/rpms/make-3.80-8mdk.i586.rpm
Preparing... ##################################################
1:make ##################################################
[root@localhost stan]#
d-1





Quote:
Originally posted by mkoljack
Hey--

I'm keeping an eye on you. You are doing great and it's a bit scary when the compile stops.
Calm, breathe, then read the last few lines before it stops. So in your latest case:
your compile stopped because it can't find Qt. Also right before that it can't find jpeg. Your
solution is to install:

urpmi qt qt-devel libjpeg libjpeg-devel

The rule is to install whatever the missing package is and the missing package-devel. Then your compile
will find the required library. I assume urpmi can install multiple packages like how I wrote above. If not, follow
correct syntax for urpmi. There may be more dependencies where compile stops, just keep doing the same
thing, until all dependencies are installed and you get a msg:

Configure finished -- start make now!

Or some message close to that! Then type "make" (do not type the " ). Also ensure you did:

urpmi make

This should install the required make library in order to run make. Sorry I had to jump back in.

Good Luck! Mark
 
Old 05-24-2005, 11:35 PM   #32
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: Re: You are doing great dolphans1

same results?

Quote:
[root@localhost kopete-0.9.2]# configure
bash: configure: command not found
[root@localhost kopete-0.9.2]# ./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 for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... 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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
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 for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
[root@localhost kopete-0.9.2]#
d-1





Quote:
Originally posted by dolphans1
Thanks Mkojack, here is where I am currently at:



d-1
 
Old 05-24-2005, 11:36 PM   #33
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Kopete

I googled and found in Mandrake/Mandriva, the pkg names are:

urpmi libqt3 libqt3-devel

Let me know!
 
Old 05-24-2005, 11:41 PM   #34
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
I am not looking for a solution. I said I had a similar problem with windows long ago, so that maybe he could find if the problem was with msn or with kopete/gaim.
I am using amsn for linux, it is awesome, i tried kopete, but I was too much used to the msn messenger interface.
As for WINDOWS, wtf is windows??
I use linux for all my day to day stuff, I rarely use windows.

I just wanted to know what you meant by Žkeep it simpleŽ, do you want me to explain it to him in a simpler way??
Bye.
 
Old 05-24-2005, 11:42 PM   #35
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: Kopete

Quote:
[[root@localhost stan]# urpmi libqt3-devel
To satisfy dependencies, the following 8 packages are going to be installed (35 MB):
liblcms1-devel-1.13-1mdk.i586
libmng1-1.0.8-1mdk.i586
libmng1-devel-1.0.8-1mdk.i586
libnas2-1.7-3mdk.i586
libnas2-devel-1.7-3mdk.i586
libpng3-1.2.8-1mdk.i586
libpng3-devel-1.2.8-1mdk.i586
libqt3-devel-3.3.4-5mdk.i586
Is this OK? (Y/n) y

ftp://ftp.proxad.net/pub/Distributio...-3mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-1mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-1mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-1mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-1mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-5mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-1mdk.i586.rpm
ftp://ftp.proxad.net/pub/Distributio...-3mdk.i586.rpm
installing /var/cache/urpmi/rpms/libnas2-devel-1.7-3mdk.i586.rpm /var/cache/urpmi/rpms/libmng1-1.0.8-1mdk.i586.rpm /var/cache/urpmi/rpms/libpng3-devel-1.2.8-1mdk.i586.rpm /var/cache/urpmi/rpms/libmng1-devel-1.0.8-1mdk.i586.rpm /var/cache/urpmi/rpms/libpng3-1.2.8-1mdk.i586.rpm /var/cache/urpmi/rpms/libqt3-devel-3.3.4-5mdk.i586.rpm /var/cache/urpmi/rpms/liblcms1-devel-1.13-1mdk.i586.rpm /var/cache/urpmi/rpms/libnas2-1.7-3mdk.i586.rpm
Preparing... ##################################################
1:liblcms1-devel ##################################################
2:libpng3 ##################################################
3:libmng1 ##################################################
4:libmng1-devel ##################################################
5:libpng3-devel ##################################################
6:libnas2 ##################################################
7:libnas2-devel ##################################################
8:libqt3-devel ##################################################
[root@localhost stan]#
 
Old 05-24-2005, 11:47 PM   #36
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: Re: Kopete

Am I getting closer? What else must I do?


Quote:
[root@localhost kopete-0.9.2]# ./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 for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... 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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
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 for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3//lib, headers /usr/lib/qt3//include using -mt
checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
[root@localhost kopete-0.9.2]#
 
Old 05-24-2005, 11:47 PM   #37
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
kopete

Did you run ./configure again? Oops, ignore this. Hold on.

Last edited by mkoljack; 05-24-2005 at 11:49 PM.
 
Old 05-24-2005, 11:52 PM   #38
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: kopete

I ran "./configure" each time I have attempted to install kopete. I did not attempt to write the same command after the last failure that mentions KDE Header or whatever it said. What I mean to say is I did not run the same command back-to-back twice, if that makes any sense.

d-1

Quote:
Originally posted by mkoljack
Did you run ./configure again? Oops, ignore this. Hold on.
 
Old 05-24-2005, 11:56 PM   #39
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Kopete

So your installation had basically none of the development libraries you need to comile software. OK, not to worry. Next step should be:

urpmi kdevelop

let it install all the dependencies--I'm not sure how many just let it do it. There is no kdevelop-develop on this one. Only kdevelop!

Give it a try, then run ./configure again. Sorry about the last post--I was editing my mistake as you were running the same ./configure.

Post back.
 
Old 05-24-2005, 11:56 PM   #40
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
You need kde development packages. IŽll try to find the exact package name. I think even mkoljack is working on it.
 
Old 05-24-2005, 11:58 PM   #41
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
mkoljack, kdevelop is the gui ide, i get the idea that if you install that, you install all the necessary dependent packages, but why waste time installing other packages?
 
Old 05-25-2005, 12:01 AM   #42
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Sorry abattoir--I'm getting confused. We are both trying to help this nice person get compiling working. My "keep it simple" was only meant for them. You are so kind to help as well. Sorry for the confusion. All is going well. We may have a person running kopete yet!!!!
 
Old 05-25-2005, 12:06 AM   #43
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
libkdecore4 and libkdecore4-devel are the packages you need.
But if you have the bandwith and time(or have already started downloading), you can download kdevelop as mkoljack suggested. Kdevelop is an integrated developing environment for developers to write, compile and run programs.
 
Old 05-25-2005, 12:10 AM   #44
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Re: Kopete

I am running it now "urpmi kdevelop" and will let you know the results. Taking a while to download.

d-1



Quote:
Originally posted by mkoljack
So your installation had basically none of the development libraries you need to comile software. OK, not to worry. Next step should be:

urpmi kdevelop

let it install all the dependencies--I'm not sure how many just let it do it. There is no kdevelop-develop on this one. Only kdevelop!

Give it a try, then run ./configure again. Sorry about the last post--I was editing my mistake as you were running the same ./configure.

Post back.
 
Old 05-25-2005, 12:14 AM   #45
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Hi abattoir & dolphans1--

Thanks for finding the correct packages abattoir. It's a little difficult for me because I have enough disk space so I just installed all development pkgs. Well I must get rest now. I hope you are able to acccomplish your goal dolphans and you are in good hands with abattoir. So nice to spend a few moments with both of you. Good night, good health, and a wonderful day in India today to you abattoir. Good wishes from Chicago, IL (U.S.A.)

Be well abattoir and dolphans1! Post back so I can see if all worked out tomorrow dolphans1!
 
  


Reply



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
Kopete not connecting to MSN Messenger Hubmasterflex Linux - Software 5 03-01-2009 04:03 AM
Kopete can login to MSN messenger neouto Linux - Newbie 8 09-05-2005 02:18 AM
Having problems accessing MSN Messenger through Kopete Hockeyfan Linux - Software 3 06-04-2005 03:42 PM
Kopete X Msn Messenger nightrider Linux - Software 10 05-30-2005 01:05 PM
Instant messenger Chat Kopete mandrake linux yahoo and MSN messenger saurya_s Linux - Software 1 11-22-2003 01:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:20 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