From: Martin M. <mar...@de...> - 2003-09-15 09:11:19
|
Howdy, please have a look at this ... (there maybe line breaks in it) ><11:03:11> root@dehrsr07:/usr/local/src/usermin/tarballs/usermin-1.040 #= sh setup.sh /usr/libexec/usermin >*********************************************************************** >* Welcome to the Usermin setup script, version 1.040 * >*********************************************************************** >Usermin is a web-based interface that allows Unix-like operating >systems and common Unix services to be easily administered. > >Installing Usermin from /usr/local/src/usermin/tarballs/usermin-1.040 to= /usr/libexec/usermin ... >mkdir: cannot create directory `/usr/libexec/usermin': No such file or = directory >ERROR: Failed to create /usr/libexec/usermin > ><11:03:21> root@dehrsr07:/usr/local/src/usermin/tarballs/usermin-1.040 # You have to run mkdir /usr/libexec before starting the setup. Should be easy to patch the installation in order to do actually test the directory-path's before trying to execute mkdir /usr/libexec/usermin in a way like this sh setup.sh /usr/libexec/usermin test for /usr - if not create test for /usr/libexec - if not create test for /usr/libexec/usermin - if not create or something like this :-) kind regards Martin Mewes --=20 Novacote Flexpack - Division of COIM Deutschland GmbH c/o IT/IS-Department - Hamburg - Germany |