|
RE: [Thinstation-general] 2.1beta2 dependency problems: msg#00022network.thinstation.devel
ok, I think I might know the problem, take out the e3 package and see if it works. ^%$# thing is assembly, not an elf binary. file gets upset when you try and do it on this. I thought I built in so it skips this one, must have taken it out going to 2.1 if the above works, change the 2 lines from file `find $pkgname -name "*" -type f | grep -v \.idl`\ | grep "ELF 32-bit" | cut -d: -f1 | sort > ./liblist.final to file `find $pkgname -name "*" -type f | grep -v \.idl | grep -v /e3`\ | grep "ELF 32-bit" | cut -d: -f1 | sort > ./liblist.final this should fix it permanently. odd thing is I don't get this problem now. -----Original Message----- From: B.J. Kramer [mailto:bj-RCeckgs85irQT0dZR+AlfA@xxxxxxxxxxxxxxxx] Sent: Friday, 4 June 2004 09:32 a.m. To: Miles Roper Subject: Re: [Thinstation-general] 2.1beta2 dependency problems Here's the build.conf (I added in everything that I might ever want, and I still get the errors). My hardware is a NeoWare Eon 6300 with a Matrox G450 PCI. After that, I put the output from `file *` you requested. ============Start build.conf=============== ################################################ ### --- Thinstation Build Config --- ### ################################################ # # This is Thinstation's basic setup file. In this file you decide which # hardware, programs and features to be included in the Thinstation boot image # generated by running "./build". # # You can customize/limit the possibilities in the thinstation.conf files later. # # Anything after a "#" is a comment. You activate "things" by removing the # # and remove "things" by putting a # in front of them. # # First we define which modules to include. Modules are hardware drivers. # NEVER include more than necessary - the more modules the longer boot time ################################################ ### --- Modules to include in boot image --- ### ################################################ # --- Bus Modules module agpgart # AGP bus module for use with AGP video cards module pcmcia # PCMIA Cards module apm # Advanced power management # --- Network cards modules # Have as few as possible #module 3c59x # 3c590/3c900 series (592/595/597) "Vortex/Boomerang" support #module 3c509 # 3c509/3c529 (MCA)/3c579 "EtherLink III" support module 8139too # RealTek RTL-8139 PCI Fast Ethernet Adapter support # # VERY common in no-name network cards. Covers also 8129 #module depca # DEPCA, DE10x, DE200, DE201, DE202, DE422 support #module dmfe # Davicom DM910x/DM980x support #module eepro # EtherExpressPro support/EtherExpress 10 (i82595) support #module eepro100 # EtherExpressPro/100 support (eepro100, original Becker driver) #module e1000 # Intel(R) PRO/1000 Gigabit Ethernet support #module epic100 # SMC EtherPower II #module lance # AMD LANCE and PCnet (AT1500 and NE2100) support #module ne io=0x300 # NE2000/NE1000 support #module ne2k-pci # PCI version of NE-2000 #module natsemi # National Semiconductor DP8381x series PCI Ethernet support #module ni5010 # Racal-Interlan (Micom) NI cards #module ni52 # Racal-Interlan (Micom) NI cards #module ni65 # Racal-Interlan (Micom) NI cards #module pcnet32 # AMD PCnet32 PCI support #module sis900 # SiS 900/7016 PCI Fast Ethernet Adapter support # # Common in integrated motherboards #module smc-ultra # SMC Ultra support #module smc9194 # SMC 9194 support #module sundance # Sundance Alta support #module tg3 # Broadcom Tigon3 support #module tlan # TI ThunderLAN support #module tulip # DECchip Tulip (dc21x4x) PCI support #module via-rhine # VIA Rhine support (both Rhine I and II). Common in integrated motherboards #module wd # WD80*3 support #module winbond-840 # Winbond W89c840 Ethernet support # --- Token Ring modules #module 3c359 # 3Com 3C359 Token Link Velocity XL adapter support #module abyss # Madge Smart 16/4 PCI Mk2 support #module ibmtr # IBM Tropic chipset based adapter support #module lanstreamer # IBM Lanstreamer chipset PCI adapter support #module olympic # IBM Olympic chipset PCI adapter support #module smctr # SMC ISA/MCA adapter support #module tmsisa # Generic TMS380 ISA support #module tmspci # Generic TMS380 PCI support #module mtok # Madge Token Ring Linux Driver # --- Wireless Modules #module orinoco_pci # Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL) #module orinoco_cs # Hermes PCMCIA card support #module airo_cs # Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards # --- Modem Modules #module acm # USB Modem support (CDC ACM) # -- Sound Modules #module ad1816 # AD1816(A) based cards # # ad1816=<io>,<irq>,<dma>,<dma2> #module ad1848 # Microsoft Sound System support # # ad1848=<io>,<irq>,<dma>,<dma2>[,<type>] #module cs4232 # Crystal CS4232 based (PnP) cards #module cs4281 # Crystal Sound CS4281 #module cs46xx # Crystal SoundFusion #module emu10k1 # Creative SBLive! (EMU10K1) #module es1371 # Creative Ensoniq AudioPCI 97 #module es1370 # Ensoniq AudioPCI #module esssolo1 # ESS Technology Solo1 #module gus # Gravis Ultrasound support # # gus=<io>,<irq>,<dma>,<dma2> #module i810_audio # Intel ICH (i8xx), SiS 7012, NVidia # # nForce Audio or AMD 768/811x #module mad16 # OPTi MAD16 and/or Mozart based cards # # mad16=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> #module maestro # ESS Maestro, Maestro2, Maestro2E driver #module maestro3 # ESS Maestro3/Allegro driver #module nm256_audio # NM256AV/NM256ZX audio support #module pas2 # ProAudioSpectrum 16 support # # pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2> #module pss # PSS (AD1848, ADSP-2115, ESC614) support # # pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq> #module sb io=0x220 irq=5 dma=1 dma16=5 # 100% Sound Blaster compatibles #module sb isapnp=1 # 100% Sound Blaster compatibles #module sgalaxy # Aztech Sound Galaxy (non-PnP) cards # # sgalaxy=<io>,<irq>,<dma>,<dma2>,<sgbase> #module sonicvibes # S3 SonicVibes #module sscape # Ensoniq SoundScape support # # sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq> #module trident # Trident 4DWave DX/NX, SiS 7018 or # # ALi 5451 PCI Audio Core #module trix # MediaTrix AudioTrix Pro support module via82cxxx_audio # VIA 82C686 Audio Codec #module ymfpci # Yamaha YMF7xx PCI audio (native mode) # -- USB Devices module usb-hid # Needed for USB keyboards and mice module usb-storage # Needed for USB-Sticks module usb-printer # Needed for USB-Printers # -- Storage Devices module ide-floppy # LS-120, Iomega Zip module floppy # Floppy Disk Drive Support module cdrom # CD-Rom Drive Support # -- Filesystem Support # -- Every mounted device needs a filesystem, choose which ones are supported below. module isofs # ISO9960 file system support for CDRoms module vfat # Fat and VFat file system support module ext2 # Ext2 file system support module ext3 # Ext3 file system support module supermount # Supermount support for auto unmounting of removable media package nfs # NFS file system support package smbfs # Samba client FS Support, allows you to mount smb filesystems ################################################# ### --- Packages to include in boot image --- ### ################################################# # A package is a program or utility. # Any packages may be added as "package" or "pkg". # If defined as a "package" the program is included in the boot image. # If defined as a "pkg" the program is added from outside the image. # Normally use "package", and only "pkg" if the image approaches 16 MB or # you know what you are doing. # --- Packages to include in boot image # --- Packages below may be "package" or "pkg" package hwclock # Utility to set system time from hardware clock #package sound-esd # Adds Sound Daemon Server #package sound-nasd # Adds Sound Daemon Server # --- X related packages #package xf-tinyx # TinyX Xvesa server (for low memory machines) # works with ICA too, is slower, don't choose any XF modules with # this server, you don't need anything else. # Otherwise choose from Xfree 3 or 4 (4 is recommended) package xf-75dpi-fonts # Include X local fonts (75dpi), For both Xfree 3 and 4 #package xf3-svga # XF86_SVGA 3.3.6 server #package xf3-s3 # XF86_S3 3.3.6 server #package xf3-vmware # VMWare X server for development package xf4vnc # XF4 VNC Server Module. With this package you can # connect to the TS client's desktop from a java # browser on "http://<TS ip>:5800 # --- XFree86 4.3.99rc2 drivers # General XFree86 4.3.99rc2 video drivers: # Only include what you really need! #package xf4-apm # Alliance ProMotion video driver #package xf4-ark # Ark Logic video driver #package xf4-ati # ATI video driver #package xf4-chips # Chips and Technologies video driver #package xf4-cirrus # Cirrus Logic video driver #package xf4-cyrix # Cyrix video driver #package xf4-glint # GLINT/Permedia video driver #package xf4-i128 # Number 9 I128 video driver #package xf4-i740 # Intel i740 video driver #package xf4-i810 # Intel 8xx integrated graphics chipsets package xf4-mga # Matrox video driver #package xf4-neomagic # Neomagic video driver #package xf4-nsc # Nsc video driver #package xf4-nv # NVIDIA video driver #package xf4-r128 # ATI Rage 128 video driver #package xf4-radeon # ATI RADEON video driver #package xf4-rendition # Rendition video driver #package xf4-s3 # S3 video driver #package xf4-s3virge # S3 ViRGE video driver #package xf4-savage # S3 Savage video driver #package xf4-siliconmotion # Silicon Motion video driver #package xf4-sis # SiS video driver #package xf4-tdfx # 3Dfx video driver #package xf4-tga # DEC TGA video driver #package xf4-trident # Trident video driver #package xf4-tseng # Tseng Labs video driver package xf4-vesa # Generic VESA driver, use this if you don't know what to use #package xf4-vga # VGA 320x200 8 bit #package xf4-via # VIA video driver #package xf4-vmware # VMware SVGA video driver # --- Keyboard layouts (Language/Country) #package keymaps-ar # Arabic #package keymaps-cs # Czech #package keymaps-da # Danish #package keymaps-de # German #package keymaps-de_ch # German-Switzerland #package keymaps-en_gb # English-Great Britian #package keymaps-en_in # English-United States International #package keymaps-en_nz # English-New Zealand package keymaps-en_us # English-United States #package keymaps-es # Spanish #package keymaps-fr_be # French-Belgium #package keymaps-fr_ca # French-Canada #package keymaps-fr_ch # French-Switzerland #package keymaps-fr # French #package keymaps-hr # Croatian #package keymaps-hu # Hungarian #package keymaps-it # Italian #package keymaps-ja # Japanese #package keymaps-la # Latin #package keymaps-lt # Lithuanian #package keymaps-lv # Latvian #package keymaps-mk # Macedonian #package keymaps-nl # Dutch #package keymaps-no # Norwegian #package keymaps-pl # Polish #package keymaps-pt_br # Portuguise-Brazil #package keymaps-pt # Portuguise #package keymaps-ro # Romanian #package keymaps-ru # Russian #package keymaps-sv_fi # Swedish-Finland #package keymaps-sv # Swedish #package keymaps-sl # Slovenian #package keymaps-th # Thai #package keymaps-tr # Turkish # --- Connection Package types # Choose *at least* one! package rdesktop # X RDP client for Windows Terminal Services (ver 1.3.1) package rdesktop_svga # SVGA RDP client, This is Version 1.1 of rdesktop Only # Use this for low memory machines package vncviewer # VNC client (vncviewer) package ica # Citrix ICA client support package tarantella # Tarantella client support package ica_wfc # Citrix ICA manager package xnest # XDM in a window client package blackbox # "Blackbox" window manager. Makes TS a light workstation. package rxvt # Light Xterm Client (vt102) package xterm # Xterm Client (vt220) package ssh # Secure Shell client package tn5250 # 5250 terminal emulator package dillo # Dillo light web browser # --- Other services package e3 # Basic vi like Editor package www # Web access to client. From a browser: "http://<IP number>" package lp_server # Remote printing daemon (LaserJet compatible) package lpr # LPR Print Server, for use with samba-server package package tftpd # TFTP, built in tftpd server # Useful for making a tftpserver for thinstation on a WAN # over a slow link package samba-server # Samba server FS Support, allows you to share # local floppy/cdrom/hd/printer to other Windows # PCs; Needs supermount for removeable media #package debug # Debug support, adds strace and other commands # not recommended for normal use. ######################################## ### --- Miscellaneous Parameters --- ### ######################################## param rootpasswd nullpassword # Do Change! Console/telnet password for Root # If this is enabled, Telnetd will be enabled param xf4vncpasswd nullpassword # VNC Access Password param storagepasswd nullpassword # Password for storage server param dialuppasswd nullpassword # Password for dialin account param sambapasswd nullpassword # Password for samba shares when using user mode security param bootlogo true # Want a backgound picture during boot param bootresolution 1024x768 param defaultconfig thinstation.conf.buildtime # The file with default setup # no other config file is found # during boot param basename thinstation # used for all config/tftp file names param basepath ts21 # used to determine path to tftp files param localpkgs false # to determine is PKG files are to be loaded locally param fulllocales false # Use full locale support for packages # Leave this alone unless you can't download (wget required on your Linux box): param icaurl http://download2.citrix.com/files/en/products/client/ica/current/linuxx86.ta r.gz param tarantellaurl http://www.tarantella.com/download/clients/download.php/http/Tarantella.E3/3 .30.923/native/tnci3li.tar param flashurl http://download.macromedia.com/pub/shockwave/flash/english/linux/6.0r79/inst all_flash_player_6_linux.tar.gz param httpproxy http://192.168.1.2:8080 ============End build.conf=============== Here's the output of `file *` in /opt/ts21b2/packages/lib: ============Start output of `file *`=============== ld-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped ld-linux.so.2: symbolic link to ld-2.1.3.so lib5250.so.0: symbolic link to lib5250.so.0.0.0 lib5250.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libaudiofile.so.0: symbolic link to libaudiofile.so.0.0.2 libaudiofile.so.0.0.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libc-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypt-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypto.so.0: symbolic link to libcrypto.so.0.9.6 libcrypto.so.0.9.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypt.so.1: symbolic link to libcrypt-2.1.3.so libc.so.6: symbolic link to libc-2.1.3.so libcups.so: symbolic link to libcups.so.2 libcups.so.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libdl-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libdl.so.2: symbolic link to libdl-2.1.3.so libesd.so.0: symbolic link to libesd.so.0.2.23 libesd.so.0.2.23: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libexpat.so.0: symbolic link to libexpat.so.0.4.0 libexpat.so.0.4.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libfontconfig.so.1: symbolic link to libfontconfig.so.1.0 libfontconfig.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libfreetype.so.6: symbolic link to libfreetype.so.6.3.3 libfreetype.so.6.3.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgdk-1.2.so.0: symbolic link to libgdk-1.2.so.0.9.1 libgdk-1.2.so.0.9.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgdk.so: symbolic link to libgdk-1.2.so.0.9.1 libglib-1.2.so.0: symbolic link to libglib-1.2.so.0.0.10 libglib-1.2.so.0.0.10: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libglib.so: symbolic link to libglib-1.2.so.0.0.10 libgmodule-1.2.so.0: symbolic link to libgmodule-1.2.so.0.0.10 libgmodule-1.2.so.0.0.10: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgmodule.so: symbolic link to libgmodule-1.2.so.0.0.10 libgtk-1.2.so.0: symbolic link to libgtk-1.2.so.0.9.1 libgtk-1.2.so.0.9.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgtk.so: symbolic link to libgtk-1.2.so.0.9.1 libICE.so.6: symbolic link to libICE.so.6.3 libICE.so.6.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libjpeg.so.62: symbolic link to libjpeg.so.62.0.0 libjpeg.so.62.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libm-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libm.so.6: symbolic link to libm-2.1.3.so libncurses.so.5: symbolic link to libncurses.so.5.2 libncurses.so.5.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnewt.so.0.50: symbolic link to libnewt.so.0.50.34 libnewt.so.0.50.34: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libNoVersion.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnsl-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnsl.so.1: symbolic link to libnsl-2.1.3.so libnss_dns-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnss_files-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpam.so.0: symbolic link to libpam.so.0.72 libpam.so.0.72: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpng12.so.0: symbolic link to libpng12.so.0.1.2.4 libpng12.so.0.1.2.4: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libproc.so.2.0: symbolic link to libproc.so.2.0.7 libproc.so.2.0.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpthread-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpthread.so.0: symbolic link to libpthread-2.1.3.so libresolv-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libresolv.so.2: symbolic link to libresolv-2.1.3.so libslang.so.1: symbolic link to libslang.so.1.4.5 libslang.so.1.4.5: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libSM.so.6: symbolic link to libSM.so.6.0 libSM.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libssl.so.0: symbolic link to libssl.so.0.9.6 libssl.so.0.9.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libstdc++-libc6.1-1.so.3: symbolic link to libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-2.so.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libutil-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libutil.so.1: symbolic link to libutil-2.1.3.so libvgagl.so: symbolic link to libvgagl.so.1.4.3 libvgagl.so.1: symbolic link to libvgagl.so.1.4.3 libvgagl.so.1.4.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libvga.so: symbolic link to libvga.so.1.4.3 libvga.so.1: symbolic link to libvga.so.1.4.3 libvga.so.1.4.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwrap.so.0: symbolic link to libwrap.so.0.7.6 libwrap.so.0.7.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwraster.so.2: symbolic link to libwraster.so.2.2.0 libwraster.so.2.2.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvcrypto.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvcrypto.so.3.7: symbolic link to libwvcrypto.so libwvstreams.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvstreams.so.3.7: symbolic link to libwvstreams.so libwvutils.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvutils.so.3.7: symbolic link to libwvutils.so libX11.so.6: symbolic link to libX11.so.6.2 libX11.so.6.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXaw.so.6: symbolic link to libXaw.so.6.1 libXaw.so.6.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXaw.so.7: symbolic link to libXaw.so.6.1 libXext.so.6: symbolic link to libXext.so.6.4 libXext.so.6.4: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXft.so.2: symbolic link to libXft.so.2.1 libXft.so.2.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXi.so.6: symbolic link to libXi.so.6.0 libXi.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXmu.so.6: symbolic link to libXmu.so.6.2 libXmu.so.6.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXmuu.so.1: symbolic link to libXmuu.so.1.0 libXmuu.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXpm.so.4: symbolic link to libXpm.so.4.11 libXpm.so.4.11: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXrender.so: symbolic link to libXrender.so.1.2 libXrender.so.1: symbolic link to libXrender.so.1.2 libXrender.so.1.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXRes.so.1: symbolic link to libXRes.so.1.0 libXRes.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXt.so.6: symbolic link to libXt.so.6.0 libXt.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXtst.so.6: symbolic link to libXtst.so.6.1 libXtst.so.6.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libz.so.1: symbolic link to libz.so.1.1.3 libz.so.1.1.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped ld-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped ld-linux.so.2: symbolic link to ld-2.1.3.so lib5250.so.0: symbolic link to lib5250.so.0.0.0 lib5250.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libaudiofile.so.0: symbolic link to libaudiofile.so.0.0.2 libaudiofile.so.0.0.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libc-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypt-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypto.so.0: symbolic link to libcrypto.so.0.9.6 libcrypto.so.0.9.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libcrypt.so.1: symbolic link to libcrypt-2.1.3.so libc.so.6: symbolic link to libc-2.1.3.so libcups.so: symbolic link to libcups.so.2 libcups.so.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libdl-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libdl.so.2: symbolic link to libdl-2.1.3.so libesd.so.0: symbolic link to libesd.so.0.2.23 libesd.so.0.2.23: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libexpat.so.0: symbolic link to libexpat.so.0.4.0 libexpat.so.0.4.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libfontconfig.so.1: symbolic link to libfontconfig.so.1.0 libfontconfig.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libfreetype.so.6: symbolic link to libfreetype.so.6.3.3 libfreetype.so.6.3.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgdk-1.2.so.0: symbolic link to libgdk-1.2.so.0.9.1 libgdk-1.2.so.0.9.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgdk.so: symbolic link to libgdk-1.2.so.0.9.1 libglib-1.2.so.0: symbolic link to libglib-1.2.so.0.0.10 libglib-1.2.so.0.0.10: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libglib.so: symbolic link to libglib-1.2.so.0.0.10 libgmodule-1.2.so.0: symbolic link to libgmodule-1.2.so.0.0.10 libgmodule-1.2.so.0.0.10: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgmodule.so: symbolic link to libgmodule-1.2.so.0.0.10 libgtk-1.2.so.0: symbolic link to libgtk-1.2.so.0.9.1 libgtk-1.2.so.0.9.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libgtk.so: symbolic link to libgtk-1.2.so.0.9.1 libICE.so.6: symbolic link to libICE.so.6.3 libICE.so.6.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libjpeg.so.62: symbolic link to libjpeg.so.62.0.0 libjpeg.so.62.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libm-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libm.so.6: symbolic link to libm-2.1.3.so libncurses.so.5: symbolic link to libncurses.so.5.2 libncurses.so.5.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnewt.so.0.50: symbolic link to libnewt.so.0.50.34 libnewt.so.0.50.34: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libNoVersion.so.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnsl-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnsl.so.1: symbolic link to libnsl-2.1.3.so libnss_dns-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libnss_files-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpam.so.0: symbolic link to libpam.so.0.72 libpam.so.0.72: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpng12.so.0: symbolic link to libpng12.so.0.1.2.4 libpng12.so.0.1.2.4: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libproc.so.2.0: symbolic link to libproc.so.2.0.7 libproc.so.2.0.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpthread-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libpthread.so.0: symbolic link to libpthread-2.1.3.so libresolv-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libresolv.so.2: symbolic link to libresolv-2.1.3.so libslang.so.1: symbolic link to libslang.so.1.4.5 libslang.so.1.4.5: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libSM.so.6: symbolic link to libSM.so.6.0 libSM.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libssl.so.0: symbolic link to libssl.so.0.9.6 libssl.so.0.9.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libstdc++-libc6.1-1.so.3: symbolic link to libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-2.so.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libutil-2.1.3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libutil.so.1: symbolic link to libutil-2.1.3.so libvgagl.so: symbolic link to libvgagl.so.1.4.3 libvgagl.so.1: symbolic link to libvgagl.so.1.4.3 libvgagl.so.1.4.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libvga.so: symbolic link to libvga.so.1.4.3 libvga.so.1: symbolic link to libvga.so.1.4.3 libvga.so.1.4.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwrap.so.0: symbolic link to libwrap.so.0.7.6 libwrap.so.0.7.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwraster.so.2: symbolic link to libwraster.so.2.2.0 libwraster.so.2.2.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvcrypto.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvcrypto.so.3.7: symbolic link to libwvcrypto.so libwvstreams.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvstreams.so.3.7: symbolic link to libwvstreams.so libwvutils.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libwvutils.so.3.7: symbolic link to libwvutils.so libX11.so.6: symbolic link to libX11.so.6.2 libX11.so.6.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXaw.so.6: symbolic link to libXaw.so.6.1 libXaw.so.6.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXaw.so.7: symbolic link to libXaw.so.6.1 libXext.so.6: symbolic link to libXext.so.6.4 libXext.so.6.4: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXft.so.2: symbolic link to libXft.so.2.1 libXft.so.2.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXi.so.6: symbolic link to libXi.so.6.0 libXi.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXmu.so.6: symbolic link to libXmu.so.6.2 libXmu.so.6.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXmuu.so.1: symbolic link to libXmuu.so.1.0 libXmuu.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXpm.so.4: symbolic link to libXpm.so.4.11 libXpm.so.4.11: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXrender.so: symbolic link to libXrender.so.1.2 libXrender.so.1: symbolic link to libXrender.so.1.2 libXrender.so.1.2: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXRes.so.1: symbolic link to libXRes.so.1.0 libXRes.so.1.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXt.so.6: symbolic link to libXt.so.6.0 libXt.so.6.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libXtst.so.6: symbolic link to libXtst.so.6.1 libXtst.so.6.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped libz.so.1: symbolic link to libz.so.1.1.3 libz.so.1.1.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped =================End of output of `file *` ================== BTW, my system is running RedHat 9, with nothing special done to it. Thanx, -B.J. Miles Roper wrote: > on your system, go into packages/lib and type > > file * > > do you get any corrupted section header messages? > > I'm suspecting its a problem with your distro your using to build TS on. > its version of file may not like some of the libs for some weird reason. > > -----Original Message----- > From: B.J. Kramer [mailto:bj-RCeckgs85irQT0dZR+AlfA@xxxxxxxxxxxxxxxx] > Sent: Friday, 4 June 2004 04:22 a.m. > To: thinstation-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > Subject: [Thinstation-general] 2.1beta2 dependency problems > > > I'm testing 2.1 beta 2, and have a strange show-stopper of a problem. I'm > using > a blackbox session0, and a variety of citrix connections as other sessions. > I > also included dillo, xterm, and most of the other options, for convenience. > > In 2.0, this all worked fine -- I get a blackbox menu with all of the client > > programs, and a flyout menu for the pre-defined ICA connections. Now ICA > connections work, but pretty much nothing else. When I run dillo, for > example, > the screen flashes briefly, then nothing. rdp and telnet do absolutely > nothing > visible after I enter the host, and running xterm from the menu does nothing > at all. > > I got the following messages of interest at build time: > > Adding Library Dependencies > > file: corrupted section header size. > Adding libc.so.6 dependency in tmp-tree for aumix > Adding ld-linux.so.2 dependency in tmp-tree for aumix > Adding libSM.so.6 dependency in tmp-tree for bblaunch > Adding libICE.so.6 dependency in tmp-tree for bblaunch > Adding libX11.so.6 dependency in tmp-tree for bblaunch > Adding libdl.so.2 dependency in tmp-tree for bblaunch > Adding libXext.so.6 dependency in tmp-tree for blackbox > Adding libstdc++-libc6.1-2.so.3 dependency in tmp-tree for blackbox > Adding libm.so.6 dependency in tmp-tree for blackbox > Adding libcrypt.so.1 dependency in tmp-tree for busybox > Adding libpng12.so.0 dependency in tmp-tree for dillo > Adding libz.so.1 dependency in tmp-tree for dillo > Adding libgtk-1.2.so.0 dependency in tmp-tree for dillo > Adding libgdk-1.2.so.0 dependency in tmp-tree for dillo > Adding libgmodule-1.2.so.0 dependency in tmp-tree for dillo > Adding libglib-1.2.so.0 dependency in tmp-tree for dillo > Adding libpthread.so.0 dependency in tmp-tree for dillo > Adding libXi.so.6 dependency in tmp-tree for dillo > Adding libnsl.so.1 dependency in tmp-tree for smtpclient > Adding libwraster.so.2 dependency in tmp-tree for wmsetbg > Adding libXmuu.so.1 dependency in tmp-tree for xset > Adding libXpm.so.4 dependency in tmp-tree for wfcmgr > Adding libXmu.so.6 dependency in tmp-tree for wfcmgr > Adding libXt.so.6 dependency in tmp-tree for wfcmgr > Adding libXaw.so.6 dependency in tmp-tree for wfica > Adding libresolv.so.2 dependency in tmp-tree for libnss_dns-2.1.3.so > file: corrupted section header size. > file: corrupted section header size. > > And I get the following in the boot messages when I try to run xterm: > xterm: error in loading shared libraries: libXft.so.2: cannot open shared > > object file: No such file or directory > > When I run dillo, I get this in the log: > Running dillo > dillo > dillo_dns_init: Here we go! > Enabling cookies as from cookiesrc... > Nav_open_url: Url=>about:splash< > > ** WARNING **: Can't load any ISO8859 font!?! :( > > ** ERROR **: Could not find any font. > aborting... > Aborted > > When I try rdesktop, I get this: > Running rdesktop > Warning: Cannot convert string "*lucida*-bold-*-14-*" to type FontStruct > rdesktop -k en_us cobra > rdesktop: error in loading shared libraries: libcrypto.so.0.9.6: cannot > open > shared object file: No such file or directory > > My conf file is unchanged from 2.0 -- in fact, this machine works fine when > using a 2.0 initrd and kernel. The only major packages I'm NOT including are > > tarantella, rdesktop_svga and debug. > > Any ideas as to what I should do to troubleshoot this? > > -B.J. > -- ******************************************* * B.J. Kramer * * Information Systems * * Renaissance Technologies * * 800 3rd Ave, 33rd Floor * * New York, NY 10022 212-486-6780 * * direct: 212-829-4465 cell: 845-598-7597 * * fax: 212-486-6555 email: bj-RCeckgs85irQT0dZR+AlfA@xxxxxxxxxxxxxxxx * ******************************************* ================================================== Attention: The information contained in this message and/or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by person or entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from your system and destroy any copies. =================================================== |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | How to map hdd in windows with ts2.01: 00022, Yogesh Patil |
|---|---|
| Next by Date: | RE: [Thinstation-general] RE: Time Zone: 00022, Miles Roper |
| Previous by Thread: | How to map hdd in windows with ts2.01i: 00022, Yogesh Patil |
| Next by Thread: | RE: [Thinstation-general] RE: Time Zone: 00022, Miles Roper |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |