| View previous topic :: View next topic |
| Author |
Message |
jollygamer321 Xplorer
Joined: 30 May 2007 Posts: 1
|
Posted: Wed May 30, 2007 10:44 pm Post subject: Gaim/Pidgin |
|
|
| 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 |
|
 |
strawnman Xendrosian

Joined: 19 May 2003 Posts: 1394 Location: Big Town of Spearfish SD
|
Posted: Wed May 30, 2007 11:41 pm Post subject: |
|
|
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 |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Wed May 30, 2007 11:46 pm Post subject: |
|
|
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 |
|
 |
geekydude Xandrosianschwing
Joined: 29 May 2005 Posts: 2513 Location: Portland, OR
|
Posted: Thu May 31, 2007 1:57 am Post subject: |
|
|
You can install gaim_1.5.0+1.5.1cvs20051015-2bpo1_i386.deb from geek connection (there's a package of themes also. ):
| 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 |
|
 |
ggvrsn Xandrosian

Joined: 12 Jun 2004 Posts: 188 Location: MD, USA
|
Posted: Mon Jul 23, 2007 11:25 pm Post subject: |
|
|
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 |
|
 |
saulm Xplorer
Joined: 21 Nov 2004 Posts: 17
|
Posted: Thu Feb 28, 2008 1:39 am Post subject: |
|
|
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 |
|
 |
Kc 4sbj Xplorer
Joined: 06 Feb 2007 Posts: 21
|
Posted: Sat Apr 26, 2008 9:01 am Post subject: |
|
|
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 |
|
 |
arabianights Xplorer
Joined: 15 Jan 2005 Posts: 6
|
Posted: Thu Nov 18, 2010 10:30 pm Post subject: |
|
|
| 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 |
|
 |
|