[Samba] Does Samba 2.2.4 support 64 bit?

Per Kjetil Grotnes perkjetil.grotnes at pbe.oslo.kommune.no
Fri Oct 25 09:41:02 GMT 2002


> Does Samba 2.2.4 on Solaris 8 support 64 bit? We are using Clearcase
> & Rational told us that only samba 2.2.5 support 64 bit?

We are using solaris 8 and have compiled Samba with GCC 3.02.

We used the compiler option -m64 and -L/usr/local/lib/sparcv9 to get a 64 bits version of 
Samba.

( I placed those in the "CC = gcc " variable in the Makefile after a ./configure thus 
making it CC = gcc -m64 -L/usr/local/lib/sparcv9 )

This was done to make sure Solaris could use the /etc/system parameters:

set rlim_fd_max = 4096
set rlim_fd_cur = 2048

If we did not the 32 bits Samba would only be able to use 256 file descriptors even though 
the 'system' parameter was set to those above.

I am not sure if this is the correct way todo it, but it certainly solved our file descriptor 
problems.

Regards
Per Kjetil Grotnes

---
IT-Seksjonen, Plan- og bygningsetaten, Oslo Kommune
Tlf: 22 66 26 61, Fax: 22 66 26 65



More information about the samba mailing list