pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: cannot open pkgdb
On Tue, Jun 22, 2010 at 02:59:21PM -0500, Larson, Timothy E. wrote:
> > That's normal behavior of the dynamic linker. This looks like the
> > pread/pwrite issue from HP-UX...
>
> The "no such file or directory" error doesn't suggest normal behavior to me.
> :)
It is. On most platforms, the location of libraries is not hard-coded
into the binary. Instead a list of directories to check is provided
(e.g. with -rpath on ELF systems).
> I don't know anything about a pread/pwrite issue, sorry.
Try CPPFLAGS=-DBROKEN_PREAD\ -DBROKEN_PWRITE.
Joerg
Home |
Main Index |
Thread Index |
Old Index