On 8/7/06, kashani <[EMAIL PROTECTED]> wrote:
Mark Knecht wrote:
> So is this some sort of path problem? The installer expects the
> library to be in a certain location? Maybe a symlink from there to
> /lib/libc.so.6?
>
> Thanks for getting me closer, and I'll check out Linux World for dates
> to see when I could make it.

I'd guess path issue as well. It might be worth it to manually run
env-update and/or log out and back in, though those are both long shots.
Assuming that doesn't work strace or lsof would be my next step in
figuring out what it might be looking for.

kashani

Hi Kashani,
  I tried logging out and back in earlier. I've also tried it across
my network. No difference.

  strace gave me a bunch of this type of info:

<SEVERELY SNIPPED>

rt_sigaction(SIGTERM, {SIG_DFL}, {0x8087d99, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {0x8078824, [], 0}, 8) = 0
execve("/opt/blackdown-jdk-1.4.2.03/jre/bin/java",
["/opt/blackdown-jdk-1.4.2.03/jre/"..., "-Djava.compiler=NONE",
"-Xmx50331648", "-Xms16777216", "com.zerog.lax.LAX",
"/tmp/install.dir.23656/temp.lax", "/tmp/env.properties.23656"], [/*
42 vars */]) = 0
uname({sys="Linux", node="dragonfly", ...}) = 0
brk(0)                                  = 0x8059000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=104620, ...}) = 0
mmap2(NULL, 104620, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ed8000
close(3)                                = 0
open("/lib/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/lib/tls/i686/sse2", 0xbf84bd60) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/lib/tls/i686", 0xbf84bd60)     = -1 ENOENT (No such file or directory)
open("/lib/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/lib/tls/sse2", 0xbf84bd60)     = -1 ENOENT (No such file or directory)
open("/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/lib/tls", 0xbf84bd60)          = -1 ENOENT (No such file or directory)
open("/lib/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/lib/i686/sse2", 0xbf84bd60)    = -1 ENOENT (No such file or directory)
open("/lib/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/lib/i686", 0xbf84bd60)         = -1 ENOENT (No such file or directory)
open("/lib/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/lib/sse2", 0xbf84bd60)         = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0004H\0\000"...,
512) = 512
close(3)

and then a bunch more like that.

  Maybe someone else will have some ideas when they get a chance to
look at all of this.

  I will call thinkorswim tomorrow and see what sort of support I can
get. Trading with a company that actually supports Linux would be the
best thing ever for me. Since they are looking for new customers this
is the best time for me to put some pressure on them.

  Thanks for your help.

Cheers,
Mark
--
gentoo-user@gentoo.org mailing list

Reply via email to