Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

KLD smbfs.ko: depends on libiconv - not available

72 views
Skip to first unread message

bazzoola

unread,
Dec 13, 2007, 3:25:46 AM12/13/07
to
When I try to mount a smbfs I get the following (even if i try to load
manually):

KLD smbfs.ko: depends on libiconv - not available

I do have libiconv:
# pkg_info -L libiconv-1.11_1
Information for libiconv-1.11_1:

Files:
/usr/local/man/man1/iconv.1.gz
/usr/local/man/man3/iconv.3.gz
/usr/local/man/man3/iconv_open.3.gz
/usr/local/man/man3/iconv_close.3.gz
/usr/local/man/man3/iconvctl.3.gz
/usr/local/bin/iconv
/usr/local/include/iconv.h
/usr/local/include/libcharset.h
/usr/local/include/localcharset.h
/usr/local/lib/libcharset.a
/usr/local/lib/libcharset.la
/usr/local/lib/libcharset.so
/usr/local/lib/libcharset.so.1
/usr/local/lib/libiconv.a
/usr/local/lib/libiconv.la
/usr/local/lib/libiconv.so
/usr/local/lib/libiconv.so.3
/usr/local/libdata/charset.alias
/usr/local/share/doc/libiconv/iconv.1.html
/usr/local/share/doc/libiconv/iconv.3.html
/usr/local/share/doc/libiconv/iconv_close.3.html
/usr/local/share/doc/libiconv/iconv_open.3.html
/usr/local/share/doc/libiconv/iconvctl.3.html


Any Ideas?

Here is my confs:

FreeBSD nixnix.local 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Dec
11 15:24:59 EST 2007 ro...@nixnix.local:/usr/obj/usr/src/sys/
GENERIC3 i386


machine i386
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC3

# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for
devices.

#makeoptions DEBUG=-g # Build kernel with gdb(1)
debug symbols

options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread
preemption
options INET # InterNETworking
options INET6 # IPv6 communications
protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates
support
options UFS_ACL # Support for access control
lists
options UFS_DIRHASH # Improve performance on big
directories
options MD_ROOT # MD is a potential root
device
#options NFSCLIENT # Network Filesystem Client
#options NFSSERVER # Network Filesystem Server
#options NFS_ROOT # NFS usable as /, requires
NFSCLIENT
#options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires
PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Compatible with BSD 4.3
[KEEP THIS!]
#options COMPAT_FREEBSD4 # Compatible with FreeBSD4
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=5000 # Delay (in ms) before probing
SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.

device apic # I/O APIC

# Bus support.
device eisa
device pci

# Floppy drives
device fdc

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device ataraid # ATA RAID drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
options ATA_STATIC_ID # Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse

device kbdmux # keyboard multiplexer

device vga # VGA video card driver


device agp # support several AGP chipsets

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)

# PCI Ethernet NICs.
device miibus # MII bus support
device sk # SysKonnect SK-984x & SK-982x gigabit
Ethernet

# Wireless NIC cards
device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
#device wlan_scan_ap # 802.11 AP mode scanning
#device wlan_scan_sta # 802.11 STA mode scanning
device wlan_acl # ACL controls for wlan
device wlan_xauth # auth control for wlan
device ral # Ralink Technology RT2500 wireless
NICs.

# Pseudo devices.
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter

# Firewall support
device pf
device pflog
#device pfsync


cat /etc/make.conf
# X
NO_X=true
NO_GAMES=true
NO_PROFILE=true

CPUTYPE?=k6-3
CFLAGS= -O2 -pipe

MODULES_OVERRIDE=acpi smbfs

# added by use.perl 2007-11-24 15:10:48
PERL_VER=5.8.8
PERL_VERSION=5.8.8

NO_ATM= true # do not build ATM related programs and
libraries
NO_AUDIT= true
# NO_AUTHPF= true
NO_BIND= true
NO_BLUETOOTH= true
NO_DICT= true
NO_FORTRAN= true
NO_GAMES= true
# NO_GDB= true
NO_GPIB= true
# NO_HESIOD_LIBC= true
NO_HTML= true #not sure if this has any affect on a buildworld
NO_I4B= true # do not build isdn4bsd package
NO_INET6= true
NO_INFO= true
NO_IPFILTER= true
NO_KERBEROS= true
# NO_LIB32= true # Don't build 32 bit libs, not needed if we
compile everything
# NO_LIBTHR= true
NO_LPR= true
NO_NIS= true
NO_NLS= true
NO_PROFILE= true # Avoid compiling profiled libraries
NO_RCMDS= true
NO_SENDMAIL= true # do not build sendmail and related programs
NO_SHAREDOCS= true
NO_USB= true
PPP_NO_NAT= true
PPP_NO_NETGRAPH=true
PPP_NO_RADIUS= true
PPP_NO_SUID= true

# cat /etc/src.conf
WITHOUT_ATM=yes
WITHOUT_AUDIT=yes
WITHOUT_BLUETOOTH=yes
WITHOUT_BIND=yes
WITHOUT_DICT=yes
WITHOUT_FORTRAN=yes
WITHOUT_GAMES=yes
WITHOUT_GPIB=yes
WITHOUT_HTML=yes
WITHOUT_I4B=yes
WITHOUT_INFO=yes
WITHOUT_INET6=yes
WITHOUT_IPFILTER=yes
WITHOUT_IPX=yes
WITHOUT_LPR=yes
WITHOUT_KERBEROS=yes
WITHOUT_NIS=yes
WITHOUT_PROFILE=yes
WITHOUT_SHAREDOCS=yes
WITHOUT_USB=yes
WITHOUT_ZFS=yes

0 new messages