WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to install Citrix Receiver in TC?  (Read 44920 times)

Offline Synergy

  • Newbie
  • *
  • Posts: 21
Re: How to install Citrix Receiver in TC?
« Reply #15 on: October 28, 2013, 03:54:31 PM »
Wow. Heroic response times :-) Thanks, 'tis Working!

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #16 on: January 24, 2014, 06:12:46 AM »
Hi,

what about the citrix receiver 13?

I tried to install it from the rpm package as well as from the tar.gz but with no success.
     ICAClient-13.0.0.256735-0.i386.rpm
     ctxusb-2.4.256735-1.i386.rpm
     linuxx86-13.0.0.256735.tar.gz

I meet all the prerequisites except for libxerces-c 3.1.

When I run /opt/Citrix/ICAClient/selfservice it asks me for the libpng12.so.0 which I cannot find anywhere.

I  also have a Debian virtual machine that works fine, and I can locate the missing lib at:
/lib/i386-linux-gnu/libpng12.so.0


« Last Edit: January 30, 2014, 09:36:24 AM by hcayero »

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #17 on: January 30, 2014, 09:10:42 AM »
Hi,
I found libpng12.so.0 at all previous releases before 5.x, so I am trying with v4.7.7.

For now I made this short script:

   export http_proxy="http://proxyUser:password@proxy.dom.int:8080"

   tce-load -wi webkit.tcz
   tce-load -wi gtk2.tcz
   tce-load -wi Xorg-7.6-lib.tcz
   tce-load -wi libxml2.tcz

   rpm -i ICAClient-13.0.0.256735-0.i386.rpm
   rpm -i ctxusb-2.4.256735-1.i386.rpm
   cd /opt/Citrix/ICAClient/config
   ln ../nls/es/appsrv.ini appsrv.ini
   ln ../nls/es/module.ini module.ini
   ln ../nls/es/wfclient.ini wfclient.ini

/opt/Citrix/ICAClient/selfservice shows the access windows correctly.
/opt/Citrix/ICAClient/wfica complains about UTF.8 or UTF.16

To do:
* meet the rest of the requirements:
   * libxerces-c 3.1
   * libcurl 7.21.0 (compiled with OpenSSL support)
   * LibPCSCLite 1.5.6
   * Sound (Alsa or OSS)
* have flash working
* convert it to PXE

For now it weights 55MB.
« Last Edit: January 30, 2014, 09:14:43 AM by hcayero »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How to install Citrix Receiver in TC?
« Reply #18 on: January 30, 2014, 09:34:14 AM »
Hi hcayero
libpng12  was recompiled for 5.x. I think it's now  libpng16.

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #19 on: February 03, 2014, 09:00:25 AM »
Thanks Rich,

What about libxerces-c 3.1?

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #20 on: February 12, 2014, 08:36:54 AM »
Hi again,

I got xerces-c-3.1.1-5.fc21.i686.rpm from http://rpm.pbone.net/index.php3?stat=3&search=xerces-c&srodzaj=3
it works doing
rpm -i xerces-c-3.1.1-5.fc21.i686.rpm but does not persist between reboots.

Now I am trying with:

mkdir xerces
cd xerces
rpm2cpio ../xerces-c-3.1.1-5.fc21.i686.rpm | cpio -id
cd ..
mksquashfs xerces xerces-c-3.1.1-5.tc.i686.tcz
md5sum xerces-c-3.1.1-5.tc.i686.tcz > xerces-c-3.1.1-5.tc.i686.tcz.md5.txt

and try to load it and cp to optional and to onboot.lst
« Last Edit: February 12, 2014, 09:13:00 AM by hcayero »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: How to install Citrix Receiver in TC?
« Reply #21 on: February 12, 2014, 08:54:07 AM »
mksquashfs usr/ xerces-c-3.1.1-5.tc.i686.tcz

I am not an expert about creating extensions, but I suspect in this case usr/ should be a subdir of another dir which you'd pass as parameter to mksquashfs.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #22 on: February 12, 2014, 09:01:12 AM »
mksquashfs usr/ xerces-c-3.1.1-5.tc.i686.tcz

I am not an expert about creating extensions, but I suspect in this case usr/ should be a subdir of another dir which you'd pass as parameter to mksquashfs.

You are right, I have corrected it already, but you were too fast for me... ;)

Offline hcayero

  • Newbie
  • *
  • Posts: 12
Re: How to install Citrix Receiver in TC?
« Reply #23 on: February 13, 2014, 10:16:41 AM »
It works!!!!

Now, for the sound...

As it could not be otherway, PROBLEMS!!!!

ALSA needs configuration via alsa-config but, I need it to work out of the box in any card.
OSS seems to work fine, but Citrix does not seem to like it.

Trying OSS_alsa...

« Last Edit: February 19, 2014, 05:18:11 AM by hcayero »

Offline fbifido

  • Newbie
  • *
  • Posts: 4
Re: How to install Citrix Receiver in TC?
« Reply #24 on: November 26, 2015, 11:21:06 AM »
Any uptodate info on tinycore with citrix receiver 13.2.1 ?

Thanks.