473,785 Members | 2,372 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bad install of 2.3.4 on Solaris 8

I'm having trouble getting Python 2.3.4 installed properly on Solaris 8.

First some configuration stuff:
bash-2.05# export
. . .
declare -x HOSTTYPE="sparc "
declare -x MACHTYPE="sparc-sun-solaris2.8"
declare -x OSTYPE="solaris 2.8"

I copied Python-2.3.4.tgz to /var/tmp, ran gunzip and tar xvf then
ran./configure, make and make install from the Python-2.3.4 directory.

../configure report this error:
configure: WARNING: term.h: present but cannot be compiled
configure: WARNING: term.h: check for missing prerequisite headers?
configure: WARNING: term.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bu**********@gn u.org. ##
configure: WARNING: ## ------------------------------------ ##

I went ahead anyway. make report this warning
gcc -shared
build/temp.solaris-2.8-sun4u-2.3/_ssl.o -L/usr/local/ssl/lib -L/usr/local/li
b -lssl -lcrypto -o build/lib.solaris-2.8-sun4u-2.3/_ssl.so
*** WARNING: renaming "_ssl" since importing it failed: ld.so.1:
../python: fatal: libssl.so.0.9.7 : open failed: No such file or directory

and a bunch of errors building sunaudiodev.o which I assume are not
important since I'm not having audio problems

Now, python runs and reports that it is 2.3.4, but:

1. SSL doesn't work:
bash-2.05# python
Python 2.3.4 (#3, Jun 11 2004, 14:57:33)
[GCC 3.3.2] on sunos5
Type "help", "copyright" , "credits" or "license" for more
information.
import xmlrpclib
s = xmlrpclib.Serve rProxy('https://goombah.emergen tmusic.com')
s.hello()

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1029, in
__call__
return self.__send(sel f.__name, args)
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1316, in
__request
verbose=self.__ verbose
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1055, in
request
h = self.make_conne ction(host)
File "/usr/local/lib/python2.3/xmlrpclib.py", line 1237, in
make_connection
raise NotImplementedE rror(
NotImplementedE rror: your version of httplib doesn't support HTTPS

2. A 32 bit version was installed rather than the 64-bit version that
should be installed for this machine. This prevent the installation of
MySQLdb from installing properly
bash-2.05# file /usr/local/bin/python
/usr/local/bin/python: ELF 32-bit MSB executable SPARC Version 1,
dynamically linked, not stripped

Can you please help me get a good build so I can get on with my work?

Thanks,
Bob

Jul 18 '05 #1
1 2728
"Bob Swerdlow" <rs*******@tran spose.com> writes on Fri, 11 Jun 2004 15:38:14 -0400:
...
I went ahead anyway. make report this warning
gcc -shared
build/temp.solaris-2.8-sun4u-2.3/_ssl.o -L/usr/local/ssl/lib -L/usr/local/li
b -lssl -lcrypto -o build/lib.solaris-2.8-sun4u-2.3/_ssl.so
*** WARNING: renaming "_ssl" since importing it failed: ld.so.1:
../python: fatal: libssl.so.0.9.7 : open failed: No such file or directory


The error message is not bad: the problem is "not finding "libssl.so.0.9. 7".

Have you installed it? Have you configured "ld.conf" to find it
where you installed it or set up "LD_LIBRARY_PAT H" correspondingly .

If this turns out to be the problem, then the way "_ssl.so" is build
could be improved. Under Solaris, it is possible to tell a shared
object at link time where to look for another shared object at runtime.
In this case, I (at your place) would file a bug Python report.
Dieter
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1849
by: bva | last post by:
Hello, While trying to install viewcvs on a solaris 5.9 machine I get the following error message: Traceback (most recent call last): File "./viewcvs-install", line 35, in ? import compat File "./lib/compat.py", line 20, in ? import urllib
1
1545
by: Bobby Owens | last post by:
Hi, Please excuse what is probably a completely newbie question, but my situation is as follows. I'm a windows/.NET developer but have now been asked to take over part of the project which is written in python and runs on Unix. I've muddled through the python code and figured out parts of it. I've now installed Sun Solaris 10 on a VM ware installation successfully
2
2078
by: Cathy Hui | last post by:
I am trying to install MySQL-Python 0.9.1 on my Solaris 8 system. The system has Python 2.3.3 and Mysql 4.0.21 installed. This is where I downloaded the distribution of the Mysql-python package: http://www.ravenbrook.com/project/p4dti/import/2001-10-16/MySQL-python-0.9.1/MySQL-python-0.9.1.tar.gz I have been doing whatever instructed from the README file.
1
1447
by: Steve | last post by:
I've installed the ActiveState binary distribution for Solaris in my home directory, but I'm having problems with Tk. I think I did everything right -- I used gtar rather than Solaris tar, and the install process indicated it was successful. I added the python directory to ~/.bashrc. Python works fine from the command line. But if I try to execute anything that uses Tkinter (including Idle),
0
1267
by: Comcast | last post by:
I'm trying to do an install of mysql on a Sun Ultra 10 machine running Solaris 10 (1/06) which is a completely clean, fresh install. I can get the packaged (with Solaris 10) version of mysql (4.0.something) running easily. I do have version 5.0.15-standard installed and running on another machine. It appears that between 5.0.15 and 5.0.22 someone has made a decision to change the locations that the files are sent to and nobody has...
1
1978
by: bomahony | last post by:
Ive just installed DB2 9.1 from scratch on Solaris 10. I did it first from CLI, but i found the Control Center app was missing. So i tried to edit the install using db2setup. this informed me that everything was installed. so i uninstalled and then reinstalled using the db2setup gui, however db2cc is still missing!
4
3707
by: inetquestion | last post by:
php has been configured with the following two configure lines and core's during "make install" on the PEAR section. Is there something simple i'm missing? Any help would be appreciated. Environment: Solaris 9 php 5.2.1 GNU Make 3.81 gcc 4.1.1
1
2687
by: nitupatra | last post by:
I executed the command " perl -MCPAN -e shell " and run the command cpan> install Archive::Zip. But ftp connections are failed to get different types of package and installation was failed. Can anybody point me any other way to install Archive::Zip in perl in solaris platform?
11
3925
by: Pablo Suarez | last post by:
In all my previous C++ projects I used the gcc as compiler. For some reasons I want to try out the Sun compiler instead. How can I install and use this compiler instead? Is the Sun C++ compiler pre-installed on Linux resp. Solaris? How can I call him? Pablo
0
9643
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10315
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8968
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7494
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5379
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.