LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-16-2004, 08:37 PM   #1
furball
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake 10, Xandros 2.0, Fedora Core 1, Debian/GNU 3.0
Posts: 16

Rep: Reputation: 0
xchat for xandros


How can I get xchat for Xandros?
 
Old 05-16-2004, 09:41 PM   #2
sewer_monkey
Member
 
Registered: May 2002
Location: Toronto, ON, Canada
Distribution: Ubuntu, Debian, RedHat/CentOS
Posts: 624

Rep: Reputation: 31
Xandros is based on Debian, so your best bet is getting a package from www.debian.org or downloading the development tools package from Xandros Networks and compiling XChat from source.
 
Old 05-17-2004, 07:34 AM   #3
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
furball,

I noticed that you have had a few qiestions about getting packages. Did you not just pay a lot of money for your distro? That $$$ includes free support. Perhaps the folks at Xandros can help you with that. Please share what you find here, as there are a few questions that others ask about that too, sometimes.

It'd be easy for me to tell you to add a debian mirror to you /etc/apt/sources.list with "main contrib non-free" listed, but, in reality, as with any of the Debian-based live-CDs, the minute you update your system, it'll break whatever's specific to the distro (don't read this as "ruin your system" - just break the stuff Xandros put in without sharing with the rest of the Linux community).
 
Old 05-17-2004, 03:53 PM   #4
furball
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake 10, Xandros 2.0, Fedora Core 1, Debian/GNU 3.0
Posts: 16

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by sewer_monkey
Xandros is based on Debian, so your best bet is getting a package from www.debian.org or downloading the development tools package from Xandros Networks and compiling XChat from source.
I did that, but when I compiled and installed xchat I couldnt run it. Any tips on how to run it please.
 
Old 05-17-2004, 04:06 PM   #5
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
If you call it from the command line, what are the messages?


BTW, did you download the .deb from the debian repository and try to install it with dpkg? Does Xandros let you use dpkg? What did their customer support desk say about the issue?

Last edited by vectordrake; 05-17-2004 at 04:08 PM.
 
Old 05-17-2004, 06:59 PM   #6
furball
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake 10, Xandros 2.0, Fedora Core 1, Debian/GNU 3.0
Posts: 16

Original Poster
Rep: Reputation: 0
the problem is i dont know the run command. I am a linux newbie.
 
Old 05-17-2004, 07:14 PM   #7
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
That's an easy one. Open a terminal window and type
Code:
xchat &
The "&" makes it a parallel process, so to speak, so you can actually open more programs (or "jobs") in the same termianl at the same time - its not devoted to that program. You can also type "exit" to close the window without closing the app. I use it when I install programs that are already in binary form, but come as plain tar.gz's_usually they get unpacked to my /home directory until I stop being too lazy and put it/them in a better place. Ig an app executes and there is no output in the terminal window, then its okay. If there is anything at all, likely its an error, or something. I'll show you. I think I have an app that does that. I'll post the output (which is easy to copy/paste with Linux - you highlight what you want and then simply middle-click where you want it dumped to - if you still use Windows, you'll be thrown off when you have to highlight, rightclick and select copy, rightclick where you want it and select paste):
Code:
Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libxfce.so",

Gtk-WARNING **: Unable to locate image file in pixmap_path: "textures/Bronze2.xpm" line 182

Gtk-WARNING **: Unable to locate image file in pixmap_path: "textures/Bronze2.xpm" line 184
That's an example of what I mean. For a newbie, installing 4 distros? Not bad. You'll get up to speed fast.
 
Old 05-17-2004, 10:51 PM   #8
furball
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake 10, Xandros 2.0, Fedora Core 1, Debian/GNU 3.0
Posts: 16

Original Poster
Rep: Reputation: 0
Thanx. I edited my sources.list and managed to apt-get install xchat. It downloaded 1.8.9 I have 3 links in my sources.list now. Does anyone know of any more working debian sources?
 
Old 05-17-2004, 11:02 PM   #9
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
apt-get install apt-spy and see what's the fastest. The list is enormous. I'd try to narrow the search down to ones near you (or perhaps german or french ones too, as they seem to have fast connections there). There is also a people.debian.org site, I believe, where unofficial .debs hang out waiting to be installed...
 
Old 05-17-2004, 11:11 PM   #10
furball
LQ Newbie
 
Registered: May 2004
Distribution: Mandrake 10, Xandros 2.0, Fedora Core 1, Debian/GNU 3.0
Posts: 16

Original Poster
Rep: Reputation: 0
And what does apt-get install apt-spy actually do?

All I need is links to put in sources.list
 
  


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
XChat RedLinerPCN1987 Linux - Software 4 05-30-2005 04:40 AM
XChat d00msweek Slackware 2 05-16-2005 09:32 PM
Xandros boot loader doesn't load Xandros wharp Linux - General 1 10-27-2004 06:47 AM
Multiboot WinXP, FC2 & Xandros under Xandros lilo? RobF Fedora - Installation 9 08-16-2004 02:01 PM
Xandros to unveil new Corel variant "Xandros Desktop 1.0" kodiakmook Linux - Distributions 0 01-30-2002 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:15 AM.

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