Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 2nd, 2005   #1
Technoviking
Ubuntu Rocks
 
Technoviking's Avatar
 
Join Date: Dec 2004
Location: Utah, USA
My beans are hidden!
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Technoviking Send a message via MSN to Technoviking Send a message via Yahoo to Technoviking Send a message via Skype™ to Technoviking
Howto: Install Citrix 9 Under Breezy

1. Download Citrix 9.0 client for Linux (RPM version):
http://www.citrix.com/site/SS/downlo...oadID=3323#top

2. Install addtional libraries:
Code:
apt-get install libxaw6 libmotif3
3. Link libXm.so.3 so wfcmgr.bin can see it (bug in Citrix client):
Code:
ln -s /usr/X11R6/lib/libXm.so.3 /usr/lib/libXm.so.3
4. Convert .rpm to .deb using alien command:
Code:
sudo alien ICAClient-9.0-1.i386.rpm
5. Install newly created icaclient_9.0-2_i386.deb file:
Code:
sudo dpkg -i icaclient_9.0-2_i386.deb
6. Copy over plugins for Firefox/Mozilla:
Code:
sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla/plugins/npica.so 
sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla-firefox/plugins/npica.so
You may have to do the following if using older Citrix Server
1. Configure ICAClient:
Code:
sudo /usr/lib/ICAClient/wfcmgr -icaroot /usr/lib/ICAClient
2. Goto the Tools menu and choose settings.

3. Select Server Location from the selection bar.

4. Goto Network Protocol selection bar and change it to TCP/IP and click the Apply button.
__________________
Mike: "The hardest questions in life are the ones worth answering"
E-Mail | Blog | Gmail | technoviking on irc.freenode.net, identi.ca , and Twitter

Last edited by Technoviking; November 8th, 2005 at 06:47 PM.. Reason: Added Prefix
Technoviking is offline   Reply With Quote
Old November 2nd, 2005   #2
LaserJock
Ubuntu Developer
 
LaserJock's Avatar
 
Join Date: May 2005
Location: Reno,NV
Beans: 157
Ubuntu 8.10 Intrepid Ibex
Re: Howto: Install Citrix 9 Under Breezy

Cool How-To! I use the citrix client quite a bit at my university and it is nice to be able to have access to it from linux. I had figured out how to alien the rpm's but it didn't realize that there were plugins for firefox. That is really cool.

-LaserJock
LaserJock is offline   Reply With Quote
Old November 26th, 2005   #3
tncmmngs
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 11
Re: Howto: Install Citrix 9 Under Breezy

"sudo apt-get install libmotif3" returns error "Couldn't find packge libmotif3"

my sources.list:
Quote:
deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted


deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
I think I'm overlooking something obvious...any help would be appreciated.

FYI. I resolved this error by replacing the sources.list file with the one posted at http://www.psychocats.net/linux/sources.php

Last edited by tncmmngs; November 26th, 2005 at 12:12 PM..
tncmmngs is offline   Reply With Quote
Old November 26th, 2005   #4
andlinux21
Ubuntu Extra Shot
 
andlinux21's Avatar
 
Join Date: May 2005
Location: Texas
Beans: 339
Ubuntu 7.04 Feisty Fawn
Send a message via Yahoo to andlinux21
Re: Howto: Install Citrix 9 Under Breezy

wow I am lovin these howto's I need to collect my favorite ones and put them together in a book so that I can share with my classmates.
__________________
In a world without walls who needs Windows??
andlinux21 is offline   Reply With Quote
Old November 26th, 2005   #5
greythorne
5 Cups of Ubuntu
 
Join Date: Feb 2005
Beans: 24
Ubuntu 9.04 Jaunty Jackalope
Re: Howto: Install Citrix 9 Under Breezy

ok great, now that i got citrix installed, how do i configure it in linux so that i will be able to access lotus notes from home? i am able to access lotus notes from home using a windows OS. btw lotus notes is at work, but i want to access it from home.

thnx
greythorne is offline   Reply With Quote
Old November 26th, 2005   #6
Eazy©
A Carafe of Ubuntu
 
Eazy©'s Avatar
 
Join Date: Jun 2005
Beans: 144
Re: Howto: Install Citrix 9 Under Breezy

Quote:
Originally Posted by greythorne
ok great, now that i got citrix installed, how do i configure it in linux so that i will be able to access lotus notes from home? i am able to access lotus notes from home using a windows OS. btw lotus notes is at work, but i want to access it from home.

thnx
You need to set you colors to atleast 16 million.
Eazy© is offline   Reply With Quote
Old November 30th, 2005   #7
kaaredyret
A Carafe of Ubuntu
 
Join Date: Jun 2005
Location: Mordor
My beans are hidden!
Ubuntu 5.10
Re: Howto: Install Citrix 9 Under Breezy

I just installed the client from the citrixc website, found a required certificate and I could connect.

Danish characters, however, are not supported? I get a US keyboard and cant use my citrix connection because of this. From Windows it works perfectly.

Whats wrong?
__________________
Former Linux user.

http://neon.polkaroo.net/~mhoye/blar...ves/001391.php
kaaredyret is offline   Reply With Quote
Old December 12th, 2005   #8
jonejone
First Cup of Ubuntu
 
Join Date: Dec 2005
Beans: 1
Re: Howto: Install Citrix 9 Under Breezy

Hi Mike,

More than a Citrix Client Bug, isn't it a problem with /etc/ld.so.conf? This file does not exist in Ubuntu, but after creating it with

$ cat /etc/ld.so.conf
/lib/
/usr/lib/
/usr/local/lib/
/usr/X11R6/lib/

and running ldconfig, it works perfectly.

JoneJone
jonejone is offline   Reply With Quote
Old December 12th, 2005   #9
trigg3r
First Cup of Ubuntu
 
trigg3r's Avatar
 
Join Date: Dec 2005
Location: Cebu
Beans: 6
Ubuntu 6.06
Send a message via ICQ to trigg3r Send a message via MSN to trigg3r Send a message via Yahoo to trigg3r
Re: Howto: Install Citrix 9 Under Breezy

Awesome HOW-TO! I had thought that Citrix would never work on Firefox after I installed the rpm. Apparently, there are FF plugins that I missed.

A gazillion thanks!
trigg3r is offline   Reply With Quote
Old January 25th, 2006   #10
mrchadman
First Cup of Ubuntu
 
Join Date: Jan 2006
Beans: 5
Re: Howto: Install Citrix 9 Under Breezy

I got this error when trying to install the citrix client:


sudo apt-get install libxaw6 libmotif3
Reading package lists... Done
Building dependency tree... Done
libxaw6 is already the newest version.
The following NEW packages will be installed:
libmotif3
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B/1219kB of archives.
After unpacking 3039kB of additional disk space will be used.

Preconfiguring packages ...
(Reading database ... 65770 files and directories currently installed.)
Unpacking libmotif3 (from .../libmotif3_2.2.3-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libmotif3_2.2.3-1_i386.deb (--unpack):
trying to overwrite `/usr/X11R6/include/X11/bitmaps/xm_error', which is also in package openmotif
Errors were encountered while processing:
/var/cache/apt/archives/libmotif3_2.2.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



[/i]
mrchadman is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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

Forum Jump


All times are GMT -4. The time now is 02:46 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry