Installing Samba 3.5.8 on a QNX 6.5.0 machine
Hey there,
So I'm attempting to install Samba 3.5.8 on a QNX 6.5.0 machine and I'm running in to several issues. When trying to run configure with the following parameters:
./configure -enable-debug -enable-pthreadpool -enable-developer
the configuration fails on checking configure summary. The actual output is:
Using libraries:
LIBS = -lsocket -lpthreads
DMSSD LIBS =
AUTH_LIBS=
checking configure summary... configure: error: summary failure. Aborting config
It is possible to run make even when the configure fails but then I run into the compiler not being able to link to -lpthread. To work around this I modified the Makefile to not like to -lpthread and got Samba to compile and, I guess, partially install. the nmbd and smbd can be executed but smbd can not be connected too from a windows machine. Log files show that there is an issue with sockets.
I've done a lot of tweaking to get it this far and I feel there must be an easier way. Has anyone else successfully installed Samba on QNX and if so can you share how you did it? Thanks in advance!
-GerberBaby