* How does the ski simulator resolves the dependency on shared libraries?
@ 2006-11-16 7:19 sudhnesh adapawar
2006-11-16 13:02 ` Stephane Eranian
0 siblings, 1 reply; 2+ messages in thread
From: sudhnesh adapawar @ 2006-11-16 7:19 UTC (permalink / raw)
To: kernelnewbies, linux-ia64, linux-kernel
Hey all,
How does the ski simulator resolves the dependency on shared
libraries?
For e.g: I tried 'ls' command on xski but i failed to run it :
[root@basemant /]# xski ls vmlinux simscsi=/var/ski-disks/sd
ls - No such file or directory
ls - No such file or directory
xski: Could not open ls for reading
[root@basemant /]# which ls
alias ls='ls --color=tty'
/bin/ls
[root@basemant /]# xski /bin/ls vmlinux simscsi=/var/ski-disks/sd
/bin/ls - wrong architecture (3)
xski: Could not open /bin/ls for reading
[root@basemant /]#
Please kindly reply !
- Sudhnesh
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How does the ski simulator resolves the dependency on shared libraries?
2006-11-16 7:19 How does the ski simulator resolves the dependency on shared libraries? sudhnesh adapawar
@ 2006-11-16 13:02 ` Stephane Eranian
0 siblings, 0 replies; 2+ messages in thread
From: Stephane Eranian @ 2006-11-16 13:02 UTC (permalink / raw)
To: linux-ia64
Hello,
On Thu, Nov 16, 2006 at 12:37:24PM +0530, sudhnesh adapawar wrote:
> Hey all,
> How does the ski simulator resolves the dependency on shared
> libraries?
> For e.g: I tried 'ls' command on xski but i failed to run it :
Ski does not resolve shared library for applications. Your 'ls' must be an satically
linked IA-64 binary. Aslo keep in mind that ski operates in one of two modes: system
or application. In the latter, you would do: xski ls. You probably also need to specify
the absolute path if the binary is not in the current directory.
> [root@basemant /]# xski ls vmlinux simscsi=/var/ski-disks/sd
> ls - No such file or directory
> ls - No such file or directory
> xski: Could not open ls for reading
> [root@basemant /]# which ls
> alias ls='ls --color=tty'
> /bin/ls
> [root@basemant /]# xski /bin/ls vmlinux simscsi=/var/ski-disks/sd
> /bin/ls - wrong architecture (3)
> xski: Could not open /bin/ls for reading
> [root@basemant /]#
>
> Please kindly reply !
>
> - Sudhnesh
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
-Stephane
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-16 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 7:19 How does the ski simulator resolves the dependency on shared libraries? sudhnesh adapawar
2006-11-16 13:02 ` Stephane Eranian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox