On Fri, 2011-09-16 at 12:36 -0700, Nelson Jones wrote:
> Hi,
> 
> Here is the path
>  ll -d /usr/lib/_mysql.so
> -rwxr-xr-x 1 root 111441 Sep 16 11:35 /usr/lib/_mysql.so
> ll -d /usr/lib/python2.4/site-packages/My*
> drwxr-xr-x 3 root 4096 Sep 16 11:37 /usr/lib/python2.4/site-packages/
> MySQLdb
> 
> I build from the source  MySQL-python-1.2.3.tar.gz
> By default,
> python setup.py build
> python setup.py install
> 
> MySQL-python-1.2.3 was installed under /usr/lib64.
> 
> rb-site failed (missing db) .  I thought 64bit was wrong.
> 
> Rebuild it with 32 bit
> CFLAGS=-m32 python setup.py build
> CFLAGS=-m32 python setup.py install
> 
> Got 32 bit.
> 
> But installation still went to /usr/lib64
> 
> Moved the library from /usr/lib64 to /usr/lib
> 
> mv /usr/lib64/python2.4/site-packages/MySQLdb /usr/lib/python2.4/site-
> packages/
> mv /usr/lib64/python2.4/site-packages/_mysql.so /usr/lib
> 
> rb-site still failed with missing db.
> 

Could you try:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3356271

I did a scratch-build from the newer Fedora packages. Hopefully that
will work for you.

Please also open that BZ about the GTK GUI.


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to