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 <j...@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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to