Is Python 2.3.3 a pre-requirement for Zope 2.7 ? It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it? I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3. -- John
--On Sonntag, 22. Februar 2004 18:48 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
if you report a problem then you should include *detailed* informations about what's going wrong. Otherwise it is unlikely that we can help you. Thanks, -aj
I have had no problems with Python 2.3.3 on RH7.3. On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM? If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
-- John
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK. On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM?
If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
-- John
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:- cannot exec `cc1plus': No such file or directory -- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM?
If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
-- John
You compiler installation is incomplete (means it checks for the installation of the C++ compiler which is not available). -aj --On Sonntag, 22. Februar 2004 20:46 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
On Sun, Feb 22, 2004 at 09:53:22PM +0100, Andreas Jung wrote:
You compiler installation is incomplete (means it checks for the installation of the C++ compiler which is not available).
So how do I correct the problem? ie which package do I install?
-aj
--On Sonntag, 22. Februar 2004 20:46 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
-- John
What kind of an install do you have of RH7.3? It looks to me as if you don't have gcc and glibc installed. You can use rpm to see what is installed. On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
-- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM?
If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Sun, Feb 22, 2004 at 01:06:49PM -0800, Dennis Allison wrote:
What kind of an install do you have of RH7.3? It looks to me as if you don't have gcc and glibc installed. You can use rpm to see what is installed.
RH7.3 is installed on some remote server somewhere in the world where I have remote access as root. gcc 2.96 is installed, although I can't remember if I installed it myself. -- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
-- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM?
If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
-- John
You might try find / -name cc1plus -print You should discover /usr/lib/gcc-lib/i386-redhat-linux/2.96/cc1plus if gcc-lib is installed. On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 01:06:49PM -0800, Dennis Allison wrote:
What kind of an install do you have of RH7.3? It looks to me as if you don't have gcc and glibc installed. You can use rpm to see what is installed.
RH7.3 is installed on some remote server somewhere in the world where I have remote access as root. gcc 2.96 is installed, although I can't remember if I installed it myself.
-- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 12:17:03PM -0800, Dennis Allison wrote:
I find it always better to install from sources. Remember that ./configure does configuration and so missing features are generally OK.
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
-- John
On Sun, 22 Feb 2004, John Poltorak wrote:
On Sun, Feb 22, 2004 at 11:48:45AM -0800, Dennis Allison wrote:
I have had no problems with Python 2.3.3 on RH7.3.
How did you install it? As an RPM?
If so, can you tell me where you got it?
On Sun, 22 Feb 2004, John Poltorak wrote:
> Is Python 2.3.3 a pre-requirement for Zope 2.7 ? > > It looks like I'm going to have to bite the bullet and upgrade Zope, but > my attempts to get the latest Python installed on RedHat 7.3 have been > unsuccessfull so far. Has anyone managed it? > > I get a number of errors when running configure and can't find a > precompiled RPM for RH 7.3.
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Mon, Feb 23, 2004 at 02:29:53PM +1100, Anthony Baxter wrote:
John Poltorak wrote:
I tried building from source but ./configure stopped quite early with:-
cannot exec `cc1plus': No such file or directory
Either install gcc-c++, or run configure with --without-cxx.
Which version of c++ should I install? ie. does it need to be compatible with the version of gcc which is already installed? -- John
John Poltorak wrote:
Either install gcc-c++, or run configure with --without-cxx. Which version of c++ should I install?
ie. does it need to be compatible with the version of gcc which is already installed?
It will need to be the same version as the gcc RPM. E.g. on this (fedora-1-plus-rawhide) system I have gcc-c++-3.3.2-1 gcc-java-3.3.2-1 gcc-objc-3.3.2-1 libgcc-3.3.2-1 -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
i'm running it on rh 7.2, which means it should work with 7.3 ?
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
unforutnately, i compiled from source, no rpms
On Mon, Feb 23, 2004 at 08:16:26AM +0800, Bakhtiar A Hamid wrote:
On Sun, 22 Feb 2004, John Poltorak wrote:
Is Python 2.3.3 a pre-requirement for Zope 2.7 ?
It looks like I'm going to have to bite the bullet and upgrade Zope, but my attempts to get the latest Python installed on RedHat 7.3 have been unsuccessfull so far. Has anyone managed it?
i'm running it on rh 7.2, which means it should work with 7.3 ?
Which version of c++ are you using? I don't have it installed and wonder what to get hold of. I'm using gcc v2.96.
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
unforutnately, i compiled from source, no rpms
I guess I'll have to get it built. Did it compile fairly easily? -- John
On Fri, 27 Feb 2004, John Poltorak wrote:
i'm running it on rh 7.2, which means it should work with 7.3 ?
Which version of c++ are you using?
I don't have it installed and wonder what to get hold of. I'm using gcc v2.96.
can't remember off the top of my head.. but i use apt for rpm, which makes installation of such things easier (apt-get install gcc (or any package)) try installing the apt-get and use it to manage your package apt.freshrpms.net get the one for your version of linux
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
unforutnately, i compiled from source, no rpms
I guess I'll have to get it built. Did it compile fairly easily?
pretty much. ./configure;make;make install done
On Sat, Feb 28, 2004 at 09:58:01AM +0800, Bakhtiar A Hamid wrote:
On Fri, 27 Feb 2004, John Poltorak wrote:
try installing the apt-get and use it to manage your package
apt.freshrpms.net
get the one for your version of linux
I'm not sure that I did everything correctly and apt still remains a mystery, but I think I have managed to install c++ now, although I may well have broken something else in the process.
I get a number of errors when running configure and can't find a precompiled RPM for RH 7.3.
unforutnately, i compiled from source, no rpms
I guess I'll have to get it built. Did it compile fairly easily?
pretty much. ./configure;make;make install
./configure and make ran fine, but I haven't yet run make install, since I'm not sure where to install it and want to be able to recover to the previous version in case something goes wrong. Where should it be installed and how? I've built the package under my home directory.
done
-- John
participants (5)
-
Andreas Jung -
Anthony Baxter -
Bakhtiar A Hamid -
Dennis Allison -
John Poltorak