Re: Making a fax printer for PMfax for Linux, and some oddments
- From: "Bob Eager" <rde42@xxxxxxxxxxx>
- Date: 25 Feb 2008 20:35:13 GMT
On Mon, 25 Feb 2008 20:30:20 UTC, Allodoxaphobia <bit-bucket@xxxxxxxxxx>
wrote:
On Mon, 25 Feb 2008 10:18:55 +0200, Stan Goodman wrote:
Bob Eager wrote:
On Linux, it should. FreeBSD can run Linux binaries with no perceptible
overhead - it has a dual system call interface, and if it recognises a
Linux binary it will run as such. The problem I'm getting is a missing
library, which I can fix once I find out what it is.
There must be a way that I could query what libraries a given program uses,
though I don't know what it is. If you like, I could ask around among the
SuSE brethren.
`ldd`
$ ldd /usr/bin/rexx
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7fb2000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7f9d000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7f6f000)
libdl.so.2 => /lib/libdl.so.2 (0xb7f6b000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e41000)
/lib/ld-linux.so.2 (0xb7fec000)
Naturally. But as I said in my subsequent post, the binary in question
is statically linked. So ldd would show nothing.
--
Bob Eager
.
- References:
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Bob Eager
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Andrew Stephenson
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Stan Goodman
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Bob Eager
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Stan Goodman
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Bob Eager
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Stan Goodman
- Re: Making a fax printer for PMfax for Linux, and some oddments
- From: Allodoxaphobia
- Re: Making a fax printer for PMfax for Linux, and some oddments
- Prev by Date: Re: Making a fax printer for PMfax for Linux, and some oddments
- Next by Date: Re: Help getting copied Window 98 booting
- Previous by thread: Re: Making a fax printer for PMfax for Linux, and some oddments
- Next by thread: Re: Making a fax printer for PMfax for Linux, and some oddments
- Index(es):
Relevant Pages
|