I'm sending the commands you asked
I'm still can't make it work and I don't know what else should I do
I'll aprecciate any help
Best Regards
Alberto
From: Danny Yoo <[EMAIL PROTECTED]> To: Alberto Troiano <[EMAIL PROTECTED]> CC: tutor@python.org Subject: Re: [Tutor] Troubles with Python modules Date: Tue, 17 May 2005 14:56:52 -0700 (PDT)
On Tue, 17 May 2005, Alberto Troiano wrote:
> Sorry about the question marks (MSN addiction :)) > > Didn't work and as I suspected it was already installed.
Hi Alberto,
I'm still thinking that the MySQL development packages are either damaged or mixed up, since the error message says that it can't find MySQL's headers.
Let's double check something. Can you do the following from your Unix shell?
###### $ rpm -qil mysql-devel $ ls -l /usr/include/mysql ######
Show us what comes out.
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Gaucho
total 204
-rw-r--r-- 1 root root 3445 Feb 18 2003 dbug.h -rw-r--r-- 1 root root 2082 Feb 18 2003 errmsg.h -rw-r--r-- 1 root root 5864 Feb 18 2003 m_ctype.h -rw-r--r-- 1 root root 7594 Feb 18 2003 m_string.h -rw-r--r-- 1 root root 22431 Feb 18 2003 my_config.h -rw-r--r-- 1 root root 32038 Feb 18 2003 my_global.h -rw-r--r-- 1 root root 1579 Feb 18 2003 my_list.h -rw-r--r-- 1 root root 2696 Feb 18 2003 my_net.h -rw-r--r-- 1 root root 1205 Feb 18 2003 my_no_pthread.h -rw-r--r-- 1 root root 22737 Feb 18 2003 my_pthread.h -rw-r--r-- 1 root root 8677 Feb 18 2003 mysql_com.h -rw-r--r-- 1 root root 8188 Feb 18 2003 mysqld_error.h -rw-r--r-- 1 root root 10787 Feb 18 2003 mysql.h -rw-r--r-- 1 root root 590 Feb 18 2003 mysql_version.h -rw-r--r-- 1 root root 25751 Feb 18 2003 my_sys.h -rw-r--r-- 1 root root 5869 Feb 18 2003 raid.h -rw-r--r-- 1 root root 1605 Feb 18 2003 sslopt-case.h -rw-r--r-- 1 root root 1296 Feb 18 2003 sslopt-longopts.h -rw-r--r-- 1 root root 1239 Feb 18 2003 sslopt-usage.h -rw-r--r-- 1 root root 1013 Feb 18 2003 sslopt-vars.hName : mysql-devel Relocations: (not relocateable)
Version : 3.23.54a Vendor: Red Hat, Inc.
Release : 11 Build Date: Tue 18 Feb 2003 03:48:26 PM BOT
Install Date: Wed 20 Apr 2005 03:07:32 PM BOT Build Host: porky.devel.redhat.com
Group : Applications/Databases Source RPM: mysql-3.23.54a-11.src.rpm
Size : 1520790 License: LGPL
Signature : DSA/SHA1, Mon 24 Feb 2003 02:38:50 AM BOT, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.mysql.com
Summary : Files for development of MySQL applications.
Description :
MySQL is a true multi-user, multi-threaded SQL database server. This
package contains the libraries and header files that are needed for
developing MySQL applications.
/usr/include/mysql
/usr/include/mysql/dbug.h
/usr/include/mysql/errmsg.h
/usr/include/mysql/m_ctype.h
/usr/include/mysql/m_string.h
/usr/include/mysql/my_config.h
/usr/include/mysql/my_global.h
/usr/include/mysql/my_list.h
/usr/include/mysql/my_net.h
/usr/include/mysql/my_no_pthread.h
/usr/include/mysql/my_pthread.h
/usr/include/mysql/my_sys.h
/usr/include/mysql/mysql.h
/usr/include/mysql/mysql_com.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/mysqld_error.h
/usr/include/mysql/raid.h
/usr/include/mysql/sslopt-case.h
/usr/include/mysql/sslopt-longopts.h
/usr/include/mysql/sslopt-usage.h
/usr/include/mysql/sslopt-vars.h
/usr/lib/mysql
/usr/lib/mysql/libdbug.a
/usr/lib/mysql/libheap.a
/usr/lib/mysql/libmerge.a
/usr/lib/mysql/libmyisam.a
/usr/lib/mysql/libmyisammrg.a
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient_r.a
/usr/lib/mysql/libmysqlclient_r.so
/usr/lib/mysql/libmystrings.a
/usr/lib/mysql/libmysys.a
/usr/lib/mysql/libnisam.a
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor