Displaying 2 results from an estimated 2 matches for "libintl_setlocale".
2016 May 23
1
Compile Samba for Windows Use - SMBClient.exe mainly
...lBox)
Installed CygWin 32-bit with the Devel files
Extracted Samba 3.6.25
Went into the Source3 directory
Ran (per the post from 2007):
./configure --prefix=/usr/local/samba
make pch
make
The make failed trying to create the net.exe file:
utils/net.o:net.c:(.text+0x10e1): undefined reference to `libintl_setlocale'
collect2: error: ld returned 1 exit status
Makefile:1816: recipe for target 'bin/net.exe' failed
make: *** [bin/net.exe] Error 1
But it had previously in its routine already built the SMBClient.exe file that I needed. I then tested it within Pydio and sure enough the issues I was hav...
2016 May 16
2
Compile Samba for Windows Use - SMBClient.exe mainly
does Pydio not accept UNC paths in place of a local path? this has worked
for me in other php things, as long as IIS is running under an account with
network share permissions.
On Mon, May 16, 2016 at 4:39 PM Allan P. Dynes <ADynes at whgardiner.com>
wrote:
> That's what I'm hoping for since I've been unable to compile on Windows 7
> x64. I am getting the same errors