forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Gaim/Pidgin

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Other Software
View previous topic :: View next topic  
Author Message
jollygamer321
Xplorer


Joined: 30 May 2007
Posts: 1

PostPosted: Wed May 30, 2007 10:44 pm    Post subject: Gaim/Pidgin Reply with quote

Hey, Im new to Xandros, but not really to Linux. I've tried Fedora several times but run in to problems. I'm like Xandros alot, sept for installing programs. I really have got a handle on that yet. I want to install Gaim/Pidgin (Pidgin if I can, I don't know if its stable for Xandros yet though). Where can I download it? I tried several things but nothing has really worked yet.
Back to top
View user's profile Send private message
strawnman
Xendrosian
Xendrosian


Joined: 19 May 2003
Posts: 1394
Location: Big Town of Spearfish SD

PostPosted: Wed May 30, 2007 11:41 pm    Post subject: Reply with quote

Hello Jollygamer,

Welcome to the friendliest forum on the net. Welcome to the Xandros community. First off, you need to tell us what version you are running. Xandros has several versions availible and each is a little different. It looks like on XN you can install gaim, but it may be in the unstable repository. It has been a long time since I checked my repository. The version I checked this with is Xandros Pro. I just did a check and it installs like a charm. Just type in gaim.

No hits on Pidgin. Redrum, any idea?

Eric
_________________
This is My Linux Box, GET YOUR OWN!
Registered Linux user number 374524
Xandros v.1 v.2 v.2 BE, v.3 ,v.3 BE, 3 OCE, Server v.1, v.4 Home v.4 Pro
Back to top
View user's profile Send private message
jimallyn
Site Admin
Site Admin


Joined: 31 Jan 2003
Posts: 8195
Location: Wenatchee, Washington, USA

PostPosted: Wed May 30, 2007 11:46 pm    Post subject: Reply with quote

Welcome to Xandros, and Welcome to the Xandros forums, jollygamer321!

There was some discussion of Pidgin on the forums a while back. Have a look here:

http://forums.xandros.com/viewtopic.php?t=30994

As far as I know, nobody has been able to get it running on Xandros yet.

However, you can install Gaim in Xandros. I have version 1.2.1-1.4 installed. You can get it here:

http://packages.debian.org/oldstable/net/gaim

Jim
_________________
I refuse to live in a country like this - and I'm not leaving. - Michael Moore
Back to top
View user's profile Send private message
geekydude
Xandrosianschwing


Joined: 29 May 2005
Posts: 2513
Location: Portland, OR

PostPosted: Thu May 31, 2007 1:57 am    Post subject: Reply with quote

jimallyn wrote:
Welcome to Xandros, and Welcome to the Xandros forums, jollygamer321!

There was some discussion of Pidgin on the forums a while back. Have a look here:

http://forums.xandros.com/viewtopic.php?t=30994

As far as I know, nobody has been able to get it running on Xandros yet.

However, you can install Gaim in Xandros. I have version 1.2.1-1.4 installed. You can get it here:

http://packages.debian.org/oldstable/net/gaim

Jim


You can install gaim_1.5.0+1.5.1cvs20051015-2bpo1_i386.deb from geek connection (there's a package of themes also. Wink ):

Code:
deb http://www.geekconnection.org xandros4 main


If you are new to adding debian sources in Xandros, here's a nice wiki with screenshots:

http://geekconnection.pbwiki.com/How+To+Add+And+Enable+Source+Repositories+For+Xandros+Networks
_________________
geekydude
registered Linux user number 410045.

The source will be with you...always....
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ggvrsn
Xandrosian
Xandrosian


Joined: 12 Jun 2004
Posts: 188
Location: MD, USA

PostPosted: Mon Jul 23, 2007 11:25 pm    Post subject: Reply with quote

I downloaded pidgin 202 source from pidgin.im and compiled it and it works well, after a bit of a moving of lib files to its intended locations.

Even though libmeanwhile is installed, while compiling, it did take that in. So Sametime does not show up as a plugin. Any ideas?

Thanks

-GGR
_________________
--
Registered Linux User #305688.
Back to top
View user's profile Send private message MSN Messenger
saulm
Xplorer


Joined: 21 Nov 2004
Posts: 17

PostPosted: Thu Feb 28, 2008 1:39 am    Post subject: Reply with quote

I've got pidgin 2.3.1 running on X4. I had to build it from source.
Get it from http://www.pidgin.im/download/

do tar -xzg (file) on the downloaded file to expand the source tree

From XN
Install xorg-compat-dev
Install libnss-dev
Install libnspr-dev

As root create the file /usr/lib/libXcursor.la (code follows)

# libXcursor.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) Debian: 203 $
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libXcursor.so.1'

# Names of this library.
library_names='libXcursor.so.1.0.2 libXcursor.so.1 libXcursor.so'

# The name of the static archive.
old_library='libXcursor.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib /usr/lib/libXrender.la -lX11'

# Version information for libXcursor.
current=1
age=0
revision=2

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib'

--- last line of file is above this one...

go back to the build directory and run
./configure

Add from XN all missing packages identified. Keep doing ./configure and installing until it goes without errors. I didn't keep track of what had to be added unfortunately. Maybe if somebody else tries this they can post up a list.

run the command
make

as root, run the command
make install

At this point if you exit back to your normal id and run
pidgin at the prompt it should start.
Back to top
View user's profile Send private message
Kc 4sbj
Xplorer


Joined: 06 Feb 2007
Posts: 21

PostPosted: Sat Apr 26, 2008 9:01 am    Post subject: Reply with quote

Saulm will you please break it down a little more so i can understand how to do it

i love ruinning linux but dont know anything about this with me you need to break it down one sept at a time for me


thanks
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
arabianights
Xplorer


Joined: 15 Jan 2005
Posts: 6

PostPosted: Thu Nov 18, 2010 10:30 pm    Post subject: Reply with quote

saulm wrote:
I've got pidgin 2.3.1 running on X4. I had to build it from source.
Get it from http://www.pidgin.im/download/

do tar -xzg (file) on the downloaded file to expand the source tree

From XN
Install xorg-compat-dev
Install libnss-dev
Install libnspr-dev

As root create the file /usr/lib/libXcursor.la (code follows)

# libXcursor.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) Debian: 203 $
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libXcursor.so.1'

# Names of this library.
library_names='libXcursor.so.1.0.2 libXcursor.so.1 libXcursor.so'

# The name of the static archive.
old_library='libXcursor.a'

# Libraries that this one depends upon.
dependency_libs=' -L/usr/X11R6/lib /usr/lib/libXrender.la -lX11'

# Version information for libXcursor.
current=1
age=0
revision=2

# Is this an already installed library?
installed=yes

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib'

--- last line of file is above this one...

go back to the build directory and run
./configure

Add from XN all missing packages identified. Keep doing ./configure and installing until it goes without errors. I didn't keep track of what had to be added unfortunately. Maybe if somebody else tries this they can post up a list.

run the command
make

as root, run the command
make install

At this point if you exit back to your normal id and run
pidgin at the prompt it should start.


i tried to install pidgin, but got dependency requirements, tried to install libxml-parser-perl,

xandros:~# sudo apt-get install libxml-parser-perl
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libxml-parser-perl
xandros:~# sudo apt-get install libxml-parser-perl
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libxml-parser-perl



any suggestions?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Other Software All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group