From: Brodie <br...@ip...> - 2006-10-04 10:08:44
|
Hi. I have installed infomap-nlp-0.8.6 into a local directory on a UNIX machine using the "./configure --prefix=<folder>" option so that root access is not required. When I run the command "infomap-build -m ~/docset/files.txt model_01" I get the output: ./infomap-build: mktemp: not found Sourcing param file "/home/local/share/infomap-nlp/default-params" Sourcing extra param file "" Contents are: At which point the program just hangs. Can anyone help me get it to work. Thanks. Brodie. |
From: Scott C. <ced...@gm...> - 2006-10-04 16:45:57
|
Hi Brodie, Do you have the program mktemp installed? On my system it's /bin/mktemp. I'm not really sure what's happening after that, but installing mktemp might fix the problem. Scott On 10/4/06, Brodie <br...@ip...> wrote: > > > > > Hi. > > > > I have installed infomap-nlp-0.8.6 into a local directory on a UNIX machine > using the "./configure --prefix=<folder>" option so that root access is not > required. > > > > When I run the command "infomap-build -m ~/docset/files.txt model_01" I get > the output: > > > > ./infomap-build: mktemp: not found > > Sourcing param file > "/home/local/share/infomap-nlp/default-params" > > Sourcing extra param file "" > > Contents are: > > > > At which point the program just hangs. Can anyone help me get it to work. > Thanks. > > > > Brodie. > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > infomap-nlp-users mailing list > inf...@li... > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > > |
From: Scott C. <ced...@gm...> - 2006-10-05 16:22:13
|
Hi Brodie, If you don't mind, I'd like to cc infomap-nlp-users on these emails (as I've done on this message), so that they'll be archived and searchable to future users, who might encounter the same problem. (If you do mind, let me know in another off-list email, and I'll stop cc'ing the list.) svdinterface is part of infomap-nlp and should be built by make and installed by "make install" to the bin/ subdirectory of whatever directory you specified using the --prefix=<folder> option to configure. So check <folder>/bin to see if it contains svdinterface. (If it's not there, try looking in the svd/svdinterface subdirectory of the top-level infomap directory you got when you unpacked the tar file.) If you can find svdinterface, add the directory containing it to your PATH environment variable and try again. (The problem is caused by the software assuming that svdinterface and other pieces of the software will be installed to a directory that is normally used to hold programs, and would therefore already be included in your PATH.) If you can't find svdinterface, or if adding its directory to PATH doesn't fix the problem, let me know. Scott On 10/5/06, Brodie <br...@ip...> wrote: > Ok so I wrote my own version of mktemp which seems to work. But now I get > the error: > > /bin/sh: svdinterface: not found > make: *** [/tmp/brodier/infomap_working_dir/model_01/left] Error 1 > > Any ideas? > > Thanks. > > -----Original Message----- > From: Scott Cederberg [mailto:ced...@gm...] > Sent: Thursday, 5 October 2006 2:46 AM > To: Brodie > Cc: inf...@li... > Subject: Re: [infomap-nlp-users] ./infomap-build: mktemp: not found > > Hi Brodie, > > Do you have the program mktemp installed? On my system it's > /bin/mktemp. > > I'm not really sure what's happening after that, but installing > mktemp might fix the problem. > > > Scott > > On 10/4/06, Brodie <br...@ip...> wrote: > > > > > > > > > > Hi. > > > > > > > > I have installed infomap-nlp-0.8.6 into a local directory on a UNIX > machine > > using the "./configure --prefix=<folder>" option so that root access is > not > > required. > > > > > > > > When I run the command "infomap-build -m ~/docset/files.txt model_01" I > get > > the output: > > > > > > > > ./infomap-build: mktemp: not found > > > > Sourcing param file > > "/home/local/share/infomap-nlp/default-params" > > > > Sourcing extra param file "" > > > > Contents are: > > > > > > > > At which point the program just hangs. Can anyone help me get it to work. > > Thanks. > > > > > > > > Brodie. > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > infomap-nlp-users mailing list > > inf...@li... > > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > > > > > > > |