First error I got was error with declare command - changing first line of buildscript to !#/bin/bash solved that.
When running buildscript from mentioned directory I get the following error:
- Code: Select all
colinbes@colinbes-home:~/svn/linuxterminalserver/trunk/scripts$ ./build_NX_client_server.sh
Building from /home/colinbes/svn/linuxterminalserver/trunk
Building in /tmp/NX directory
##########################################################
Building and installing Perl
----------------------------------------------------------
./build_NX_client_server.sh: line 343: ./Configure: No such file or directory
make: *** No targets specified
It appears to be trying to run Configure from /tmp/NX. A directory listing of this directory shows no configure or Configure file.
Any help appreciated.

Home