Re: Help - error during "make" for DBD
Jochen Wiedmann <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
Jacqueline Lee wrote: > I will use the following settings for compiling and testing: > cflags (mysql_config) = -I'/usr/local/mysql/include' > libs (mysql_config) = -L/usr/local/mysql/lib -lmysqlclient > -lcrypt -lgen -lsocket -lnsl -lm Ok, taking back my own words: Neither the "cflags" nor the "libs" do contain the "-Wl,-E" flag. So we end up with the following: You are using a Perl binary, which is built from an external source. Recompile Perl for yourself, and that particular problem should be gone immediately. (Possibly other problems will arise, if your MySQL comes from an external source as well. That will require building MySQL too.) See the Perl installation guide for how to build from the sources, but generally it should be as easy as extracting the sources and running the Configure script, followed by "make", "make test", and "make install". Jochen -- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/[email protected]