[ZCM] [ZC] 2350/ 2 Reject "--prefix ignored during installation"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Wed, 29 Aug 2007 15:19:14 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2350 Update (Reject) "--prefix ignored during installation" Status Rejected, Zope/bug critical To followup, visit: http://www.zope.org/Collectors/Zope/2350 ============================================================== = Reject - Entry #2 by tseaver on Aug 29, 2007 3:19 pm Status: Pending => Rejected I can't reproduce on my Linux box:: $ wget http://www.zope.org/Products/Zope/2.10.4/Zope-2.10.4-final.tgz $ tar xzf Zope-2.10.4-final.tgz $ cd Zope-2.10.4-final $ ./configure --prefix=foo && make && make install ... $ cd foo $ bin/mkzopeinstance.py Please choose a directory in which you'd like to install Zope "instance home" files such as database files, configuration files, etc. Directory: ^c ________________________________________ = Request - Entry #1 by brunoripa on Aug 29, 2007 10:36 am I am trying to install zope 2.10.4 in a custom path via: ./configure --prefix=my/custom/path make make install I have no errors during building/installation, but i can't find any script in my/custom/path/bin: mkzopeinstance.py and others are missing. The script ignores --prefix directive and uses my $PATH to copy script; at this point, if i try to execute mkzopeinstance.py in the arbitrary $PATH location, i get an error claiming that 'skel' directory is missing ==============================================================