LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-06-2007, 03:32 AM   #1
Shane Roach
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Rep: Reputation: 0
A very simple question


Hi all!

Thanks for being here. I hit Debian linux just this year, and am having some fun with it. I have a few frustrations as well however. Juggling dependencies for simple apps is frustrating to me. I have no idea why certain apps just refuse to work as well.

GAIM basically just never would stay running. It would shut completely down at random, and actually usually just shut down immediately after I started it. I found out about apt-get remove, and then set about trying to get pidgin, the next generation GAIM, to work, only to discover that not only was Debian installed on my box with something I guess short of libc6, but that I have no idea how to get up to snuff. Consequently, it appears I am im-less.

Also, and this is a very simple question I have to imagine -- I have apache2, mysql, and PhP all set and ready to go it seems, and I need to know where to put my PhPBB3 in order to hit it with localhost?

It is way late.... I probabaly shoulda been in bed hours ago. Thanks for reading.

-Shane
 
Old 09-06-2007, 03:46 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
welcome to LQ. this forum is not for questions, just saying hi, so your thread has been moved to a suitable forum. additionally please try to use more informative titles in future. thanks.
 
Old 09-06-2007, 05:01 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 09-06-2007, 05:18 AM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Did you find out about apt-get install as well? That would have saved you a lot of dependency issues. Or Synaptic, which is a GUI that is very convenient to install, remove and update your packages.

May I ask which version you are running? Since you can't seem to find libc6, I assume it must be an older one. There is a good chance that a dist-upgrade is all that you need.
 
Old 09-06-2007, 02:33 PM   #5
Shane Roach
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jay73 View Post
Did you find out about apt-get install as well? That would have saved you a lot of dependency issues. Or Synaptic, which is a GUI that is very convenient to install, remove and update your packages.

May I ask which version you are running? Since you can't seem to find libc6, I assume it must be an older one. There is a good chance that a dist-upgrade is all that you need.
First off I appologize for screwing up my very first post, misplacing it, etc.

I am using Debian Etch and it is quite current. What I meant by not being able to find libc6 is that if I go to install pidgin, it tells me it needs this file. If I try to install it, which the package installer is quite happy to try to do, it says it conflicts with tzdata (i believe), which was a timezone related bit that ties into so many things that apt-get remove suggested strongl that I do not remove it, so I did not.

The GAIM problem however has been solved by reinstallation of GAIM. I have no idea why it was acting like it was. It would just instantly close when I opened it.

As for apt-get install, well, I used that to try to set up a LAMP dev setup and well, that's a whole new post.

Thanks for the help folks!

My libc6 woes:

Moi:/etc/apache2# find / -name libc6*
/var/cache/apt/archives/libc6_2.3.6.ds1-13_i386.deb
/var/cache/apt/archives/libc6_2.3.6.ds1-13etch2_i386.deb
/var/cache/apt/archives/libc6-i686_2.3.6.ds1-13etch2_i386.deb
/var/cache/apt/archives/libc6-dev_2.3.6.ds1-13etch2_i386.deb
/var/cache/apt/archives/libc6-dev_2.3.6.ds1-13_i386.deb
/var/lib/dpkg/info/libc6.conffiles
/var/lib/dpkg/info/libc6-dev.list
/var/lib/dpkg/info/libc6-i686.preinst
/var/lib/dpkg/info/libc6.shlibs
/var/lib/dpkg/info/libc6.postinst
/var/lib/dpkg/info/libc6.postrm
/var/lib/dpkg/info/libc6-i686.list
/var/lib/dpkg/info/libc6.list
/var/lib/dpkg/info/libc6-dev.md5sums
/var/lib/dpkg/info/libc6-i686.postrm
/var/lib/dpkg/info/libc6-i686.md5sums
/var/lib/dpkg/info/libc6.md5sums
/var/lib/dpkg/info/libc6.preinst
/var/lib/dpkg/info/libc6-i686.postinst
/var/lib/dpkg/info/libc6-i686.shlibs
/home/shane/Desktop/Downloads/libc6_2.6.1-2_i386.deb
/usr/share/doc/libc6
/usr/share/doc/libc6-i686
/usr/share/doc/libc6-dev

How can I NOT have it? :???:
 
Old 09-06-2007, 02:41 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Weird, I could have sworn that pidgin installs very easily on Debian Lenny (apt-get install pidgin; in fact, I believe it's even installed by default...).
 
Old 09-06-2007, 06:41 PM   #7
Shane Roach
LQ Newbie
 
Registered: Sep 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jay73 View Post
Weird, I could have sworn that pidgin installs very easily on Debian Lenny (apt-get install pidgin; in fact, I believe it's even installed by default...).
Well, I had GAIM, which keeps shutting down instantly at startup from time to time, was the original problem. I wanted to try pidgen. I am still on Etch. So that may explain that aspect. I am hearing more than one place now that Pidgen is in the unstable release.

Thanks.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Two things: (Probably Simple) Grub question, and a gDesklets question Wilffo Linux - Software 3 05-20-2006 01:33 PM
Ubuntu Fluxbox simple question, simple answer? generallimptoes Linux - Software 3 09-26-2005 02:03 PM
A simple question on C satimis Programming 20 09-12-2004 06:15 PM
Installing Programs - A simple question from my simple mind jmp875 Linux - Newbie 6 02-18-2004 09:03 PM
simple question seeking simple answer enzo250gto Linux - Newbie 1 10-27-2001 04:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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