LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-16-2005, 07:55 AM   #1
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Question GDM Dependencies


slackware 10.1 (full install using only CD1)...

i need to install GDM...

anybody know exactly which packages from the "gnome" series are required for GDM??

i tried meeting the dependencies manually but i wasn't successful... all i'd get was a busy cursor with a black background when GDM would come-up...

i know it's a dependancy issue cuz i installed all the packages in "gnome" just to test and GDM is working fine now...

i'd like to find-out which are the specific packages needed by GDM so i can remove all the packages i don't need from the gnome series as i don't use gnome and i value my harddisk space...

any input would be greatly appreciated... thanks...
 
Old 05-16-2005, 08:06 AM   #2
Nobber
Member
 
Registered: Jun 2002
Location: Nova Scotia
Distribution: Debian (home), Kubuntu 7.04 (work)
Posts: 265

Rep: Reputation: 30
Tricky. My first thought would be to go to the GDM page for BLFS, note the required dependencies listed there, then burrow down into those dependencies until none is left.

Erk.
 
Old 05-16-2005, 08:25 AM   #3
BEI
LQ Newbie
 
Registered: Sep 2003
Location: Moscow, Idaho
Distribution: Slackware 10.2
Posts: 27

Rep: Reputation: 15
gdm dependencies according to swaret:

gconf-2.4.0.1-i486-1 (1062 kB)
gconf-editor-2.4.0-i486-1 (115 kB)
gnome-vfs-2.4.0-i486-2 (637 kB)
libbonobo-2.4.0-i486-1 (983 kB)
libbonoboui-2.4.0-i486-1 (588 kB)
libgnome-2.4.0-i486-1 (775 kB)
libgnomecanvas-2.4.0-i486-1 (307 kB)
libgnomeui-2.4.0.1-i486-1 (977 kB)

Exact versions may vary depending on slack version, but it is a start.

--BEI

Last edited by BEI; 05-16-2005 at 08:28 AM.
 
Old 05-17-2005, 07:03 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Original Poster
Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
thanks for the replies guys... i'm gonna try to nail this sucker using the LFS link posted by Nobber, the swaret info posted by BEI, and what my ldd is reporting:
Code:
bash-3.00# ldd /usr/bin/gdm-binary
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40023000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40051000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x40068000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x40336000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x403a2000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x403bb000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x403d0000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x403d7000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x403e3000)
        libm.so.6 => /lib/libm.so.6 (0x4041c000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4043f000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40472000)
        libdl.so.2 => /lib/libdl.so.2 (0x40476000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4047a000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x404fb000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x405c5000)
        libpopt.so.0 => /usr/lib/libpopt.so.0 (0x405d3000)
        libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x405db000)
        libc.so.6 => /lib/libc.so.6 (0x405de000)
        libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x406fb000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x406ff000)
        libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40707000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40719000)
        libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x40783000)
        libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0x407aa000)
        libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x407af000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x407b9000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x407c1000)
        /lib/ld-linux.so.2 (0x40000000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x407e7000)
        libz.so.1 => /usr/lib/libz.so.1 (0x40807000)
wish me luck, if you (or anyone else) have any more input please don't be shy...

once again, thanks!!!


Last edited by win32sux; 05-17-2005 at 12:28 PM.
 
  


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
what is /etc/x11/gdm/gdm.conf ? Floreen Linux - Newbie 2 04-30-2007 12:22 PM
Gdm Voyager_MP Linux - Software 0 07-02-2004 01:37 AM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM
Gdm sethgeekx86 Linux - Newbie 4 01-30-2004 08:29 PM
gdm overwrites /etc/gdm/Session/fluxbox _flaab_ Mandriva 0 12-21-2003 10:58 AM

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

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