Hello,
I have problem in installing Greenstone version 2.75 on Linux (Fedora 6).
I have selected source code compilation option.
Regards,
Anuradha
Following is the error message.
--> Install.sh: [make]
for odir in indexers; do
echo making all in $odir;
(cd $odir && make nojava) || exit 1;
done
making all in indexers
/bin/sh: line 2: cd: indexers: No such file or directory
make: *** [all] Error 1
installing ...
--> Install.sh: [make install]
for odir in indexers; do
echo making all in $odir;
(cd $odir && make nojava) || exit 1;
done
making all in indexers
/bin/sh: line 2: cd: indexers: No such file or directory
make: *** [all] Error 1
--> Install.sh: [cd /home/gsdl2.75/gsdl-2.75-unix/Unix]
ERROR: Compilation failed
Greenstone was not installed
Run the uninstall script (/usr/local/gsdl/Uninstall.sh)
to clean up the partial installation.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean. |