Summary: | net/samba: fix vfs module support - restore recycle bin | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Scot W. Hetzel <hetzels> | ||||
Component: | Individual Port(s) | Assignee: | dwcjr | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Scot W. Hetzel
2002-05-09 17:10:01 UTC
Responsible Changed From-To: freebsd-ports->dwcjr over to maintainer I was under the impression that freebsd did not support dlopen, which is why we can't support winbindd for samba either? Thanks for the patch, I'll take a look at it shortly. I get this when I compile, any ideas? checking for poptGetContext in -lpopt... yes checking whether to use included popt... no checking configure summary... ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config ===> Script "configure" failed unexpectedly. Please report the problem to dwcjr@FreeBSD.org [maintainer] and attach the "/.amd_mnt/leviathan/host/usr/home/poseiden/port/samba/work/samba-2.2.4/source/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 From: "David W. Chapman Jr." <dwcjr@inethouston.net> > I get this when I compile, any ideas? > > checking for poptGetContext in -lpopt... yes > checking whether to use included popt... no > checking configure summary... ERROR: No locking available. Running Samba > would be unsafe > configure: error: summary failure. Aborting config > ===> Script "configure" failed unexpectedly. When I configure I get the following: : checking for poptGetContext in -lpopt... no checking whether to use included popt... ./popt checking configure summary... yes updating cache ./config.cache : The only difference that I can see is that you have the popt library installed. Also, when I compiled I used the following port flags: make -DWITH_RECYCLE -DWITH_QUOTAS \ -DWITH_UTMP -DWITH_MSDFS \ -DWITH_SSL -DWITHOUT_CUPS configure I have placed the config.log on our web server, it is available at: http://www.westbend.net/~hetzels/samba-config.log Hopefully this will help. Scot State Changed From-To: open->closed Committed, thanks!!!!! |