Hello people, after some months, I'm giving FreeBSD a second try (FreeBSD 7.0, this time). My problem is, when I try to install fusefs-ntfs, I get the following error when checking for the fusefs-kmod dependency:
Inside /usr/ports/sysutils/fusefs-ntfs:
Code:
make install clean
(...)
===> Installing for fusefs-ntfs-1.2216
===> fusefs-ntfs-1.2216 depends on file: /usr/local/modules/fuse.ko - not found
===> Verifying install for /usr/local/modules/fuse.ko in /usr/ports/sysutils/fusefs-kmod
===> fusefs-kmod-0.3.9.p1.20080208 requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-kmod.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-ntfs.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-ntfs.
I searched on google for this error and found tons of info about it. I installed the kernel source from the CD with sysinstall, attempted to reinstall the package and it failed with the same error. I also read some info on the net about a patch for the fusefs-kmod package Makefile, but I'm unsure about how to apply the patch (and I'm not sure if it works).
Additionally, I get this warning when the ntfs-3g dependency is being configured (previous to compiling process):
Code:
(...)
config.status: executing depfiles commands
****************************************************************************
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
* The FUSE user space binaries were NOT installed with root directory *
* executable prefix. This means that automounting NTFS volumes during boot *
* could fail. This can be fixed the below way by reinstalling FUSE using *
* the right 'configure' option during FUSE compilation: *
* ./configure --exec-prefix=/ *
* make && sudo make install *
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
****************************************************************************
You can type now 'make' to build ntfs-3g.
===> Building for fusefs-ntfs-1.2216
(...)
The issue I'm most concerned about is the first one, but this ntfs-3g issue is also important because I want my ntfs data partition to automatically mount during boot (and given the fact that the whole process is automated, I can't run the 'configure' script properly).
Does anyone know how to solve these two issues? Thanks in advance.