Dave Britton
dave at davebritton.com
Fri Apr 15 15:40:09 EDT 2005
What's the best way to connect mod_python to a MySQL database? I can't seem to get MySQL_db to install - it says: ======= gcc -pthread -shared build/temp.linux-i686-2.3/_mysql.o -lmysqlclient -lz -lcrypt -lnsl -lm] -lmysqlclient_r -o build/lib.linux-i686-2.3/_mysql.so /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 ====== and I wondered if there is another connector that is better suited for mod_python. Or, does anyone have any ideas about why I get the gcc library linking error if MySQL_db is the connector of choice. Dave Britton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20050415/0983fda1/attachment.html
|