RE: [Zope] Debian zope2.1.6-7 installation
when I type $ lynx http://localhost:9673/ I do not get the Welcome to Zope screen I get a password prompt which doesn't accept my Super/Emergency/Administrator/accessfile username & password. repeated attempts get a 401 error screen, which says I am unathorized
I have tried all the suggestions in the /usr/share/doc/zope/README. Debian.gz (All the archived messages I've run across reiterate these changes I've already tried.)
I was hoping to see if it was a goof on my machine or something wrong with the dpkg. On the other hand...
On Mon Apr 23, 2001 Mike Renfro <renfro@tntech.edu> said I have an updated Zope 2.3.1 built for Debian 2.2, and it's available for download at http://mwr.ddts.net/a/mwr/
the full address would be... http://mwr.ddts.net/a/mwr/zope_2.3.1-1_i386.deb Alas, I am on ppc arch not i386. Is Zope.deb pkg cross architecture by virtue of Python or do I still need to start from source? I would really like to "get on the map/2.3.1" and start going through the Zope tutorial.
On Wednesday 25 April 2001 06:52, basicprinting@earthlink.net wrote:
On the other hand...
On Mon Apr 23, 2001 Mike Renfro <renfro@tntech.edu> said I have an updated Zope 2.3.1 built for Debian 2.2, and it's available for download at http://mwr.ddts.net/a/mwr/
the full address would be... http://mwr.ddts.net/a/mwr/zope_2.3.1-1_i386.deb
Alas, I am on ppc arch not i386. Is Zope.deb pkg cross architecture by virtue of Python or do I still need to start from source?
You do in this case. See other thread. First of all, dpkg won't let you install an i386 package on a powerpc platform. Secondly, the Zope i386 binary won't run on your PPC (see other thread). -- Philipp von Weitershausen [ *pronounce: "fun Viters-houzen" ] http://www.philikon.de/
On Wed, Apr 25, 2001 at 12:52:20AM -0400, basicprinting@earthlink.net wrote:
Alas, I am on ppc arch not i386. Is Zope.deb pkg cross architecture by virtue of Python or do I still need to start from source?
(If this particular thread goes any further, let's trim the main zope list from it. I'm only using it to have a chance that some other Debian user might find the zope@zope.org message on a search engine more easily.) Zope core binaries aren't cross-platform, but many of the add-on packages (being just python, zclasses and dtml at most) are. So you'll have to build it yourself with the following instructions. In short, first make sure you have an unstable deb-src line in your /etc/apt/sources.list -- something like: deb-src ftp://ftp.debian.org/debian unstable main contrib non-free If you do that, and then 'apt-get update; apt-get source zope', it'll install a Debian-patched Zope source tree in your current directory. Currently, that should be a 2.3.1 release installed into ./zope-2.3.1 cd to that directory, and 'grep Build-Depends debian/control' -- that'll show you what other packages you'll need to build Zope. In my case, it was debhelper v2.0 or higher, and python-dev. If you lack either of those packages, apt-get install them. Now you can build the package by running 'debian/rules binary' -- if you run into any compilation errors, fix them (normally means you're missing compilers, libraries, etc). If all goes well, you'll have a zope-2.3.1-1_powerpc.deb (or some version) in the directory immediately above zope-2.3.1 -- that's a package you can install with 'dpkg -i' -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
participants (3)
-
basicprinting@earthlink.net -
Mike Renfro -
Philipp von Weitershausen