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

G

Geon.

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~
 
G

Geon.

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
 
Ò

Ò»Ê×Ê«

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
 
G

Geon.

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..
 
T

Thorsten Kampe

* Geon. (Mon, 10 Nov 2008 18:00:56 -0800 (PST))
is possible apt-get on hp unix?
i think apt-get is only available ubuntu linux system..

No, on all Debian based distributions.

Thorsten
 
G

Geon.

* Geon. (Mon, 10 Nov 2008 18:00:56 -0800 (PST))







No, on all Debian based distributions.

Thorsten- µû¿Â ÅؽºÆ® ¼û±â±â -

- µû¿Â ÅؽºÆ® º¸±â -

thanks, all response
 
G

Gerhard Häring

Geon. said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,186
Members
46,743
Latest member
WoodrowMea

Latest Threads

Top