search for: smb_case_default

Displaying 5 results from an estimated 5 matches for "smb_case_default".

1999 Sep 17
1
Compiling with smbmount option
...ed the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor " ----------- client/smbmount.c: In function `send_fs_socket` : client/smbmount.c:295: storage size of `conn_options` isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function) client/smbmount.c:325: `SMB_IOC_NEWCONN` Undeclared (first use this function) Please suggest me how I should proceed with the compilation. thanx in advance --- GBS
1999 Jul 26
0
"smbmount" and Linux kernel-2.0.37
...of `CASE_LOWER' /usr/include/linux/smb.h:95: conflicting types for `CASE_UPPER' include/smb.h:1498: previous declaration of `CASE_UPPER' client/smbmount.c: In function `send_fs_socket': client/smbmount.c:295: storage size of `conn_options' isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT' undeclared (first use this function) client/smbmount.c:314: (Each undeclared identifier is reported only once client/smbmount.c:314: for each function it appears in.) client/smbmount.c:325: `SMB_IOC_NEWCONN' undeclared (first use this function) make: *** [client/smbmount.o] Error 1 After...
2000 Apr 03
2
problem compiling 2.0.6 --with-smbmount
...180 lines of warnings about redefinitions from header files, then about 40 lines of conflicting types errors. The final errors before it bombs are client/smbmount.c: In function `send_fs_socket': client/smbmount.c:296: storage size of `conn_options' isn't known client/smbmount.c:308: `SMB_CASE_DEFAULT' undeclared client/smbmount.c:319: `SMB_IOC_NEWCONN' undeclared There is a 2.2.2 kernel on this machine also, and I checked and the link from /usr/include/linux does point to the directory with the correct header files for the running kernel. Sorry if I'm blundering on something painf...
1999 Oct 13
2
Samba 2.0.6pre1 released
I've just released a snapshot of 2.0.6 in the alpha directory on samba.org. This is intended for testing to make sure some of the recent changes work well on a wider range of sites. I have also built a RedHat Linux 6.X RPM and put it in the same dircetory. If you are not running a mission critical site then we would appreciate feedback on this snapshot. If you have reported a bug in Samba
1999 Sep 29
0
building on Red Hat 5.2
...of `ntohl' /usr/include/asm/byteorder.h:24: conflicting types for `htonl' /usr/include/netinet/in.h:206: previous declaration of `htonl' client/smbmount.c: In function `send_fs_socket': client/smbmount.c:295: storage size of `conn_options' isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT' undeclared (first use this function) client/smbmount.c:314: (Each undeclared identifier is reported only once client/smbmount.c:314: for each function it appears in.) client/smbmount.c:325: `SMB_IOC_NEWCONN' undeclared (first use this function) make: *** [client/smbmount.o] Error 1 Thank...