Hi; I'm trying to install an older version of Zope in addition to my currently running version and running into difficulties. While running python w_pcgi.py Zope first complained (while compiling) that it couldn't find file /usr/local/bin/python2.2/config/Makefile.pre.in Indeed, there was no such file. But there *was* such a file here: /usr/local/bin/Python-2.2.2/Makefile.pre.in so I created a symbolic link (didn't figure it would hurt any ;) Now I get this error: Compiling extensions in lib/python cp /usr/local/lib/python2.2/config/Makefile.pre.in . make -f Makefile.pre.in boot PYTHON=/usr/local/bin/python make: *** No rule to make target `boot'. Stop. Traceback (most recent call last): File "/home/httpd/ZopeInstallation/Zope_software_home2/w_pcgi.py", line 39, in ? if __name__=='__main__': main(sys.argv[0]) File "/home/httpd/ZopeInstallation/Zope_software_home2/w_pcgi.py", line 37, in main import wo_pcgi; wo_pcgi.main(me) File "/home/httpd/ZopeInstallation/Zope_software_home2/wo_pcgi.py", line 33, in main import build_extensions File "/home/httpd/ZopeInstallation/Zope_software_home2/inst/build_extensions.py", line 30, in ? make('lib','python') File "/home/httpd/ZopeInstallation/Zope_software_home2/inst/do.py", line 62, in make do('make -f Makefile.pre.in boot PYTHON=%s' % sys.executable) File "/home/httpd/ZopeInstallation/Zope_software_home2/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 512 What to do? TIA, beno
beno wrote at 2003-3-30 13:44 -0400:
.... Zope first complained (while compiling) that it couldn't find file
/usr/local/bin/python2.2/config/Makefile.pre.in
Indeed, there was no such file. But there *was* such a file here:
/usr/local/bin/Python-2.2.2/Makefile.pre.in
so I created a symbolic link (didn't figure it would hurt any ;) Now I get this error:
Compiling extensions in lib/python cp /usr/local/lib/python2.2/config/Makefile.pre.in . make -f Makefile.pre.in boot PYTHON=/usr/local/bin/python make: *** No rule to make target `boot'. Stop.
Apparently, your "Makefile.pre.in" is not the right one. Usually, you must install the development package of Python to get it or generate Python from source. Dieter
participants (2)
-
beno -
Dieter Maurer