>
> I dont have access to /tmp on the device
>
Can you check if the TMPDIR environment variable is defined (echo $TMPDIR)
and if so run rxapi like this
XDG_RUNTIME_DIR=$TMPDIR rxapi
Can you check if /data/local/tmp is available and files can be created in
it and if so run rxapi like this
XDG_RUNTIME_DIR=/data/local/tmp rxapi
Else try to find any directory that allows creating files and run rxapi as
described above

but Im working on a hint Prof. Flatscher gave me hoping to get around this
> issue
>
Will you share it with us?
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to