Samba 3.x.x on FreeBSD 4.9

2004-01-15 Thread Jeff Royle
I have tried various versions of Samba 3.x.x on my FreeBSD 4.9 server 
without success. (Including the current port)

The install  goes smoothly however running testparm I encounter the 
following errors...

**

Error trying to resolve symbol 'init_module' in /usr/lib/charset/CP850.so: 
Cannot open /usr/lib/charset/US-ASCII.so'
Conversion from UCS-2LE to CP850 not supported

**

This error repeats about 3 times for conversions.

US-ASCII.so does not exist at all on the server.

I have updated libiconv to 1.9.2 was running 1.8.x before without success.

How do I resolve this issue?   I am running out of idea's on what I can do 
to fix this issue.

Thanks

Jeff Royle

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.560 / Virus Database: 352 - Release Date: 08/01/2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba 3.x.x on FreeBSD 4.9

2004-01-15 Thread Micheas Herman
On Thu, 2004-01-15 at 08:40, Jeff Royle wrote:
 I have tried various versions of Samba 3.x.x on my FreeBSD 4.9 server 
 without success. (Including the current port)
 

This doesn't answer your question, but here is my experience with Samba
and FreeBSD. There was long time that the port samba-dev failed if it
detected that you were using FreeBSD 4.x  If you do get samba compiled
you will have a further problem of needing a filesystem that supports
access control lists. Overall samba 3.x.x really likes FreeBSD 5.x much
better than 4.x.

Personally, I would stick to Samba 2.x.x if i needed to stay with
FreeBSD 4.x


Micheas

 The install  goes smoothly however running testparm I encounter the 
 following errors...
 
 **
 
 Error trying to resolve symbol 'init_module' in /usr/lib/charset/CP850.so: 
 Cannot open /usr/lib/charset/US-ASCII.so'
 Conversion from UCS-2LE to CP850 not supported
 
 **
 
 This error repeats about 3 times for conversions.
 
 US-ASCII.so does not exist at all on the server.
 
 I have updated libiconv to 1.9.2 was running 1.8.x before without success.
 
 How do I resolve this issue?   I am running out of idea's on what I can do 
 to fix this issue.
 
 Thanks
 
 Jeff Royle
 
 __
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.560 / Virus Database: 352 - Release Date: 08/01/2004
 
 __
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Micheas Herman  email: [EMAIL PROTECTED]
Free Print Shop web:   http://www.FreePrintShop.org
phone: (415)648-3222fax:   (415)648-4466
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba 3.x.x on FreeBSD 4.9

2004-01-15 Thread Tim Aslat
In the immortal words of Jeff Royle [EMAIL PROTECTED]...

 I have tried various versions of Samba 3.x.x on my FreeBSD 4.9 server 
 without success. (Including the current port)
 
 The install  goes smoothly however running testparm I encounter the 
 following errors...

snip

I'm having the same trouble on a 5.2-RELEASE isntallation.  Fresh
install of 5.2-RELEASE, cvsup ports, make install in net/samba-devel and
I'm getting the same problem.

Some things still work even with the errors, but others don't.

I realise this is a maintainer issu, however I would like some
indication of wether it's a localised problem or if it's common enough
that something needs to be done about it.

Cheers

Tim


-- 
Tim Aslat [EMAIL PROTECTED]
Spyderweb Consulting
http://www.spyderweb.com.au
P: +61 8 82243020M: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba 3.x.x on FreeBSD 4.9

2004-01-15 Thread Antoine Jacoutot
On Thursday 15 January 2004 23:18, Tim Aslat wrote:
 I realise this is a maintainer issu, however I would like some
 indication of wether it's a localised problem or if it's common enough
 that something needs to be done about it.

This is how I install samba-devel on my 5-2 boxes without anyu problem:

env CONFIGURE_ARGS=--with-ldap env 
CONFIGURE_ENV=CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib make 
-DWITHOUT_CUPS -DWITH_QUOTAS -DWITH_MSDFS -DWITH_ACL_SUPPORT -DWITH_LIBICONV 
install clean


Antoine

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba 3.x.x on FreeBSD 4.9

2004-01-15 Thread Tim Aslat
In the immortal words of Antoine Jacoutot [EMAIL PROTECTED]...
 This is how I install samba-devel on my 5-2 boxes without anyu
 problem:
 
 env CONFIGURE_ARGS=--with-ldap env 
 CONFIGURE_ENV=CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
 make -DWITHOUT_CUPS -DWITH_QUOTAS -DWITH_MSDFS -DWITH_ACL_SUPPORT
 -DWITH_LIBICONV install clean

SOunds ok to me, however I'm also using winbind  and attemting to use
ADS support (which doesn't work for me) 

make WITHOUT_CUPS=yes WITH_QUOTAS=yes WITH_WINBIND=yes
WITH_WINBIND_AUTH_CHALLENGE=yes KRB5_HOME=/usr WITH_ACL_SUPPORT=yes
WITH_LIBICONV=yes install clean

maybe I'm doing something wrong in this part.

I also have the heimdal port installed with WITH_LDAP=yes

Anyone got any suggestions?

Cheers

Tim

-- 
Tim Aslat [EMAIL PROTECTED]
Spyderweb Consulting
http://www.spyderweb.com.au
P: +61 8 82243020M: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]