Displaying 2 results from an estimated 2 matches for "ac_cv_func_pread64".
Did you mean:
ac_cv_func_pread
2001 Oct 26
0
HP-UX 11.00 samba 2.2.* smbd SIGSYS in pread
...nker resolves them to symbols in my libc.
however, i don't believe that this system call is implemented in my version of the kernel because smbd dies with a SIGSYS (bad arg
to sys call) in libc:pread.
my workaround was to override what configure automatically determines
ac_cv_func_pread=no \
ac_cv_func_pread64=no \
ac_cv_func_pwrite=no \
ac_cv_func_pwrite64=no \
./configure
i don't know if your configure scripts can be improved to automatically take care of this or not.
in any case, this may be useful information to someone.
2001 Oct 29
0
[Fwd: HP-UX 11.00 samba 2.2.* smbd SIGSYS in pread]
...ibc.
>
> however, i don't believe that this system call is implemented in my version of the kernel because smbd dies with a SIGSYS (bad arg
> to sys call) in libc:pread.
>
> my workaround was to override what configure automatically determines
>
> ac_cv_func_pread=no \
> ac_cv_func_pread64=no \
> ac_cv_func_pwrite=no \
> ac_cv_func_pwrite64=no \
> ./configure
>
> i don't know if your configure scripts can be improved to automatically take care of this or not.
>
> in any case, this may be useful information to someone.
-------------- next part --------------
A...