473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

pysqlite install error on hp ux (ld: Can't find library for-lpython2.5)

hi everyone!

when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )

ld: Can't find library for -lpython2.5

what mean this message? and what i do?

my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.

please help for me~
Nov 10 '08 #1
6 3050
On 1110, 1129, "Geon." <seveng...@gmail..comwrote:
hi everyone!

when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )

ld: Can't find library for -lpython2.5

what mean this message? and what i do?

my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.

please help for me~
sorry wrong write :-)

bellow -below
avaliable -available
Nov 10 '08 #2
On Nov 10, 10:29*am, "Geon." <seveng...@gmail.comwrote:
hi everyone!

when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )

ld: Can't find library for -lpython2.5

what mean this message? and what i do?

my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.

please help for me~
Hi, as far as I know.

1. you can use module sqlite3 instead.
2. you can use these commands on ubuntu:

sudo apt-get install libsqlite3-dev
sudo easy_install -Z pysqlite
Nov 10 '08 #3
On 11월10일, 오후1시31분, 一首诗 <newpt...@gmail.comwrote:
On Nov 10, 10:29*am, "Geon." <seveng...@gmail.comwrote:
hi everyone!
when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )
ld: Can't find library for -lpython2.5
what mean this message? and what i do?
my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.
please help for me~

Hi, as far as I know.

1. you can use module sqlite3 instead.
2. you can use these commands on ubuntu:

sudo apt-get install libsqlite3-dev
sudo easy_install -Z pysqlite
is possible apt-get on hp unix?
i think apt-get is only available ubuntu linux system..
Nov 11 '08 #4
* Geon. (Mon, 10 Nov 2008 18:00:56 -0800 (PST))
On 11?10?, ??1?31?, ??? <newpt...@gmail.comwrote:
On Nov 10, 10:29*am, "Geon." <seveng...@gmail.comwrote:
when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )
ld: Can't find library for -lpython2.5
what mean this message? and what i do?
my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.
please help for me~
Hi, as far as I know.

1. you can use module sqlite3 instead.
2. you can use these commands on ubuntu:

sudo apt-get install libsqlite3-dev
sudo easy_install -Z pysqlite

is possible apt-get on hp unix?
i think apt-get is only available ubuntu linux system..
No, on all Debian based distributions.

Thorsten
Nov 11 '08 #5
On 1111, 610, Thorsten Kampe <thors...@thorstenkampe.dewrote:
* Geon. (Mon, 10 Nov 2008 18:00:56 -0800 (PST))


On 11?10?, ??1?31?, ??? <newpt...@gmail.comwrote:
On Nov 10, 10:29 am, "Geon." <seveng...@gmail.comwrote:
when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )
ld: Can't find library for -lpython2.5
what mean this message? and what i do?
my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.
please help for me~
Hi, as far as I know.
1. you can use module sqlite3 instead.
2. you can use these commands on ubuntu:
sudo apt-get install libsqlite3-dev
sudo easy_install -Z pysqlite
is possible apt-get on hp unix?
i think apt-get is only available ubuntu linux system..

No, on all Debian based distributions.

Thorsten- ؽƮ -

- ؽƮ -
thanks, all response
Nov 12 '08 #6
Geon. wrote:
hi everyone!

when i install pysqlite i meet bellow error. ( use easy_install and
source code building same problem )

ld: Can't find library for -lpython2.5

what mean this message? and what i do?

my system is hp-ux 11i v3. and python2.5 is installed.
ld command also avaliable.
I don't know much about HPUX, but here are some ideas.

Is Python's shared library built at all? Or is Python, for whatever
reason, built statically? The command to check on Linux is "ldd
/path/to/python_binary". I don't know if it's ldd on HP UX too or if
it's something different.

If Python is built as a shared library, is the shared library somewhere
the system's dynamic linker will find it? If not, you either have to set
some environment variable (LD_LIBRARY_PATH on Linux) or configure it
(/etc/ld.so.conf on Linux).

-- Gerhard

PS: On some exotic systems where Java is already installed I found it
easier to get Jython (the Python implementation for the Java Virtual
Machine) to run than compiling Python.
Nov 12 '08 #7

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

Similar topics

1
by: francescomoi | last post by:
Hi. I'm trying to build MySQL-python-1.2.0 on my Linux FC2 (with MySQL 3.23.58). But when building, I get this error message: ------------------------------------------------------- # python...
1
by: TechTamed | last post by:
Attempting to install MS Project 2003 under WinXP, install gets to approx 95% then gets this error and rolls back the install Error 1935. An error occurred during the installation of assembly...
1
by: Daniel Bello Urizarri | last post by:
Hello: I have a web service that runs well on ASP 1.0. Now I'm migrating it to ASP 2.0, and now im at the point in wich the project runs under the ASP Developer server od the visual studio 2005,...
1
by: Eric | last post by:
This program is running fine in my office i just copy it and run at home it start given that error and highlight Chr(13). I dont know is this is what the error is or some thing else Compiler...
1
by: niraj | last post by:
I am getting the following error /usr/bin/ld: cant find -lutl Please advice which module i need to install .I am unable to find it . TIA Niraj
2
by: andrewanderson | last post by:
hi can anyone help me with this prog. cant find the prob why it cant display cout<<"This is the display of your transaction"<<endl; ifstream fobj; //declare input file stream ...
1
by: foocc | last post by:
Hi, im trying to convert data reports (.dsr) in vb6 to crystal reports in vb.net. However, I cant seems to find it in my Microsoft Visual Studio 2005 Tools for Office. I've tried going to...
8
by: creative1 | last post by:
Hello Experts I got a problem that I can't solve onmy own. I hope to get a solution from you guys.I was working on project on my PC and some times I use to work on my laptop(when I was away from my...
9
by: TsanChung | last post by:
How to fix the following error? # make .... g++ -o src/prog ./src/addSrv.o ./src/createClntCert_main.o ./src/ createSupportFile.o ./src/deleteSrv.o ./src/replaceSrv.o ./src/...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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 projectplanning, coding, testing,...
0
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...

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.