Hi everyone, I have some problems in install Zope 2.10.0 final. My situation : I use Solaris 10 operating system. I have just downloaded Zope from homepage and I setup to : /usr/local/Zope/Zope-2.10.0 I type command ./configure in terminal : Monitor displays : ======================== Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.4.3 found at /usr/sfw/bin/python The optimum Python version (2.4.3) was found at /usr/sfw/bin/python. - Zope top-level binary directory will be /opt/Zope-2.9. - Makefile written. Next, run make. ======================== It's quite seem as working fine. and then i perform as program's guide : ==> make command. Monitor displays : ========================= make: Fatal error in reader: makefile, line 75: Macro assignment on dependency line ========================= What is mistake ? which steps are wrong ? Anyone explain for me ? Thank you very much. --------------------------------- Hãy ghé qua trang chủ Yahoo! Việt Nam!
--On 14. November 2006 17:02:04 +0700 Luc Van Tien <like_loves8x@yahoo.com> wrote:
Hi everyone, I have some problems in install Zope 2.10.0 final. My situation : I use Solaris 10 operating system. I have just downloaded Zope from homepage and I setup to : /usr/local/Zope/Zope-2.10.0 I type command ./configure in terminal : Monitor displays : ======================== Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.4.3 found at /usr/sfw/bin/python The optimum Python version (2.4.3) was found at /usr/sfw/bin/python. - Zope top-level binary directory will be /opt/Zope-2.9. - Makefile written. Next, run make. ======================== It's quite seem as working fine. and then i perform as program's guide : ==> make command.
Monitor displays : ========================= make: Fatal error in reader: makefile, line 75: Macro assignment on dependency line ========================= What is mistake ? which steps are wrong ?
Are you 100% sure that your 'make' is GNUmake? -aj
I have some problems in install Zope 2.10.0 final. (...) - Zope top-level binary directory will be /opt/Zope-2.9. Seems strange to me that you're installing Zope 2.10.0 and there is a message about /opt/Zope-2.9. Maybe you've messed something, or try something like
./configure --prefix path It's just a guess. I'm not sure what the real problem is. -- Maciej Wisniowski
participants (3)
-
Andreas Jung -
Luc Van Tien -
Maciej Wisniowski