--- Stupid Alert!--- I don't know a whole lot about the intricacies of running Linux, so much of this stuff is new to me. -------------------- I've got a dedicated Linux server; no root access. While installing Zope, I get this error, "./install: bin/python: No such file or directory". I've tried everything I know, but I don't know what is going on. I looked through the relatively sparse Zope Docs and couldn't find anything new out. If you could possibly explain why this occurring and, even better, provide a solution, I'd be grateful. I hope I don't need root to get Zope working. What I really need is a Linux guru who could handle many of my server tasks. But alas, I don't have much money to pay for one. Thanks, Brian -- Support Services - PixelVisionMedia http://www.pixelvisionmedia.com ___________________________________________________
Was this too simple a question? Brian Brian Salisbury wrote:
--- Stupid Alert!---
I don't know a whole lot about the intricacies of running Linux, so much of this stuff is new to me.
--------------------
I've got a dedicated Linux server; no root access. While installing Zope, I get this error, "./install: bin/python: No such file or directory". I've tried everything I know, but I don't know what is going on. I looked through the relatively sparse Zope Docs and couldn't find anything new out. If you could possibly explain why this occurring and, even better, provide a solution, I'd be grateful. I hope I don't need root to get Zope working.
What I really need is a Linux guru who could handle many of my server tasks. But alas, I don't have much money to pay for one.
Thanks,
Brian
-- Support Services - PixelVisionMedia http://www.pixelvisionmedia.com ___________________________________________________
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
-- Support Services - PixelVisionMedia http://www.pixelvisionmedia.com ___________________________________________________
On Tue, 10 Aug 1999, Brian Salisbury wrote:
Was this too simple a question?
Apparently :)
Brian Salisbury wrote:
I've got a dedicated Linux server; no root access. While installing Zope, I get this error, "./install: bin/python: No such file or directory". I've tried everything I know, but I don't know what is
Well, it looks like you downloaded the binary distribution, right? The binary distribution should have python included with it, which is what it's looking for. Basically, when you untar the file you downloaded, you have a Zope-2.0.0b3-linux2.i386/ directory (for example). Under this, you should have a bin/ directory, where you should find the python executable. Unless you moved that files around before running install, and somehow didn't move the bin/ directory, everything should be there.
going on. I looked through the relatively sparse Zope Docs and couldn't find anything new out. If you could possibly explain why this occurring and, even better, provide a solution, I'd be grateful. I hope I don't need root to get Zope working.
No, you shouldn't need root access. Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com
participants (2)
-
Brian Salisbury -
Nick Garcia