Date: Wed, 4 Nov 2009 12:24:42 +1300 From: Jonathan Chen <jonc@chen.org.nz> To: Jove James <freejove@gmail.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: ask for help on a strange question Message-ID: <20091103232442.GA70555@osiris.chen.org.nz> In-Reply-To: <a3db25110911030708y59be2f56i971c4d10505deba8@mail.gmail.com> References: <a3db25110911030708y59be2f56i971c4d10505deba8@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 03, 2009 at 11:08:25PM +0800, Jove James wrote: > Hi friend, > > I've set up a FreeBSD virtual machine with VmWare Player. After configuring > networ I installed xampp-linux-1.7.2.tar.gz on it. But quite weird that I > got "command not found" error: > > jove# pwd > /opt/lampp > jove# ls > RELEASENOTES error lampp logs sbin > backup etc lib modules share > bin htdocs libexec phpmyadmin tmp > cgi-bin icons licenses phpsqliteadmin var > jove# ./lampp start > ./lampp: Command not found. Assuming that "lampp" is a script with the exec bit set, you may want to check that the first line references a script-interpreter that exists, eg "#!/usr/bin/perl". Cheers. -- Jonathan Chen <jonc@chen.org.nz> ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091103232442.GA70555>