libphyton2.3 not found but installed

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
coldtobi
Insys Pilot
Insys Pilot
Posts: 2
Joined: Thu Mar 30, 2006 10:53 am

libphyton2.3 not found but installed

Post by coldtobi »

Any Suggestions?

Code: Select all

make[1]: Entering directory `/home/tobi/src/vegastrike/vegastrike_cvs_head/vegastrike'
g++  -g -O2 -pipe  -O2 -ffast-math -static -falign-loops=2 -falign-jumps=2 -falign-functions=2  -I/usr/include/SDL -D_REENTRANT -pthread -pipe  -L/usr/X11R6/lib -L/usr/X11R6/lib  -o accountserver  src/accountserver.o src/configxml.o src/easydom.o src/endianness.o src/libserver.o src/lin_time.o src/pk3.o src/posh.o src/vsfilesystem.o src/xml_support.o libnetacct.a libnetlowlevel.a -lz -lvorbisfile -lvorbis -logg   -lutil -L/usr/lib -lSDL -lpthread  -lGL  -lGLU  -lglut  -lXi -lXmu  -lexpat  -lpng  -ljpeg  -lopenal  -lvorbisfile -lvorbis -logg  -lpython2.3 -Xlinker -export-dynamic -pthread
/usr/bin/ld: cannot find -lpython2.3
collect2: ld returned 1 exit status
make[1]: *** [accountserver] Fehler 1
make[1]: Leaving directory `/home/tobi/src/vegastrike/vegastrike_cvs_head/vegastrike'
make: *** [all] Fehler 2

Code: Select all

tobi@rechenzwerg:~/src/vegastrike/vegastrike_cvs_head/vegastrike$ ls -la /usr/lib/libpython2.3.so*
lrwxrwxrwx 1 root root      17 2006-03-12 00:36 /usr/lib/libpython2.3.so -> libpython2.3.so.1
lrwxrwxrwx 1 root root      19 2006-03-12 00:36 /usr/lib/libpython2.3.so.1 -> libpython2.3.so.1.0
-rw-r--r-- 1 root root 1032948 2006-03-06 11:32 /usr/lib/libpython2.3.so.1.0

Code: Select all

dpkg -l python2.3 python2.3-dev
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Säubern/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konf./Halb install.
|/ Fehler?=(keiner)/Halten/R=Neuinst. notw/X=beides (Status, Fehler: GROß=schlecht)
||/ Name                           Version                        Beschreibung
+++-==============================-==============================-============================================================================
ii  python2.3                      2.3.5-9.1                      An interactive high-level object-oriented language (version 2.3)
ii  python2.3-dev                  2.3.5-9.1                      Header files and a static library for Python (v2.3)
andreasj
Merchant
Merchant
Posts: 58
Joined: Mon Oct 03, 2005 9:17 pm

Post by andreasj »

I had the same problem, both with GL and python.
Removing -static from the Makefile to have the
binary dynamically linked worked.
Zeog
ISO Party Member
ISO Party Member
Posts: 453
Joined: Fri Jun 03, 2005 10:30 am
Location: Europe

Post by Zeog »

Hmm, shouldn't "-static" be enabled/disabled by "libtool" (that thing that comes with automake) depending on your system?
Post Reply