You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I change the compile.sh to:
WAF_MAKE=1 python $CWD/buildtools/bin/waf build --targets=smbd/smbd $*
It will create smbd. But the file can not be executed. It's shared object.
xiaolong.zi@ubuntu185-PowerEdge-R640:~/samba/samba-4.5.1-android-master/bin/default/source3/smbd$ file smbd
smbd: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, not stripped
Did anyone build smb server successfully and run it on Android? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I change the compile.sh to:$CWD/buildtools/bin/waf build --targets=smbd/smbd $ *
WAF_MAKE=1 python
It will create smbd. But the file can not be executed. It's shared object.
xiaolong.zi@ubuntu185-PowerEdge-R640:~/samba/samba-4.5.1-android-master/bin/default/source3/smbd$ file smbd
smbd: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, not stripped
Did anyone build smb server successfully and run it on Android? Thanks.
The text was updated successfully, but these errors were encountered: