Re: configure output
Jaakko Niemi <[email protected]> Sat, 30 Jul 2005 16:24:05 +0300
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 30 Jul 2005, hikmat aldelou wrote: > hi, > thank you for the response , pls find a file > (sfs_error) attached , which is the outpit after > typing command ( configure), would u tell me ahat to > do to rectify any faulta ( if any ) . ... >./configure: line 2568: flex: command not found >checking for flex... no Install flex. Most Linux distributions should have it packaged. >checking for sfs user and group... [Group sfs cannot have users.] no >configure: error: Create sfs user/group or use >--with-sfsuser/--with-sfsgroup Well, create user and group called sfs or use those options if you want to use differently named ones.. --j