473,738 Members | 5,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3072
On 1110, 1129, "Geon." <seveng...@gmai l..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...@gmai l.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...@gmai l.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...@gmai l.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...@thors tenkampe.dewrot e:
* 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...@gmai l.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_PAT H 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
15876
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 setup.py build running build running build_py running build_ext building '_mysql' extension
1
2597
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 component {53EB5CFB-3DAF-4890-ABCD 4895D28EAAAF}. HRESULT: -214702486 Looking at the error log it appears like something to do with msi is "in use" but I can't determine what. The
1
1914
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, and I need to build a setup project that runs on an IIS. I used to get the compiled dll with the code of my site from the \bin folder, but now it is not there, and I cant find how to install the site. What am I doing worng?
1
1889
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 Error: Cant find project or library linesfromfile = linesfromfile + nextline + Chr(13) + Chr(10) Thanks,
1
1918
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
2085
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 fobj.open("trans.txt"); //open file if(!fobj) //File not opened
1
1961
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 Project > Add New Item and Solution Explorer > Add > New Item ....but i cant find crystal reports in any of it....The only thing i found is report (.rdlc) Can report(.rdlc) be used to convert data reports in vb6 to vb.net? Or are there any other...
8
2112
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 PC). I t work good at both spots. For some days when I execute my project I get this error: Compile error: Can't find project library if I say ok, it takes me to available reference window. IT points to Missing Jet and Replication object 2.6...
9
4068
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/ examineClntCert.o ./src/examineClntCert_main.o ./src/listSrvs.o ./src/ registerSrv.o ./src/registerSrv_main.o ./src/verify.o ./src/ DynamicLibrary.o -L../../open_ssl_lib/openssl-0.9.7m/out/linux - L../../util_lib/linux -lUtil -lssl -lcrypto -lCstd -lCrun...
0
8788
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
9476
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
9208
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8210
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, and deploymentwithout 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
6751
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
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
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
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2193
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.