Does any one have zope running on hpux 10.20? It needs a thread enabled python, which I have not been able to build.... (Using pthread 1.3.7) each time I try to run the python Interpeter it core dumps..with.. pthread_mutex_init: Invalid argument
On Mon, 21 Aug 2000, Michael Maul wrote:
Does any one have zope running on hpux 10.20? It needs a thread enabled python, which I have not been able to build.... (Using pthread 1.3.7) each time I try to run the python Interpeter it core dumps..with.. pthread_mutex_init: Invalid argument
For help on getting an HPux thread enabled python, you might try www.python.org and/or the Python specific mailing lists and newsgroups. --RDM
"R. David Murray" wrote:
On Mon, 21 Aug 2000, Michael Maul wrote:
Does any one have zope running on hpux 10.20? It needs a thread enabled python, which I have not been able to build.... (Using pthread 1.3.7) each time I try to run the python Interpeter it core dumps..with.. pthread_mutex_init: Invalid argument
For help on getting an HPux thread enabled python, you might try www.python.org and/or the Python specific mailing lists and newsgroups.
And once you have done that, yes Zope runs fine on it. :) -- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password.
I too need thread-support in HPUX and have been unsuccessfull in getting it to work. According to the DejaNews newsgroups, threads under 10.20 are DCE threads, so maybe if you configure python with --with-dec-threads ... That avenue is not open to me, as the HPUX i have access to does not have the optional threads package installed, and nobody knows how to install it. (At least I got them to type 'shutdown' before they remove power :-) What I need is a threads-package I can install in /usr/local/lib. Does anyone have one? Bill Anderson wrote:
"R. David Murray" wrote:
On Mon, 21 Aug 2000, Michael Maul wrote:
Does any one have zope running on hpux 10.20? It needs a thread enabled python, which I have not been able to build.... (Using pthread 1.3.7) each time I try to run the python Interpeter it core dumps..with.. pthread_mutex_init: Invalid argument
For help on getting an HPux thread enabled python, you might try www.python.org and/or the Python specific mailing lists and newsgroups.
And once you have done that, yes Zope runs fine on it.
:)
participants (4)
-
Bill Anderson -
Michael Maul -
R. David Murray -
Soren Roug