[Zope] Newbie(?) Zope + MySql .. installation problems ++ ;)

Eric L. Walstad ewalstad@energywright.com
Wed, 12 Apr 2000 17:50:41 -0700


J0rgen,

Here's a link to the list archive where I posted my solution to this
problem.

http://www.egroups.com/message/zope/27646

Be sure to check out some of the replies to this message as they describe
other solutions to the same problem.

Contact me off list if you have any questions.

Eric.



// -----Original Message-----
// From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
// jorgen.skogstad@getronics.no
// Sent: Tuesday, April 11, 2000 11:22 PM
// To: zope@zope.org
// Subject: [Zope] Newbie(?) Zope + MySql .. installation problems ++ ;)
//
//
//
// Kindest..
//
// I am having some small problems getting MySql support into my Zope
// projects. Here is what I get when I try to compile  MySQLdb-0.2.0 ..
//
// gcc -fpic  -I/usr/include/mysql -g -O2 -I/usr/local/include/python1.5
// -I/usr/local/include/python1.5 -DHAVE_CONFIG_H -c ./_mysqlmodule.c
// gcc -shared  _mysqlmodule.o  -L/usr/lib/mysql -lmysqlclient -o
// _mysqlmodule.so
// /usr/bin/ld: cannot open -lmysqlclient: Ingen slik fil eller filkatalog
// collect2: ld returned 1 exit status
// make: *** [_mysqlmodule.so] Error 1
// Whoa, couldn't import _mysql: No module named _mysql
// Probably _mysqlmodule.so didn't compile correctly.
// Or your library paths may be bad. Check the FAQ.
// [root@new MySQLdb-0.2.0]#
//
// .. as for the installation guides on the www.zope.org archives; none have
// worked for me. Could anyone who's already done this be kind enough
// to share some wisdom! ;)
//
// I admit; this might be a good time to start learning Oracle, but
// then again;
// mySql fits jus perfect for what I am going to do! ;)
//
// Would apriciate any input.
//
// .. and you all have a nice day!
//
// Kindest,
// Jørgen Skogstad
// "Struggeling zope'r with mySql!"
//
//
//
// _______________________________________________
// Zope maillist  -  Zope@zope.org
// http://lists.zope.org/mailman/listinfo/zope
// **   No cross posts or HTML encoding!  **
// (Related lists -
//  http://lists.zope.org/mailman/listinfo/zope-announce
//  http://lists.zope.org/mailman/listinfo/zope-dev )
//
//