Hi,

I have MySql installed and running with a small test database.  I 
compiled and installed DBI, DBD::MySql, and Showforms.  They all 
compiled and installed with out any problems.  The database is running 
with out any problems.

But, when I run a little test program I get the following error:

[localhost:~/src/perl] dwalker% ./mysqltest.pl
dyld: perl Undefined symbols:
_mysql_affected_rows
_mysql_close
_mysql_create_db
_mysql_data_seek
_mysql_drop_db
_mysql_eof
_mysql_errno
_mysql_error
_mysql_fetch_field
_mysql_fetch_lengths
_mysql_fetch_row
_mysql_field_seek
_mysql_free_result
_mysql_get_host_info
_mysql_get_proto_info
_mysql_get_server_info
_mysql_info
_mysql_init
_mysql_insert_id
_mysql_list_dbs
_mysql_list_fields
_mysql_list_tables
_mysql_num_fields
_mysql_num_rows
_mysql_options
_mysql_ping
_mysql_real_connect
_mysql_real_query
_mysql_refresh
_mysql_shutdown
_mysql_stat
_mysql_store_result
_mysql_thread_id
_mysql_use_result


Any Idea what is going on here?

Thanks.

- Derrik

[EMAIL PROTECTED]                                                   
http://junior.apk.net/~firebug
---------------------------------------------------------------------------------------------------
The number of UNIX installations has grown to 10, with more expected.
         -- The Unix Programmer's Manual, 2nd Edition, June 1972

Reply via email to