November 23, 200916 yr I'd like to build archivemount (http://www.cybernoia.de/software/archivemount/), which enables treating tar archives, compressed or uncompressed, as mountable file systems. I have the stock 4.4.2 system, and I would like to know what additional slackware packages I need to install to start the the build process. To avoid an extensive trial and error process, I would like to know how I can find out what packages came with the system. At this point, I have been typing "which make", "which gcc", etc. and installing the appropriate package if the program was not present. I suppose I can use the same process to find out what additional libraries I need that may not be mentioned explicitly in the archivemount source, but I'd like to avoid that. Since "mount | grep fuse" yields "fusectl on /sys/fs/fuse/connections type fusectl (rw)", I assume that I don't have to do any development work on fuse.
November 23, 200916 yr Fuse is already included and installed on unRAID. It's how the user filesystem is implemented (/mnt/user).
November 23, 200916 yr I'd like to build archivemount (http://www.cybernoia.de/software/archivemount/), which enables treating tar archives, compressed or uncompressed, as mountable file systems. I have the stock 4.4.2 system, and I would like to know what additional slackware packages I need to install to start the the build process. To avoid an extensive trial and error process, I would like to know how I can find out what packages came with the system. At this point, I have been typing "which make", "which gcc", etc. and installing the appropriate package if the program was not present. I suppose I can use the same process to find out what additional libraries I need that may not be mentioned explicitly in the archivemount source, but I'd like to avoid that. Since "mount | grep fuse" yields "fusectl on /sys/fs/fuse/connections type fusectl (rw)", I assume that I don't have to do any development work on fuse. This post has the list of packages needed to compile others... http://lime-technology.com/forum/index.php?topic=4700.0 Look part way down in it for where it gives compile instructions. Joe L.
Archived
This topic is now archived and is closed to further replies.