[DB-SIG] MySQLdb-0.9.2 release candidate 1

Markus Jais info@mjais.de
Fri, 21 Jun 2002 22:40:29 +0200


hello
I have a problem compiling it on my Red Hat 7.3 system with
python 2.2.1 and mysql 3.23.49 which comes with Red Hat 7.3

I type 
python setup.py build
and I get this error:

gcc -shared build/temp.linux-i686-2.2/_mysql.o -L/usr/lib/mysql 
-L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql -lmysqlclient_r -lz -o 
build/lib.linux-i686-2.2/_mysql.so
/usr/bin/ld: cannot find -lmysqlclient_r
collect2: ld returned 1 exit status

the mysql libs are under
/usr/lib/mysql

but there is no libmysqlclient_r  , there is only libmysqlclient (without
the "_r")

what can I do ?
I think I have installed all mysql stuff that was on the Red Hat CD's

markus



On Friday 21 June 2002 01:45, Andy Dustman wrote:
> There's actually quite a bit more in here than I would like in a release
> candidate; I seriously considered making this another beta, but my own
> testing seems to indicate that it's stable. The release notes are here:
>
> http://sourceforge.net/project/shownotes.php?release_id=95924
>
> Most interesting tidbits:
>
>  * _mysql.connection and .result objects which can be used as new-style
>    base classes in Python 2.2 or newer
>
>  * Greatly expanded internal documentation (for pydoc)
>
>  * Improved unicode and blob/array support
>
>  * Package name mimics python.org RPM naming convention
>
>  * A sprinkling of bug fixes
>
> Get it here:
>
> http://sourceforge.net/project/showfiles.php?group_id=22307&release_id=9592
>4

-- 
Markus Jais
http://www.mjais.de
info@mjais.de
The road goes ever on and on - Bilbo Baggins