stevewabc
02-05-2003, 08:54 PM
Is kde 3.1 avalible for redhat 8.0 and if so how can i find it ? I have gone to kde.org and no 3.1 for redhat what is up with this.... And how do I get started if so ....
|
Click to See Complete Forum and Search --> : Kde 3.1 and RedHat ? stevewabc 02-05-2003, 08:54 PM Is kde 3.1 avalible for redhat 8.0 and if so how can i find it ? I have gone to kde.org and no 3.1 for redhat what is up with this.... And how do I get started if so .... oubipaws 02-07-2003, 09:05 AM If you go to KDE.org, you can download the SRC files and compile it yourself... I just got done installing it on Red Hat 8, looks awesome. Good Luck. newbee-steve 02-07-2003, 09:39 AM can you please tell me step by step how you did this oubipaws 02-07-2003, 10:07 AM The instructions below come directly off of the KDE website, and they are what I used to get it set up. Just follow those exactly how they say and you'll have it set up with in an hour. Good Luck...If you run into any problems, just post it on here and I'll try to help you out. "Download In order to run KDE applications, you need the Qt, arts, and kdelibs packages. For a simple desktop (with a window manager, panel, etc), you will also need kdebase. The other packages contain many other applications by topic: networking, graphics, multimedia, games, utilities, toys, software development, etc. You can find the Qt library (version 3.1.x) at ftp://ftp.trolltech.com/qt/source/ KDE 3.1.x is available from ftp://download.kde.org/stable/ Installation Unlike most compiled software, Qt is compiled in the place where it will stay instead of using a 'make install'. Please read the INSTALL instructions in the Qt package. You need to set the QTDIR and KDEDIR to the locations where Qt and KDE will be installed, respectively. Also, append $QTDIR/bin and $KDEDIR/bin to your $PATH and $LD_LIBRARY_PATH. Alternatively, instead of using $LD_LIBRARY_PATH, you may add your Qt and KDE library paths to /etc/ld.so.conf, but don't forget to run ldconfig as root after installing Qt and kdelibs, otherwise configure scripts will fail to find the newly installed libraries! bunzip2 qt-x11-3.1.1.tar.bz2 tar xvf qt-x11-3.1.1.tar cd qt-x11-3.1.1 less INSTALL (Set up QTDIR, KDEDIR, PATH, and LD_LIBRARY_PATH) cd $QTDIR ./configure -system-zlib -qt-gif -system-libpng \ -system-libjpeg -plugin-imgfmt-mng -thread -no-stl \ -no-xinerama -no-g++-exceptions make Note that -thread is required (KDE will not run or even compile if you omit it), that -no-xinerama is only if you're not using xinerama, and -no-g++-exceptions is strongly recommended if you're using gcc. Make sure to compile and install first arts, and afterwards kdelibs before any other packages. Also, if you want to use kdeaddons, it should be compiled last as it requires kdebase, kdemultimedia, etc. For each KDE package: bunzip2 <package>.tar.bz2 tar xvf <package>.tar cd <package> ./configure make make install Note: If compiling on a system where GNU make is not the default make (that is, most systems other than Linux), please run 'gmake && gmake install' instead of 'make && make install'. All packages mentioned here have to be compiled with the same compiler! " www.kde.org newbee-steve 02-07-2003, 11:25 AM I must be dumm I have no clue what i'm looking at... because I went into kde - source codes downloads then hit compiling 3.1.x all I can find is what you posted not the source codes needed oubipaws 02-07-2003, 11:45 AM ftp://ftp.kde.org/pub/kde/stable/3.1/src then just download all of those files and follow the directions I posted earlier.... If have anymore problems, let me know. pwhitdog 02-08-2003, 01:42 AM Another easy way is if you go to the info page on the website you will see a list of the packages and then they talk about a package called konstruct. Download that, type bunzip2 konstruct*.bz2 , then tar xvf konstruct.tar, then cd konstruct look at the readme there but your next command will be cd /meta/kde;make install This will take a loooong time, but itwill do everything but the post install for you. Remember that README well go to it and look at it again for the post install stuff. Also, the only way I have gotten kde3.1 to run was to have the last line of my /etc/inittab state to look at the kdm file that konstruct has created. If you have any questions let me know. Paul stevewabc 02-08-2003, 06:27 PM There are a ton of downloads in the Qt src which one do I need ? Kde says to get Qt library (version 3.1.x) . Why Can't you go in and just download Qt 3.1 or what ever. Why all of these src codes , I guess I need some wine with my crackers lololol.... Please help me understand what to down load.. pwhitdog 02-08-2003, 07:07 PM Just download that konstruct file, it will do the downloading (everything) for you. stevewabc 02-08-2003, 08:54 PM Thank you but I all ready have downloaded all of Kde and I am on a 56k modem it took about 16 hrs to down load that... stevewabc 02-08-2003, 11:06 PM Ok this is what I have done: 1. downloaded konstruct.tar.bz2 2. tar jxvf konstruct.tar.bz2 3. cd konstruct 4. ./configure (this will not run it says .\configure not found ) what Do I do? pwhitdog 02-09-2003, 03:02 AM Ok, you need to the konstruct dir then type cd /meta/kde;make install now here is the trick...it's going to look for the files in some location (I forget where exactly) but it will tell where it is trying to find it before it starts going the download on it's own route, so here is the plan, just hit Ctrl+c to stop the make, put the files in the location it looks for them at, and run the above file again and it should do the rest for ya :D I hope I am helpin' ya, stevewabc 02-09-2003, 03:50 AM Thank you pwhitdog I will trythis sunday its about 1:45 am - time for bed dammm thing lolol You no I drop XP 3 mo ago and trying to uder stand linux is a really becoming a B I T X X lolol have a good night stevewabc 02-10-2003, 01:16 PM Ok got the konstruct to start the install and on that f in Error again you all have any clue how to correct the problem? [===== NOW BUILDING: kde-1 =====] [fetch] complete for kde. [checksum] complete for kde. [extract] complete for kde. [patch] complete for kde. ==> Building kde/kdebase as a dependency make[1]: Entering directory `/root/konstructkde3.1/konstruct/kde/kdebase' [===== NOW BUILDING: kdebase-3.1 =====] [fetch] complete for kdebase. [checksum] complete for kdebase. [extract] complete for kdebase. [patch] complete for kdebase. ==> Building kde/kdelibs as a dependency make[2]: Entering directory `/root/konstructkde3.1/konstruct/kde/kdelibs' [===== NOW BUILDING: kdelibs-3.1 =====] ==> Grabbing download/do-not-fail-fast-malloc.diff ==> Trying file///root/konstructkde3.1/konstruct/meta/kde/download/do-not-fail-fast-malloc.diff make[3]: Entering directory `/root/konstructkde3.1/konstruct/kde/kdelibs' make[3]: *** [file///root/konstructkde3.1/konstruct/meta/kde/download/do-not-fail-fast-malloc.diff] Error 1 make[3]: Leaving directory `/root/konstructkde3.1/konstruct/kde/kdelibs' ==> Trying file///root/kde3.1-sources/do-not-fail-fast-malloc.diff make[3]: Entering directory `/root/konstructkde3.1/konstruct/kde/kdelibs' make[3]: *** [file///root/kde3.1-sources/do-not-fail-fast-malloc.diff] Error 1 make[3]: Leaving directory `/root/konstructkde3.1/konstruct/kde/kdelibs' ==> Trying http//download.kde.org/stable/3.1/src/do-not-fail-fast-malloc.diff make[3]: Entering directory `/root/konstructkde3.1/konstruct/kde/kdelibs' --11:05:29-- http://download.kde.org/stable/3.1/src/do-not-fail-fast-malloc.diff => `download/do-not-fail-fast-malloc.diff' Resolving download.kde.org... done. Connecting to download.kde.org[131.246.103.200]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.gtlib.cc.gatech.edu/pub/kde/stable/3.1/src/do-not-fail-fast-malloc.diff [following] --11:05:30-- http://www.gtlib.cc.gatech.edu/pub/kde/stable/3.1/src/do-not-fail-fast-malloc.diff => `download/do-not-fail-fast-malloc.diff' Resolving www.gtlib.cc.gatech.edu... done. Connecting to www.gtlib.cc.gatech.edu[130.207.108.134]:80... connected. HTTP request sent, awaiting response... 404 Not Found 11:05:32 ERROR 404: Not Found. make[3]: *** [http//download.kde.org/stable/3.1/src/do-not-fail-fast-malloc.diff] Error 1 make[3]: Leaving directory `/root/konstructkde3.1/konstruct/kde/kdelibs' *** GAR GAR GAR! Failed to download download/do-not-fail-fast-malloc.diff! GAR GAR GAR! *** make[2]: *** [download/do-not-fail-fast-malloc.diff] Error 1 make[2]: Leaving directory `/root/konstructkde3.1/konstruct/kde/kdelibs' make[1]: *** [dep-../../kde/kdelibs] Error 2 make[1]: Leaving directory `/root/konstructkde3.1/konstruct/kde/kdebase' make: *** [dep-../../kde/kdebase] Error 2 Ok now what ? lolol I lost?:confused: justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |