Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
thanks a lot!!! This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Lurie
You've downloaded a SPARC version, while you need an x86 one... This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
the result to : file platform.bin is: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Akhilesh Mritunjai
Possibly it's not a binary at all, and may be a shell script. What does "file yourfilename.bin" say ? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
if I do: echo $LD_LIBRARY_PATH i get nothing. And if I check my "env", I also do not find the $LD_LIBRARY_PATH any suggestions to where it should be pointed to? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
thanks very much for your help. Whenever I type : ldd filename.bin I get: ldd finelname.bin has wrong class or data encoding does it means that I downloaded the wrong binary for Solaris ? Is opensolaris equivalent to Solaris 10 for 32 platforms ? This message posted from opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread steve kay
Ooops, formatting of the editor removed some of that ldd command. It was "ldd filename.bin" This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread steve kay
Try a "ldd ", can it find all the dynamically loaded binaries? Also, what is your $LD_LIBRARY_PATH environment variable set to ? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
I'm using OpenSolaris 2008.05 with a VirtualBox 1.6.4 and under a Windows XP host environment. Whenever I try to execute a .bin file (installation of BEA weblogic server), I get , [b]after several seconds[/b], the error: ELF command not found Any idea what could be wrong? What kind of logs do